diff options
author | abs <abs@pkgsrc.org> | 2007-06-09 23:34:43 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2007-06-09 23:34:43 +0000 |
commit | 4b4edff27d4d2a16c9e341eeb1448fe4f1b721f0 (patch) | |
tree | 3659436ae0afdb898edc724a832ce2d08e8cb226 /devel | |
parent | 29d629f66067d6c16a6603390747e15eef539f72 (diff) | |
download | pkgsrc-4b4edff27d4d2a16c9e341eeb1448fe4f1b721f0.tar.gz |
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 (limited to 'devel')
-rw-r--r-- | devel/p5-Module-Build/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Module-Build/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Module-Build/Makefile b/devel/p5-Module-Build/Makefile index 294fdeb7c04..266cade0134 100644 --- a/devel/p5-Module-Build/Makefile +++ b/devel/p5-Module-Build/Makefile @@ -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 --git a/devel/p5-Module-Build/distinfo b/devel/p5-Module-Build/distinfo index c4488ba7668..937b31a247d 100644 --- a/devel/p5-Module-Build/distinfo +++ b/devel/p5-Module-Build/distinfo @@ -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 |