Skip Menu |

This queue is for tickets about the PAR CPAN distribution.

Report information
The Basics
Id: 3164
Status: resolved
Priority: 0/
Queue: PAR

People
Owner: Nobody in particular
Requestors: kimon [...] persistcorp.com
Cc:
AdminCc:

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



Date: Tue, 05 Aug 2003 16:46:54 -0700
From: Kimon Papahadjopoulos <kimon [...] persistcorp.com>
To: bug-par [...] rt.cpan.org
Subject: problem with use base
Hello, I was trying out pp on one of my programs, which has the line use base $module instead of: BEGIN { our @ISA = ($module); require $module; } (see pp323 of 3rd edition "Programming Perl" for this example). Anyway, It appears that PAR does not take into account "use base" when considering which modules to package. I can get around it by adding: use $module prior to the "use base", but figured you'd want to fix this. Thanks, Kimon
[kimon@persistcorp.com - Tue Aug 5 19:46:59 2003]: Show quoted text
> I was trying out pp on one of my programs, which has the line > use base $module > Anyway, It appears that PAR does not take into account "use base" when > considering which modules to package. I can get around it by adding: > use $module > prior to the "use base", but figured you'd want to fix this.
This has since been fixed in Module::ScanDeps 0.30. Thanks for your report, and sorry for my belated reply. Cheers, /Autrijus/