Subject: | FindBin-libs-2.16 does not work with Module-FromPerlVer-0.000004 |
Date: | Sun, 4 Mar 2018 12:20:10 +0100 |
To: | bug-FindBin-libs [...] rt.cpan.org |
From: | Thomas Klausner <tk [...] giga.or.at> |
I see:
# Def: git_prefix = 'perl/'
# Def: default_use = 'dir'
# Def: version_dir = 'version'
# Extract with: 'Dir' (Module::FromPerlVer::Dir)
# Perl version: 5.026001
# Source prefix: version
# Module version: 5.014000 <= 5.026001
# Module source: version/v5.14
# Source files:
# ./lib/FindBin/libs.pm
# Install cleanup.
# Get files with: 'Dir'
Undefined subroutine &Module::FromPerlVer::copy_source_dir called at /usr/pkg/lib/perl5/vendor_perl/5.26.0/Module/FromPerlVer.pm line 422.
BEGIN failed--compilation aborted at Makefile.PL line 6.
*** Error code 255
Earlier, during the build of Module::FromPerlVer I see
Warning: prerequisite Module::FromPerlVer::Dir 0 not found.
but searching for this on CPAN leads me to Module::FromPerlVer itself,
http://search.cpan.org/search?query=Module%3A%3AFromPerlVer%3A%3ADir&mode=all
so this looks like it's not the real problem.
Thomas