Index: Bit-Vector-7.4/Makefile.PL --- Bit-Vector-7.4/Makefile.PL.orig 2013-09-03 16:45:52.000000000 +0200 +++ Bit-Vector-7.4/Makefile.PL 2015-12-16 12:13:13.528940712 +0100 @@ -42,7 +42,7 @@ if (open(PATCHLEVEL, ">$patchlevel")) { - print "Writing $patchlevel for $^X ($])\n"; + print "Writing $patchlevel for '/var/tmp/openpkg/en1-amd64-freebsd9.3-openpkg/rse-perl-openpkg-perl-ds/perl.sh' ($])\n"; printf PATCHLEVEL "#define PATCHLEVEL %d\n", $PATCHLEVEL; printf PATCHLEVEL "#define SUBVERSION %d\n", $SUBVERSION; close(PATCHLEVEL); @@ -56,3 +56,4 @@ __END__ + Index: Set-Array-0.25/Makefile.PL --- Set-Array-0.25/Makefile.PL.orig 2012-03-09 07:04:46.000000000 +0100 +++ Set-Array-0.25/Makefile.PL 2015-12-16 12:13:25.818848438 +0100 @@ -31,9 +31,10 @@ Test::Deep => 0, Test::More => 0.47, Test::Pod => 0, - Try::Tiny => 0.11 + Try::Tiny => 0.11, Want => 0, warnings => 1.03, }, VERSION_FROM => 'lib/Set/Array.pm', ); + Index: Set-IntSpan-1.19/Makefile.PL --- Set-IntSpan-1.19/Makefile.PL.orig 2004-05-16 06:43:38.000000000 +0200 +++ Set-IntSpan-1.19/Makefile.PL 2015-12-16 12:13:13.528940712 +0100 @@ -8,3 +8,4 @@ AUTHOR => 'Steven McDougall (swmcd@world.std.com)') : ()), dist => {COMPRESS => 'gzip', SUFFIX => 'gz'} ); + Index: Set-Scalar-1.26/Makefile.PL --- Set-Scalar-1.26/Makefile.PL.orig 2009-01-17 03:23:17.000000000 +0100 +++ Set-Scalar-1.26/Makefile.PL 2015-12-16 12:13:13.528940712 +0100 @@ -21,3 +21,4 @@ print <<__EOF__; Now issue 'make' and then 'make test', and if all looks good, 'make install'. __EOF__ + Index: Tree-Trie-1.9/Makefile.PL --- Tree-Trie-1.9/Makefile.PL.orig 2011-12-02 01:50:16.000000000 +0100 +++ Tree-Trie-1.9/Makefile.PL 2015-12-16 12:13:13.528940712 +0100 @@ -5,9 +5,9 @@ license 'perl'; perl_version '5.008'; -build_requires('Test::Pod' => 1.26); -build_requires('Test::Pod::Coverage' => 1.08); -build_requires('Pod::Coverage' => 0.18); +# build_requires('Test::Pod' => 1.26); +# build_requires('Test::Pod::Coverage' => 1.08); +# build_requires('Pod::Coverage' => 0.18); auto_install; WriteAll;