Subject: | absolute paths in BUNDLES.yml |
Date: | Thu, 4 Jan 2007 14:21:09 +0100 |
To: | bug-Module-Install [...] rt.cpan.org |
From: | Marco Masetti <marco.masetti [...] softeco.it> |
perl -v: This is perl, v5.8.8 built for i686-linux
pmvers inc::Module::Install: 0.64
------------------------------------------------
Makefile.PL:
use inc::Module::Install;
WriteMakefile(
NAME => 'ctm::Visum',
VERSION_FROM => 'lib/ctm/Visum/FileSectionHandler.pm',
PREREQ_PM => {
HTML::Parser => 0,
LWP::UserAgent => 0,
URI => 0,
Log::Log4perl => 0,
},
($] >= 5.005 ?
## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'lib/ctm/Visum.pm',
AUTHOR => 'Marco Masetti <marco.masetti at softeco.it>') : ()),
);
auto_bundle();
auto_install();
WriteAll();
-------------------------------------------------
This ends up in building a BUNDLES.yml file with absolute paths.
This makes the make procedure at distribution site fetching modules from CPAN
still.
Setting paths relative solves the issue (installs bundled modules).
Hope this help.
Your sincerely,
Marco.
--
--------------------------------------------
Marco Masetti
Project Manager - Research & Innovation
Softeco Sismat SpA
Via De Marini, 1 - Torre WTC
16149 - Genova
phone: (+39) 010 6026.333/.1
fax : (+39) 010 6026.350
email: marco.masetti@softeco.it
web : www.softeco.it
--------------------------------------------
ILS : masetti@linux.it
GLUG : http://genova.linux.it
PMI : http://www.perl.it
--------------------------------------------