ingydotnet / swim-pm

15 stars 7 forks source link

Test suite seems to use system perl #9

Closed eserte closed 10 years ago

eserte commented 10 years ago

The t/issue-5.t test fails on my system with:

 Can't locate Pegex/Parser.pm in @INC (@INC contains: /home/cpansand/.cpan/build/Kwim-0.0.2-e7ByqS/bin/../../pegex-pm/lib /home/cpansand/.cpan/build/Kwim-0.0.2-e7ByqS/bin/../lib /home/cpansand/.cpan/build/Kwim-0.0.2-e7ByqS/blib/lib /home/cpansand/.cpan/build/Kwim-0.0.2-e7ByqS/blib/arch /usr/local/lib/perl5/5.16/BSDPAN /usr/local/lib/perl5/site_perl/5.16/mach /usr/local/lib/perl5/site_perl/5.16 /usr/local/lib/perl5/5.16/mach /usr/local/lib/perl5/5.16 .) at ./bin/kwim line 7.

The presence of the "BSDPAN" path suggests that the test suite is running somewhere /usr/bin/perl instead of $^X.

ingydotnet commented 10 years ago

Oh thanks Slaven. I was scratching my head. It's a crappy test anyway.

Give Kwim a try. It does all the cool stuff of Pod with a better syntax than Markdown. And it converts to both!

I'll close it tomorrow if the release is happier on cpantesters.

Cheers

ingydotnet commented 10 years ago

yeah it's passing like crazy :)