Skip Menu |

This queue is for tickets about the Dist-Zilla-Plugin-ReportVersions CPAN distribution.

Report information
The Basics
Id: 57845
Status: resolved
Priority: 0/
Queue: Dist-Zilla-Plugin-ReportVersions

People
Owner: Nobody in particular
Requestors: xenoterracide@gmail.com (no email address)
Cc:
AdminCc:

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



Subject: problem with Template::Test
t/00-compile.t ............... ok t/000-report-versions.t ...... # Testing with Perl 5.012001, /usr/bin/perl t/000-report-versions.t ...... 1/? # Carp version is 1.16 # ExtUtils::MakeMaker version is 6.56 # File::Find version is 1.15 # File::Temp version is 0.22 # Scalar::Util version is 1.23 # Template::Context version is 2.98 Subroutine main::ok redefined at /usr/share/perl5/core_perl/Exporter.pm line 64. at (eval 23) line 2 Prototype mismatch: sub main::ok ($;$) vs none at /usr/share/perl5/core_perl/Exporter.pm line 64. at (eval 23) line 2 Subroutine main::is redefined at /usr/share/perl5/core_perl/Exporter.pm line 64. at (eval 23) line 2 Prototype mismatch: sub main::is ($$;$) vs none at /usr/share/perl5/core_perl/Exporter.pm line 64. at (eval 23) line 2 # Template::Test version is 2.75 Subroutine main::ok redefined at (eval 24) line 2 Prototype mismatch: sub main::ok: none vs ($;$) at (eval 24) line 2 Subroutine main::is redefined at (eval 24) line 2 Prototype mismatch: sub main::is: none vs ($$;$) at (eval 24) line 2 # Test::More version is 0.94 # parent version is 0.223 t/000-report-versions.t ...... skipped: not applicable on this platform seems like it might be a problem when using template test because when I reverted my test that I'm migrating to template test the error went away.
Hi, thanks for reporting it! It seems Template::Test is another of those modules that import things by default. I should look into cleaning the namespace after each attempted import, but for now I've just added it to the list of modules ::ReportVersions won't attempt to load. v1.101460 will contain the fix. Marcel