Skip Menu |

This queue is for tickets about the Cisco-Reconfig CPAN distribution.

Report information
The Basics
Id: 81726
Status: resolved
Priority: 0/
Queue: Cisco-Reconfig

People
Owner: Nobody in particular
Requestors: david [...] davidlaporte.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: stringconfig namespace issue?
The following fails: my $reconfig = stringconfig($config); Undefined subroutine &main::stringconfig called at ./mist.pl line 47, <GEN0> line 297. The following succeeds: my $reconfig = Cisco::Reconfig::stringconfig($config); I'm up and running, but just thought I'd let you know.
Documentation fixed.