in reply to Re^13: Build.PL versus Makefile.PL
in thread Build.PL versus Makefile.PL
Now that Andreas is actively working on CPAN.pm and taking patches, it's tempting to add that to CPAN.pm.
my $make = $Config{make} . $Config{_exe}; my @path = split $Config{path_sep}, $ENV{PATH}; unless ( grep { -x File::Spec->catfile( $_, $make ) } @path ) { # alien download and install }
-xdg
Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^15: Build.PL versus Makefile.PL
by demerphq (Chancellor) on Feb 11, 2007 at 18:12 UTC | |
|
Re^15: Build.PL versus Makefile.PL
by BrowserUk (Patriarch) on Feb 11, 2007 at 19:40 UTC | |
by demerphq (Chancellor) on Feb 12, 2007 at 05:31 UTC | |
|
Re^15: Build.PL versus Makefile.PL
by dragonchild (Archbishop) on Feb 11, 2007 at 17:30 UTC |