r51325 - in /trunk/dh-make-perl: debian/changelog lib/DhMakePerl.pm

bricas-guest at users.alioth.debian.org bricas-guest at users.alioth.debian.org
Fri Jan 22 12:27:51 UTC 2010


Author: bricas-guest
Date: Fri Jan 22 12:27:31 2010
New Revision: 51325

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=51325
Log:
0.62 was already released, moving my changes to 0.63 and bumping the version number.

Modified:
    trunk/dh-make-perl/debian/changelog
    trunk/dh-make-perl/lib/DhMakePerl.pm

Modified: trunk/dh-make-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/debian/changelog?rev=51325&op=diff
==============================================================================
--- trunk/dh-make-perl/debian/changelog (original)
+++ trunk/dh-make-perl/debian/changelog Fri Jan 22 12:27:31 2010
@@ -1,3 +1,9 @@
+dh-make-perl (0.62) UNRELEASED; urgency=low
+
+  * Add Array::Unique to dependencies listed in Build.PL.
+
+ -- Brian Cassidy <brian.cassidy at gmail.com>  Fri, 22 Jan 2010 08:24:47 -0400
+
 dh-make-perl (0.62) unstable; urgency=low
 
   [ Damyan Ivanov ]
@@ -30,9 +36,6 @@
     --refresh. 
   * debian/control: Add libarray-unique-perl to (Build-)Depends. 
   * Small code readability changes in dh-make-perl modules. 
-
-  [ Brian Cassidy ]
-  * Add Array::Unique to dependencies listed in Build.PL.
 
  -- gregor herrmann <gregoa at debian.org>  Tue, 05 Jan 2010 21:14:37 +0100
 

Modified: trunk/dh-make-perl/lib/DhMakePerl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl.pm?rev=51325&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Fri Jan 22 12:27:31 2010
@@ -15,11 +15,11 @@
 
 =head1 VERSION
 
-Version 0.62
+Version 0.63
 
 =cut
 
-our $VERSION = '0.62';
+our $VERSION = '0.63';
 
 =head1 SYNOPSIS
 




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