r64669 - in /trunk/libparent-perl: Changes META.yml debian/changelog debian/control debian/copyright debian/patches/ lib/parent.pm

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Sun Nov 7 12:49:06 UTC 2010


Author: ansgar
Date: Sun Nov  7 12:48:37 2010
New Revision: 64669

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64669
Log:
* New upstream release.
* Drop patch 01-fix_manpage.patch (applied upstream).
* Make build-dep on perl unversioned.
* debian/copyright: Refer to "Debian systems" instead of "Debian GNU/Linux
  systems"; refer to /usr/share/common-licenses/GPL-1.
* Bump Standards-Version to 3.9.1.

Removed:
    trunk/libparent-perl/debian/patches/
Modified:
    trunk/libparent-perl/Changes
    trunk/libparent-perl/META.yml
    trunk/libparent-perl/debian/changelog
    trunk/libparent-perl/debian/control
    trunk/libparent-perl/debian/copyright
    trunk/libparent-perl/lib/parent.pm

Modified: trunk/libparent-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparent-perl/Changes?rev=64669&op=diff
==============================================================================
--- trunk/libparent-perl/Changes (original)
+++ trunk/libparent-perl/Changes Sun Nov  7 12:48:37 2010
@@ -1,3 +1,10 @@
+0.224  20101031
+    . Change assignment @ISA = (@ISA, 'new::class')
+      to use push @ISA, 'new::class'
+      This should make class creation faster from 5.10 onwards
+      and reverts a change made in 2.14. If this is critically slow for you
+      and you can't upgrade your version of Perl, use the old way.
+
 0.223  20090901
     . No functional changes, no need to upgrade
     + Fix Makefile.PL so that (re)installing parent under 5.10.1+

Modified: trunk/libparent-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparent-perl/META.yml?rev=64669&op=diff
==============================================================================
--- trunk/libparent-perl/META.yml (original)
+++ trunk/libparent-perl/META.yml Sun Nov  7 12:48:37 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               parent
-version:            0.223
+version:            0.224
 abstract:           ~
 author:  []
 license:            unknown

Modified: trunk/libparent-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparent-perl/debian/changelog?rev=64669&op=diff
==============================================================================
--- trunk/libparent-perl/debian/changelog (original)
+++ trunk/libparent-perl/debian/changelog Sun Nov  7 12:48:37 2010
@@ -1,8 +1,14 @@
-libparent-perl (0.223-2) UNRELEASED; urgency=low
+libparent-perl (0.224-1) unstable; urgency=low
 
+  * New upstream release.
+  * Drop patch 01-fix_manpage.patch (applied upstream).
+  * Make build-dep on perl unversioned.
+  * debian/copyright: Refer to "Debian systems" instead of "Debian GNU/Linux
+    systems"; refer to /usr/share/common-licenses/GPL-1.
+  * Bump Standards-Version to 3.9.1.
   * Update my email address.
 
- -- Ansgar Burchardt <ansgar at debian.org>  Mon, 01 Nov 2010 11:17:14 +0100
+ -- Ansgar Burchardt <ansgar at debian.org>  Sun, 07 Nov 2010 13:48:29 +0100
 
 libparent-perl (0.223-1) unstable; urgency=low
 

Modified: trunk/libparent-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparent-perl/debian/control?rev=64669&op=diff
==============================================================================
--- trunk/libparent-perl/debian/control (original)
+++ trunk/libparent-perl/debian/control Sun Nov  7 12:48:37 2010
@@ -2,12 +2,12 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.8.8-11.1)
+Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Damyan Ivanov <dmn at debian.org>,
  gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
  Ansgar Burchardt <ansgar at debian.org>
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Homepage: http://search.cpan.org/dist/parent/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libparent-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libparent-perl/

Modified: trunk/libparent-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparent-perl/debian/copyright?rev=64669&op=diff
==============================================================================
--- trunk/libparent-perl/debian/copyright (original)
+++ trunk/libparent-perl/debian/copyright Sun Nov  7 12:48:37 2010
@@ -14,15 +14,17 @@
 License: Artistic or GPL-1+
 
 License: Artistic
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the Artistic License, which comes with Perl.
-    On Debian GNU/Linux systems, the complete text of the Artistic License
-    can be found in `/usr/share/common-licenses/Artistic'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 1, or (at your option)
-    any later version.
-    On Debian GNU/Linux systems, the complete text of the GNU General
-    Public License can be found in `/usr/share/common-licenses/GPL'
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libparent-perl/lib/parent.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparent-perl/lib/parent.pm?rev=64669&op=diff
==============================================================================
--- trunk/libparent-perl/lib/parent.pm (original)
+++ trunk/libparent-perl/lib/parent.pm Sun Nov  7 12:48:37 2010
@@ -1,7 +1,7 @@
 package parent;
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.223';
+$VERSION = '0.224';
 
 sub import {
     my $class = shift;
@@ -23,15 +23,15 @@
 
     {
         no strict 'refs';
-        # This is more efficient than push for the new MRO
-        # at least until the new MRO is fixed
-        @{"$inheritor\::ISA"} = (@{"$inheritor\::ISA"} , @_);
+        push @{"$inheritor\::ISA"}, @_;
     };
 };
 
 "All your base are belong to us"
 
 __END__
+
+=encoding utf8
 
 =head1 NAME
 
@@ -120,13 +120,13 @@
 
 =head1 AUTHORS AND CONTRIBUTORS
 
-Rafaël Garcia-Suarez, Bart Lateur, Max Maischein, Anno Siegel, Michael Schwern
+Rafaël Garcia-Suarez, Bart Lateur, Max Maischein, Anno Siegel, Michael Schwern
 
 =head1 MAINTAINER
 
 Max Maischein C< corion at cpan.org >
 
-Copyright (c) 2007 Max Maischein C<< <corion at cpan.org> >>
+Copyright (c) 2007-10 Max Maischein C<< <corion at cpan.org> >>
 Based on the idea of C<base.pm>, which was introduced with Perl 5.004_04.
 
 =head1 LICENSE




More information about the Pkg-perl-cvs-commits mailing list