Skip Menu |

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

Report information
The Basics
Id: 56218
Status: new
Priority: 0/
Queue: Exporter-Simple

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

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



Subject: Tests fail under perl 5.12.0
The test suite fails with perl 5.12.0-RC0: "greet" is not defined in %MyExport::EXPORT_TAGS at /var/tmp/CPAN-build/Exporter-Simple-1.10-vLOosH/blib/lib/Exporter/Simple.pm line 186 Exporter::Simple::do_export('BEGIN') called at /var/tmp/CPAN-build/Exporter-Simple-1.10-vLOosH/blib/lib/Exporter/Simple.pm line 163 Exporter::Simple::import('MyExport', ':greet') called at t/04greet.t line 8 main::BEGIN() called at t/testlib/MyExport.pm line 8 eval {...} called at t/testlib/MyExport.pm line 8 Can't continue after import errors at t/04greet.t line 8 BEGIN failed--compilation aborted at t/04greet.t line 8. # Looks like your test exited with 255 before it could output anything. t/04greet.t .... I did a bisect and found commit 09330df80caf214f375fcf0c04857347e3b17c69 as the problematic one. Regards, Slaven