diff options
author | seb <seb@pkgsrc.org> | 2010-08-19 20:47:09 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-08-19 20:47:09 +0000 |
commit | 25df3b72087d1ed2f70ffa7600b2bd17d7355d76 (patch) | |
tree | f9a9b2284a1d28194d8043c8c7faf641873c673e /lang/perl5/patches/patch-aa | |
parent | 107c8a34aaa6f709baeccd6eeb27c851c99c3ce0 (diff) | |
download | pkgsrc-25df3b72087d1ed2f70ffa7600b2bd17d7355d76.tar.gz |
Update perl from version 5.10.1nb2 to version 5.12.1.
Pkgsrc changes:
- Adjust some patches
- Remove patches integrated upstream
- Use Perl's "Policy.sh" framework (along the way remove some patches)
- Link in an enterprise friendly way on HPUX
- in buildlink3.mk bump minimum required pkgsrc Perl version to
5.12.0
- placate some pkglint warnings
Upstream changes:
- From version 5.12.1 announce
This release contains minor bug fixes and updates of several core
modules, as well as minor documentation updates. It should be fully
backward compatible with Perl 5.12.0.
- From version 5.12.0 announce:
Perl 5.12.0 represents approximately two years of development since
version 5.10.0 and contains over 750,000 lines of changes across over
3,000 files from over 200 authors and committers.
[...]
Notable changes in Perl 5.12 include:
* Perl now conforms much more closely to the Unicode standard.
Additionally, this release includes an upgrade to version
5.2 of the standard.
* New experimental APIs allow developers to extend Perl with
"pluggable" keywords and syntax.
* Perl now has a better sense of time and will be able to keep
accurate time well past the "Y2038" barrier.
* New syntax allows developers to specify package version numbers
directly in "package" statements
* Perl now warns the user about the use of deprecated features
by default.
- For a complete list of changes see included perl5120delta(1) and
perl5121delta(1) or http://perldoc.perl.org/perl5120delta.html and
http://perldoc.perl.org/perl5121delta.html
Diffstat (limited to 'lang/perl5/patches/patch-aa')
-rw-r--r-- | lang/perl5/patches/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/perl5/patches/patch-aa b/lang/perl5/patches/patch-aa index 8e9adfafc5a..86d67d995ce 100644 --- a/lang/perl5/patches/patch-aa +++ b/lang/perl5/patches/patch-aa @@ -1,7 +1,7 @@ -$NetBSD: patch-aa,v 1.32 2009/12/14 06:36:57 seb Exp $ +$NetBSD: patch-aa,v 1.33 2010/08/19 20:47:10 seb Exp $ ---- lib/ExtUtils/MM_Unix.pm.orig 2009-12-06 17:10:46.000000000 +0000 -+++ lib/ExtUtils/MM_Unix.pm 2009-12-06 17:12:37.000000000 +0000 +--- cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm.orig 2010-05-21 03:45:50.000000000 +0000 ++++ cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm 2010-05-21 03:46:44.000000000 +0000 @@ -28,8 +28,6 @@ $Is{VMS} = $^O eq 'VMS'; $Is{OSF} = $^O eq 'dec_osf'; |