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.