r73213 - in /trunk/libconfig-std-perl: Changes META.yml debian/changelog lib/Config/Std.pm

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Apr 23 15:43:56 UTC 2011


Author: gregoa
Date: Sat Apr 23 15:43:45 2011
New Revision: 73213

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73213
Log:
IGNORE-VERSION: 0.900-1
this is 0.9 re-released as 0.900
* New upstream release.

Modified:
    trunk/libconfig-std-perl/Changes
    trunk/libconfig-std-perl/META.yml
    trunk/libconfig-std-perl/debian/changelog
    trunk/libconfig-std-perl/lib/Config/Std.pm

Modified: trunk/libconfig-std-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-std-perl/Changes?rev=73213&op=diff
==============================================================================
--- trunk/libconfig-std-perl/Changes (original)
+++ trunk/libconfig-std-perl/Changes Sat Apr 23 15:43:45 2011
@@ -1,6 +1,6 @@
 Revision history for Config-Std
 
-0.9   Tue Apr 12 20:41:04 2011
+0.900  Tue Apr 12 20:41:04 2011
     - Change of Maintainers.
     - Reordered Changes to latest first.
     - Module::Build::Compat creating Makefile.PL traditional

Modified: trunk/libconfig-std-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-std-perl/META.yml?rev=73213&op=diff
==============================================================================
--- trunk/libconfig-std-perl/META.yml (original)
+++ trunk/libconfig-std-perl/META.yml Sat Apr 23 15:43:45 2011
@@ -15,7 +15,7 @@
 provides:
   Config::Std:
     file: lib/Config/Std.pm
-    version: 0.9
+    version: 0.900
   Config::Std::Block:
     file: lib/Config/Std.pm
   Config::Std::Comment:
@@ -36,4 +36,4 @@
   version: 0
 resources:
   license: http://dev.perl.org/licenses/
-version: 0.9
+version: 0.900

Modified: trunk/libconfig-std-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-std-perl/debian/changelog?rev=73213&op=diff
==============================================================================
--- trunk/libconfig-std-perl/debian/changelog (original)
+++ trunk/libconfig-std-perl/debian/changelog Sat Apr 23 15:43:45 2011
@@ -1,3 +1,12 @@
+libconfig-std-perl (0.900-1) UNRELEASED; urgency=low
+
+  IGNORE-VERSION: 0.900-1
+  this is 0.9 re-released as 0.900
+
+  * New upstream release.
+
+ -- gregor herrmann <gregoa at debian.org>  Sat, 23 Apr 2011 17:42:52 +0200
+
 libconfig-std-perl (0.9-1) unstable; urgency=low
 
   * New upstream release

Modified: trunk/libconfig-std-perl/lib/Config/Std.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconfig-std-perl/lib/Config/Std.pm?rev=73213&op=diff
==============================================================================
--- trunk/libconfig-std-perl/lib/Config/Std.pm (original)
+++ trunk/libconfig-std-perl/lib/Config/Std.pm Sat Apr 23 15:43:45 2011
@@ -1,6 +1,6 @@
 package Config::Std;
 
-our $VERSION = '0.9';
+our $VERSION = '0.900';
 
 require v5.7.3; # RT#21184
 




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