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 /cpan/Module-Build/lib/Module/Build.pm | |
| 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 'cpan/Module-Build/lib/Module/Build.pm')
| -rw-r--r-- | cpan/Module-Build/lib/Module/Build.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cpan/Module-Build/lib/Module/Build.pm b/cpan/Module-Build/lib/Module/Build.pm index e23375e7df..28aaf1e1b3 100644 --- a/cpan/Module-Build/lib/Module/Build.pm +++ b/cpan/Module-Build/lib/Module/Build.pm @@ -16,7 +16,7 @@ use Module::Build::Base; use vars qw($VERSION @ISA); @ISA = qw(Module::Build::Base); -$VERSION = '0.3622'; +$VERSION = '0.37_04'; $VERSION = eval $VERSION; @@ -682,7 +682,7 @@ specify the C<versionlib> parameter when you run the C<Build.PL> script: perl Build.PL --versionlib /my/version/place/ To override which version the module is installed as, specify the -C<versionlib> parameter when you run the C<Build.PL> script: +C<version> parameter when you run the C<Build.PL> script: perl Build.PL --version 0.50 @@ -858,7 +858,7 @@ This is the same as C<bindoc> above, but applies to HTML documents. =item libhtml -This is the same as C<bindoc> above, but applies to HTML documents. +This is the same as C<libdoc> above, but applies to HTML documents. =back @@ -1085,8 +1085,8 @@ Module-Build mailing list at <module-build@perl.org>. Bug reports are also welcome at <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Build>. -The latest development version is available from the Subversion -repository at <https://svn.perl.org/modules/Module-Build/trunk/> +The latest development version is available from the Git +repository at <https://github.com/dagolden/module-build/> =head1 COPYRIGHT |
