Subject: | unable to build/run |
Distribution: App-CPAN2Pkg 1.0.0
Perl version: v5.10.0 built for i486-linux-gnu-thread-multi
OS: Debian lenny (Linux dev 2.6.26-2-686 #1 SMP Mon May 11 19:00:59 UTC 2009 i686
GNU/Linux)
When I try to build the module from CPAN:
tomy@dev:~/App-CPAN2Pkg-1.0.0> perl Build.PL
Checking whether your kit is complete...
Looks good
Checking prerequisites...
Modification of a read-only value attempted at (eval 27) line 8, <GEN6> line 12.
(aborts)
Installing it via the Makefile.PL works, but when I start the application the curses screen
flashes and then the program aborts with the following message:
Variable "%STD_CONSTRAINT_FOR" will not stay shared at
/usr/share/perl5/Getopt/Euclid.pm line 208.
I cloned the git repository to see if the dev version has the same problem. Here I get:
tomy@dev:~/projects/app-cpan2pkg> perl Build.PL
Checking whether your kit is complete...
WARNING: the following files are missing in your kit:
Makefile.PL
Please inform the author.
Checking prerequisites...
Modification of a read-only value attempted at (eval 27) line 8, <GEN6> line 12.
I would really like to get this working and help make it work for debian - this would scratch
an itch I have had for a while.