"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "Build.PL" between
Module-Build-0.4232.tar.gz and Module-Build-0.4234.tar.gz

About: Module-Build - building & installing Perl modules.

Build.PL  (Module-Build-0.4232):Build.PL  (Module-Build-0.4234)
use 5.006001; use 5.006001;
use strict; use strict;
BEGIN { use lib 'lib'; # use our self to install
die "CPANPLUS::Dist::Build version 0.08 or later is required to install Module
::Build\n"
if $INC{'CPANPLUS/Dist/Build.pm'} && CPANPLUS::Dist::Build->VERSION lt '0.08
';
}
# On some platforms (*ahem*, MacPerl 5.6.1) "use lib qw(lib);" doesn't
# find the local "lib" directory, so we use File::Spec to do it properly.
use File::Spec 0.82;
use lib File::Spec->catdir('lib'); # use our self to install
# XXX This doesn't carry over to sub processes
use lib File::Spec->catdir('t', 'bundled'); # use bundled modules
use lib File::Spec->catdir('t', 'lib'); # our utilities
# bootstrap configure_requires prereqs # bootstrap configure_requires prereqs
BEGIN { do './inc/bootstrap.pl' } BEGIN { do './inc/bootstrap.pl' }
# We use Module::Build to test & install itself. # We use Module::Build to test & install itself.
use Module::Build; use Module::Build;
# #
my $build = Module::Build->new( my $build = Module::Build->new(
 End of changes. 1 change blocks. 
14 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)