diff options
author | David Golden <dagolden@cpan.org> | 2011-02-16 15:39:06 -0500 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2011-02-16 15:43:09 -0500 |
commit | a7c7ab1eb55093ae1948d626729fa5ed34d738b2 (patch) | |
tree | bbb2fe58ad41a1c1e36962c974e95f3becf08299 /utils | |
parent | 6ec9eadadea29cb041c69eec0fade79a4534f754 (diff) | |
download | perl-a7c7ab1eb55093ae1948d626729fa5ed34d738b2.tar.gz |
Update Module::Build to CPAN version 0.37_04
[DELTA]
0.37_04 - Wed Feb 16 15:27:21 EST 2011
[OTHER]
- moved scripts/ to bin/ for less confusing porting to bleadperl
0.37_03 - Wed Feb 16 09:54:05 EST 2011
[BUG FIXES]
- removed an irrelevant test in t/actions/installdeps.t that was causing
failures on some Cygwin platforms
[OTHER]
- dropped configure_requires as some CPAN clients apparently get
confused by having things in both configure_requires and requires
- bumped Parse::CPAN::Meta build prereq to 1.4401
- bumped CPAN::Meta prereq to 2.110420
0.37_02 - Mon Feb 7 21:05:30 EST 2011
[BUG FIXES]
- bumped CPAN::Meta prereq to 2.110390 to avoid a regression in 2.110360
0.37_01 - Thu Feb 3 03:44:38 EST 2011
[ENHANCEMENTS]
- Generates META.json and MYMETA.json consistent with version 2 of the
CPAN Meta Spec. [David Golden]
[BUG FIXES]
- t/signature.t now uses a mocked Module::Signature; this should be
more robust across platforms as it only needs to confirm that
Module::Build is calling Module::Signature when expected
[OTHER]
- Added CPAN::Meta and Parse::CPAN::Meta to prerequisites and dropped
CPAN::Meta::YAML
0.3624 - Thu Jan 27 11:38:39 EST 2011
- Fixed pod2html directory bugs and fixed creation of spurious blib
directory in core perl directory when running install.t (RT#63003)
[Chris Williams]
0.3623 - Wed Jan 26 17:45:30 EST 2011
- Fixed bugs involving bootstrapping configure_requires prerequisites
on older CPANPLUS clients or for either CPAN/CPANPLUS when using
the compatibility Makefile.PL
- Added diagnostic output when configure_requires are missing for
the benefit of users doing manual installation
Diffstat (limited to 'utils')
-rw-r--r-- | utils/config_data.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/config_data.PL b/utils/config_data.PL index a7bc90fb80..a167de896b 100644 --- a/utils/config_data.PL +++ b/utils/config_data.PL @@ -35,7 +35,7 @@ use File::Spec; my $script = File::Spec->catfile( File::Spec->catdir( - File::Spec->updir, qw[cpan Module-Build scripts] + File::Spec->updir, qw[cpan Module-Build bin] ), "config_data"); if (open(IN, $script)) { |