Subject: | Fails tests when no "." in @INC |
On 5.25.10 with -Ddefault_inc_excludes_dot
perl -Ilib t/00_base.t
1..5
ok 1 - use Data::FormValidator;
ok 2 - second argument must be a hash ref or die
ok 3 - bad profile file names should cause death
ok 4 - profile files should return a hash ref
Input profiles didn't return a hash ref:
Show quoted text
PERL_USE_UNSAFE_INC=1 perl -Ilib t/00_base.t
1..5
ok 1 - use Data::FormValidator;
ok 2 - second argument must be a hash ref or die
ok 3 - bad profile file names should cause death
ok 4 - profile files should return a hash ref
ok 5 - loading a profile from a file works
--
- CPAN kentnl@cpan.org
- Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )
perl -Ilib t/00_base.t
1..5
ok 1 - use Data::FormValidator;
ok 2 - second argument must be a hash ref or die
ok 3 - bad profile file names should cause death
ok 4 - profile files should return a hash ref
Input profiles didn't return a hash ref:
Show quoted text
# Looks like your test exited with 2 just after 4.
PERL_USE_UNSAFE_INC=1 perl -Ilib t/00_base.t
1..5
ok 1 - use Data::FormValidator;
ok 2 - second argument must be a hash ref or die
ok 3 - bad profile file names should cause death
ok 4 - profile files should return a hash ref
ok 5 - loading a profile from a file works
--
- CPAN kentnl@cpan.org
- Gentoo Perl Maintainer kentnl@gentoo.org ( perl@gentoo.org )