r17808 - in /branches/upstream/libparent-perl/current: Changes META.yml lib/parent.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Mar 18 09:38:00 UTC 2008


Author: dmn
Date: Tue Mar 18 09:37:59 2008
New Revision: 17808

URL: http://svn.debian.org/wsvn/?sc=1&rev=17808
Log:
[svn-upgrade] Integrating new upstream version, libparent-perl (0.220)

Modified:
    branches/upstream/libparent-perl/current/Changes
    branches/upstream/libparent-perl/current/META.yml
    branches/upstream/libparent-perl/current/lib/parent.pm

Modified: branches/upstream/libparent-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libparent-perl/current/Changes?rev=17808&op=diff
==============================================================================
--- branches/upstream/libparent-perl/current/Changes (original)
+++ branches/upstream/libparent-perl/current/Changes Tue Mar 18 09:37:59 2008
@@ -1,3 +1,7 @@
+0.220  20080304
+    . No functional changes, no need to upgrade
+    + Removed beta status
+
 0.219  20071020
     . No functional changes, no need to upgrade
     + Added LICENSE section to clarify the license of this code

Modified: branches/upstream/libparent-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libparent-perl/current/META.yml?rev=17808&op=diff
==============================================================================
--- branches/upstream/libparent-perl/current/META.yml (original)
+++ branches/upstream/libparent-perl/current/META.yml Tue Mar 18 09:37:59 2008
@@ -1,12 +1,13 @@
 --- #YAML:1.0
 name:                parent
-version:             0.219
+version:             0.220
 abstract:            ~
 license:             ~
-generated_by:        ExtUtils::MakeMaker version 6.36_01
+author:              ~
+generated_by:        ExtUtils::MakeMaker version 6.42
 distribution_type:   module
 requires:     
     Test::More:                    0.4
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.2.html
-    version: 1.2
+    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
+    version: 1.3

Modified: branches/upstream/libparent-perl/current/lib/parent.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libparent-perl/current/lib/parent.pm?rev=17808&op=diff
==============================================================================
--- branches/upstream/libparent-perl/current/lib/parent.pm (original)
+++ branches/upstream/libparent-perl/current/lib/parent.pm Tue Mar 18 09:37:59 2008
@@ -1,7 +1,7 @@
 package parent;
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.219';
+$VERSION = '0.220';
 
 sub import {
     my $class = shift;
@@ -36,12 +36,6 @@
 =head1 NAME
 
 parent - Establish an ISA relationship with base classes at compile time
-
-=head1 WARNING
-
-This is a B<beta release>. While I consider the interface
-now fixed, this is not entirely sure - minor changes to C<-norequire>
-may still happen.
 
 =head1 SYNOPSIS
 
@@ -132,8 +126,6 @@
 
 Max Maischein C< corion at cpan.org >
 
-=head1 AUTHOR
-
 Copyright (c) 2007 Max Maischein C<< <corion at cpan.org> >>
 Based on the idea of C<base.pm>, which was introduced with Perl 5.004_04.
 




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