Skip Menu |

This queue is for tickets about the use CPAN distribution.

Report information
The Basics
Id: 83697
Status: new
Priority: 0/
Queue: use

People
Owner: Nobody in particular
Requestors: NEILB [...] cpan.org
Cc:
AdminCc:

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



Subject: importing symbols doesn't appear to work
Hi, The documentation suggests the following should work: use use 'strict', 'warnings', 'Module::Path' => ['module_path']; print "path = ", module_path('use'), "\n"; But I get an error message: Undefined subroutine &main::module_path called at ./use.pl line 5. This is either a bug in the code, or a bug in the documentation :-) Couldn't possibly be a bug a my brain!