pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Updated devel/p5-Module-Build 0.2806 -> 0.2808



details:   https://anonhg.NetBSD.org/pkgsrc/rev/366187c321e7
branches:  trunk
changeset: 529733:366187c321e7
user:      abs <abs%pkgsrc.org@localhost>
date:      Sat Jun 09 23:34:43 2007 +0000

description:
Updated devel/p5-Module-Build 0.2806 -> 0.2808

 - Added is_vmsish(), is_windowsish(), and is_unixish() boolean
   convenience functions.  Fixes some test failures on platforms where
   $^O is set to a value we don't know about (like 'gnu').

 - Upgraded to version.pm 0.7203. [John Peacock]

 - Support get_action_docs() =head2 style. [ewilhelm]

 - Workaround Test::Pod::Coverage @INC bug. [Eric Wilhelm]

 - Fixed the command-line args --extra_compiler_flags and
   --extra_linker_flags so they properly shell-split their arguments.

0.2807 - Sat Mar 24 22:19:02 2007

 - Upgraded to version.pm 0.71. [John Peacock]

 - Removed a couple small constructs in the tests ("use warnings;" and
   "qw$foo bar$[1]") that caused test failures under perl 5.005.

 - Added support for an explicit default value of undef in prompt().
   [Eric Wilhelm]

 - Improved our prompt() method, which could sometimes hang before the
   user got a chance to see a prompt. [Andreas Koenig]

 - Added a note about --allow_mb_mismatch to the error message that
   happens right before someone might want to use that parameter.

 - Added DragonflyBSD to the list of known Unix OSes.

 - get_action_docs() dies on error rather than twiddling $@

 - Made ModuleInfo's _evaluate_version_line() compatible with 'use
   version ...$VERSION' lines.  [Eric Wilhelm]

 - Added some verbiage in Module::Build::API that officially blesses
   the _build/prereqs file for external consumption. [Suggested by Andreas Koenig]

 - Added test profiles support via the test_types property and "testall"
   target. [Eric Wilhelm, Jeff Lavallee]

 - Use syscopy() on OS/2 in copy_if_modified() so we make sure to
   overwrite any existing target file. [Ilya Zakharevich]

 - Removed seemingly silly '~~' test in t/tilde.t.

 - In our test-time utility library t/lib/MBTest.pm, we need to know
   about a few .exe-like extensions on OS/2. [Ilya Zakharevich]

 - In t/ppm.t, use DynaLoader::mod2fname() (if available) to determine
   the correct translation of our test module's name into a DLL
   name. [Ilya Zakharevich]

 - Avoid an unlink() error on OS/2 when fixing shebang lines. [Ilya
   Zakharevich]

 - When we're protecting the world from the evils of long RedHat
   $ENV{PERL5LIB} variables, don't assume $ENV{PERL5LIB} is already
   defined.  This gets rid of a huge number of warnings for some
   people. [Dave Rolsky]

diffstat:

 devel/p5-Module-Build/Makefile |  4 ++--
 devel/p5-Module-Build/distinfo |  8 ++++----
 doc/CHANGES-2007               |  3 ++-
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (39 lines):

diff -r 92c6a1465286 -r 366187c321e7 devel/p5-Module-Build/Makefile
--- a/devel/p5-Module-Build/Makefile    Sat Jun 09 23:32:58 2007 +0000
+++ b/devel/p5-Module-Build/Makefile    Sat Jun 09 23:34:43 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2007/02/27 12:57:00 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2007/06/09 23:34:43 abs Exp $
 
-DISTNAME=      Module-Build-0.2806
+DISTNAME=      Module-Build-0.2808
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5mob
 CATEGORIES=    devel perl5
diff -r 92c6a1465286 -r 366187c321e7 devel/p5-Module-Build/distinfo
--- a/devel/p5-Module-Build/distinfo    Sat Jun 09 23:32:58 2007 +0000
+++ b/devel/p5-Module-Build/distinfo    Sat Jun 09 23:34:43 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2007/02/27 12:57:00 wiz Exp $
+$NetBSD: distinfo,v 1.9 2007/06/09 23:34:43 abs Exp $
 
-SHA1 (Module-Build-0.2806.tar.gz) = f74694f5e88069c52009587f876077b9ee7f0531
-RMD160 (Module-Build-0.2806.tar.gz) = 4e3d8e3cb19725daa638732cfcadd3565f853a1c
-Size (Module-Build-0.2806.tar.gz) = 189963 bytes
+SHA1 (Module-Build-0.2808.tar.gz) = cee04451c269a6f2fe09fb028423b7f829584e05
+RMD160 (Module-Build-0.2808.tar.gz) = eb156aef5b9bef9b56068abeb29f2596c33f92ec
+Size (Module-Build-0.2808.tar.gz) = 196525 bytes
diff -r 92c6a1465286 -r 366187c321e7 doc/CHANGES-2007
--- a/doc/CHANGES-2007  Sat Jun 09 23:32:58 2007 +0000
+++ b/doc/CHANGES-2007  Sat Jun 09 23:34:43 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2007,v 1.1297 2007/06/09 23:33:36 abs Exp $
+$NetBSD: CHANGES-2007,v 1.1298 2007/06/09 23:35:14 abs Exp $
 
 Changes to the packages collection and infrastructure in 2007:
 
@@ -2508,3 +2508,4 @@
        Updated devel/p5-Clone to 0.23 [abs 2007-06-10]
        Updated devel/p5-ExtUtils-CBuilder to 0.19 [abs 2007-06-10]
        Updated devel/p5-ExtUtils-ParseXS to 2.18 [abs 2007-06-10]
+       Updated devel/p5-Module-Build to 0.2808 [abs 2007-06-10]



Home | Main Index | Thread Index | Old Index