Skip Menu |

This queue is for tickets about the Exporter-Simple CPAN distribution.

Report information
The Basics
Id: 79
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Exporter-Simple

People
Owner: Nobody in particular
Requestors: mark [...] twoshortplanks.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.12
Fixed in: 0.13



Subject: PREREQ_PM does not contain Filter::Simple
Exporter::Simple failed make test on my system under the CPAN shell because it did not list Filter::Simple as a needed module and therefore CPAN hadn't installed it Hey, look Marcel: Feedback ;-) Trelane For 'detailed'ness, an example of a test failing is: t/05lex........Can't locate Filter/Simple.pm in @INC (@INC contains: lib ./t/testlib blib/arch blib/lib /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at lib/Exporter/Simple.pm line 10. BEGIN failed--compilation aborted at lib/Exporter/Simple.pm line 10. Compilation failed in require at t/testlib/MyExport.pm line 5. BEGIN failed--compilation aborted at t/testlib/MyExport.pm line 5. Compilation failed in require at t/05lex.t line 10. BEGIN failed--compilation aborted at t/05lex.t line 10. blah blah blah
Attached patch resolves this and drops the message about downloading Padwalker-0.03, newer versions have since escaped to CPAN.
--- ../Exporter-Simple-0.12.hack/Makefile.PL Fri Mar 15 15:33:17 2002 +++ Makefile.PL Fri Mar 15 16:35:02 2002 @@ -1,17 +1,10 @@ use ExtUtils::MakeMaker; -# See lib/ExtUtils/MakeMaker.pm for details of how to influence -# the contents of the Makefile that is written. -print <<EOTEXT; -Exporter::Simple requires PadWalker 0.03 by Robin Houston, -available from http://www.kitsite.com/~robin. - -EOTEXT - WriteMakefile( 'NAME' => 'Exporter::Simple', 'VERSION_FROM' => 'lib/Exporter/Simple.pm', # finds $VERSION 'PREREQ_PM' => { Attribute::Handlers => '0.61', + Filter::Simple => '0.77', PadWalker => '0.03', }, dist => {