Subject: | v-string in use/require non-portable at … |
Howdy Uri!
Here is a quick fix to File/Slurp.pm that prevents File::Slurp from being used on some perl's:
- use 5.6.2;
+ use 5.006002;
perhaps the details will help, it caused a test failure in another module.
These tests worked locally on my perlbrew 5.10.0 but failed on a 5.10.0 smoker:
http://www.cpantesters.org/cpan/report/1a4d5bfc-4719-11e3-b8b2-96b61dda783b
thanks!