diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-18 16:10:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-18 16:10:06 +0000 |
commit | dde24a16e2e8ea7992215c0d5033dee85110fef4 (patch) | |
tree | 9918d7a234dce8efb0d38c3822f069f1fce132c3 /devel/p5-Module-Build | |
parent | 7ee66f27754fac010a159ae985f0adaa4b4dccc0 (diff) | |
download | pkgsrc-dde24a16e2e8ea7992215c0d5033dee85110fef4.tar.gz |
Update to 0.2610:
0.2610 Fri Apr 15 08:25:01 CDT 2005
- new_from_context() was losing its arguments in some cases (and not
because of inadequate training in debate) - we now pass its
arguments directly to the Build.PL script rather than merging them
in afterwards. [Ray Zimmerman]
- Fixed a bug in which config_data and feature data were being
forgotten and no ConfigData.pm module would get written. [Ray
Zimmerman]
- Added a recipe to the cookbook showing how to run a single test
file from the command line. [William McKee]
- For command-line arguments, we now accept the syntax "--foo=bar" in
addition to "--foo bar" and "foo=bar". This seems to fit well with
what GNU getopt and Getopt::Long do, and with people's
expectations. [Adam Spiers]
0.2609 Wed Mar 16 22:18:35 CST 2005
- The html docs that were created during the first invokation of
'./Build' were being found and treated as pod that needed to be
converted to html during subsequent invokations. We now are more
specific about the directories we scan for pod that needs to be
converted, effectively avoiding blib/html. [Ray Zimmerman]
- If Pod::Man is not available, we now skip building man pages
(rather than dying) and tell the user why.
- We now write a .packlist file upon installation, in the same place
that ExtUtils::MakeMaker does. [Johnny Lam]
- On some Unix platforms (BSD derivatives, mostly) perl's $^X
variable isn't set to the full path of the perl executable, just
'perl', when the 'Build' script is run as './Build' and not 'perl
./Build'. This can lead to some other modules (maybe
Test::Harness, maybe IO::File, I dunno...) getting very confused
about where they are, and they try to load stuff from the wrong
perl lib, and big trouble ensues. To fix this, we now set $^X to
the value of Module::Build->find_perl_interpreter().
- The 'distcheck' action will now die() if it finds an error in the
MANIFEST, rather than just printing on STDOUT. [David Golden]
- When the README and/or Makefile.PL are autogenerated using
create_readme or create_makefile_pl, we now automatically make sure
they're also listed in the MANIFEST file. [Suggested by Michael
Schwern]
- Got rid of the t/MANIFEST file - it's superfluous, and it had
zero-length, which some versions of Tar don't like. [William
Underwood]
- Added a mention in the documentation that each property that new()
accepts also has a corresponding get/set accessor. (In the version
0.27_0x series each accessor method is mentioned explicitly in the
docs.) [Omission spotted by Ian Langworth]
'make test' failures down to
Failed 1/13 test scripts, 92.31% okay. 19/311 subtests failed, 93.89% okay.
from
Failed 3/13 test scripts, 76.92% okay. 41/319 subtests failed, 87.15% okay.
Diffstat (limited to 'devel/p5-Module-Build')
-rw-r--r-- | devel/p5-Module-Build/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Module-Build/distinfo | 9 |
2 files changed, 6 insertions, 8 deletions
diff --git a/devel/p5-Module-Build/Makefile b/devel/p5-Module-Build/Makefile index f1713ae6422..7da31345f97 100644 --- a/devel/p5-Module-Build/Makefile +++ b/devel/p5-Module-Build/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2005/04/11 21:45:33 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/04/18 16:10:06 wiz Exp $ -DISTNAME= Module-Build-0.2608 +DISTNAME= Module-Build-0.2610 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5mob -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} diff --git a/devel/p5-Module-Build/distinfo b/devel/p5-Module-Build/distinfo index d51edd6f86d..320bea31194 100644 --- a/devel/p5-Module-Build/distinfo +++ b/devel/p5-Module-Build/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.5 2005/02/24 22:38:42 jlam Exp $ +$NetBSD: distinfo,v 1.6 2005/04/18 16:10:06 wiz Exp $ -SHA1 (Module-Build-0.2608.tar.gz) = 49cb2093e478247689c3745b9beb72e88d8d9d72 -RMD160 (Module-Build-0.2608.tar.gz) = 456e34e36ae4d4cb996f00013bf570faf6bd50cf -Size (Module-Build-0.2608.tar.gz) = 126273 bytes -SHA1 (patch-aa) = da2ddb73bccbb3be77ff8141adf07a324851a3a4 +SHA1 (Module-Build-0.2610.tar.gz) = 4151370d32f5af55d835a53c9adf633776081b13 +RMD160 (Module-Build-0.2610.tar.gz) = f304854568d7c5192aee6d37a0991777a05f72d3 +Size (Module-Build-0.2610.tar.gz) = 128423 bytes |