r17810 - in /trunk/libparent-perl: Changes META.yml debian/changelog lib/parent.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Mar 18 09:44:08 UTC 2008


Author: dmn
Date: Tue Mar 18 09:44:08 2008
New Revision: 17810

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=17810
Log:
* New upstream release

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

Modified: trunk/libparent-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparent-perl/Changes?rev=17810&op=diff
==============================================================================
--- trunk/libparent-perl/Changes (original)
+++ trunk/libparent-perl/Changes Tue Mar 18 09:44:08 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: trunk/libparent-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparent-perl/META.yml?rev=17810&op=diff
==============================================================================
--- trunk/libparent-perl/META.yml (original)
+++ trunk/libparent-perl/META.yml Tue Mar 18 09:44:08 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: trunk/libparent-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparent-perl/debian/changelog?rev=17810&op=diff
==============================================================================
--- trunk/libparent-perl/debian/changelog (original)
+++ trunk/libparent-perl/debian/changelog Tue Mar 18 09:44:08 2008
@@ -1,3 +1,9 @@
+libparent-perl (0.220-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 18 Mar 2008 11:38:21 +0200
+
 libparent-perl (0.219-2) unstable; urgency=low
 
   [ David Paleino ]

Modified: trunk/libparent-perl/lib/parent.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparent-perl/lib/parent.pm?rev=17810&op=diff
==============================================================================
--- trunk/libparent-perl/lib/parent.pm (original)
+++ trunk/libparent-perl/lib/parent.pm Tue Mar 18 09:44:08 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