Subject: | feature.pm not being included when using "use 5.010" |
Date: | Mon, 28 Jan 2008 06:57:14 +0000 |
To: | bug-par [...] rt.cpan.org |
From: | Frank v Waveren <fvw [...] var.cx> |
Since 5.9.5, use VERSION will also load the 'feature' pragma and
enable all features of the version specified. Par doesn't seem to pick
up on this additional dependency:
[/home/fvw] cat > t.pl
#!/usr/bin/perl
use 5.010;
say "foo";
[/home/fvw] pp t.pl
[/home/fvw] ./a.out
Can't locate feature.pm in @INC (@INC contains: CODE(0x10524d0) CODE(0xf90908) CODE(0xf923b0)) at script/t line 3.
BEGIN failed--compilation aborted at script/t line 3.
BEGIN failed--compilation aborted at script/t line 3.
I'm running perl 5.10.0 and PAR 0.977.
Thanks for your good work!
--Frank van Waveren
Message body not shown because it is not plain text.