Perl-Critic / PPI

54 stars 44 forks source link

t/marpa.t: Fix test reliance on '.' in @INC #211

Closed kentfredric closed 7 years ago

kentfredric commented 7 years ago

Fixes https://github.com/adamkennedy/PPI/issues/200

Tested with:

export PERL_USE_UNSAFE_INC=0
perl Makefile.PL
make test
wchristian commented 7 years ago

Thank you, integrated and released to CPAN. :)