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

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Sep 2 15:12:33 UTC 2009


Author: jawnsy-guest
Date: Wed Sep  2 15:12:27 2009
New Revision: 43496

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

Modified:
    trunk/libparent-perl/Changes
    trunk/libparent-perl/META.yml
    trunk/libparent-perl/Makefile.PL
    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=43496&op=diff
==============================================================================
--- trunk/libparent-perl/Changes (original)
+++ trunk/libparent-perl/Changes Wed Sep  2 15:12:27 2009
@@ -1,3 +1,9 @@
+0.223  20090901
+    . No functional changes, no need to upgrade
+    + Fix Makefile.PL so that (re)installing parent under 5.10.1+
+      installs into perl/ instead of site/, patched by J.D.Hedden
+      fixes RT #49328
+
 0.222  20090828
     . No functional changes, no need to upgrade
     + Documentation fix suggested by Clinton Gormley

Modified: trunk/libparent-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparent-perl/META.yml?rev=43496&op=diff
==============================================================================
--- trunk/libparent-perl/META.yml (original)
+++ trunk/libparent-perl/META.yml Wed Sep  2 15:12:27 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               parent
-version:            0.222
+version:            0.223
 abstract:           ~
 author:  []
 license:            unknown

Modified: trunk/libparent-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparent-perl/Makefile.PL?rev=43496&op=diff
==============================================================================
--- trunk/libparent-perl/Makefile.PL (original)
+++ trunk/libparent-perl/Makefile.PL Wed Sep  2 15:12:27 2009
@@ -11,7 +11,7 @@
     NAME            => 'parent',
     VERSION_FROM    => "lib/parent.pm", # finds $VERSION
     PREREQ_PM       => { Test::More => 0.40 },
-    INSTALLDIRS => ($] >= 5.011 ? 'perl' : 'site'),
+    INSTALLDIRS => ($] >= 5.010001 ? 'perl' : 'site'),
 );
 
 # Leftover voodoo for testing various Perl distributions

Modified: trunk/libparent-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparent-perl/debian/changelog?rev=43496&op=diff
==============================================================================
--- trunk/libparent-perl/debian/changelog (original)
+++ trunk/libparent-perl/debian/changelog Wed Sep  2 15:12:27 2009
@@ -1,7 +1,7 @@
-libparent-perl (0.222-1) UNRELEASED; urgency=low
+libparent-perl (0.223-1) UNRELEASED; urgency=low
 
   Upstream says "No functional changes, no need to upgrade"
-  IGNORE-VERSION: 0.222-1
+  IGNORE-VERSION: 0.223-1
 
   Todo:
   - update to machine-readable copyright
@@ -15,6 +15,7 @@
   * Updated gregoa's email address
   * Added myself to Uploaders
   * Use the new short debhelper format (& compat 7)
+  * New upstream release
 
   [ gregor herrmann ]
   * Add debian/README.source to document quilt usage, as required by
@@ -25,7 +26,7 @@
   [ Ryan Niebur ]
   * Update jawnsy's email address
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 01 Sep 2009 21:19:27 -0700
+ -- Jonathan Yu <jawnsy at cpan.org>  Wed, 02 Sep 2009 07:05:54 -0400
 
 libparent-perl (0.221-1) unstable; urgency=low
 

Modified: trunk/libparent-perl/lib/parent.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparent-perl/lib/parent.pm?rev=43496&op=diff
==============================================================================
--- trunk/libparent-perl/lib/parent.pm (original)
+++ trunk/libparent-perl/lib/parent.pm Wed Sep  2 15:12:27 2009
@@ -1,7 +1,7 @@
 package parent;
 use strict;
 use vars qw($VERSION);
-$VERSION = '0.222';
+$VERSION = '0.223';
 
 sub import {
     my $class = shift;




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