Subject: | Needs minimal PadWalker version |
When trying to "make test" the Sepia module, I get the following errors:
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl
1..22
"peek_our" is not exported by the PadWalker module
"closed_over" is not exported by the PadWalker module
Can't continue after import errors at blib/lib/Sepia.pm line 17
BEGIN failed--compilation aborted at blib/lib/Sepia.pm line 17.
Compilation failed in require at test.pl line 5.
# Looks like your test died before it could output anything.
make: *** [test_dynamic] Error 255
It seems that my PadWalker module is too old:
$ perl -MPadWalker\ 9999
PadWalker version 9999 required--this is only version 0.08.
So you probably need to increase the PadWalker version in the PREREQ_PM
section of Makefile.PL.
Regards,
Slaven