NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
--install_base (Score:2)
I think that
perl Build.PL --install-base /var/lookie/hereis what you want. Give it a try!--David
Re:--install_base (Score:2)
Re:--install_base (Score:1)
From the latest development snapshot of CPANPLUS, these issues (among others) are still open:
=head1 KNOWN ISSUES
There are some known issues with Module::Build, that we hope the
authors will resolve at some point, so we can make full use of
Module::Build's power.
=over 4
=item * Passing build flags to 'new_from_context'
This is sadly not possible untill Module::Build is patched to support
this feature. This mean
Re:--install_base (Score:2)
Looks like you can do this now. Unfortunately, it's not documented.
Uninstall modules installed by Module::Build
I wrote code to write packlists a long time ago. I should nag Ken to apply that patch.
Unable to figure out a distributions prerequisites.
Module::Build's version comparision is not supported.
It has requires(), build_requires(), recommends(), and conflicts() methods that return the hash reference that the user specified. Then you can call check_installed_status() for these and it will return information what version the user has, what version is wanted, and an error message.
Reply to This
Parent