r41369 - in /trunk/libtext-simpletable-perl: Changes META.yml debian/changelog lib/Text/SimpleTable.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Wed Aug 5 14:53:28 UTC 2009


Author: jawnsy-guest
Date: Wed Aug  5 14:53:22 2009
New Revision: 41369

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41369
Log:
IGNORE-VERSION: 2.0-1

Modified:
    trunk/libtext-simpletable-perl/Changes
    trunk/libtext-simpletable-perl/META.yml
    trunk/libtext-simpletable-perl/debian/changelog
    trunk/libtext-simpletable-perl/lib/Text/SimpleTable.pm

Modified: trunk/libtext-simpletable-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/Changes?rev=41369&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/Changes (original)
+++ trunk/libtext-simpletable-perl/Changes Wed Aug  5 14:53:22 2009
@@ -1,4 +1,7 @@
 Tis file documents the revision history for Perl extension Text::SimpleTable.
+
+2.0   2009-08-01 00:00:00
+        - Fixed package.
 
 1.9   2009-08-01 00:00:00
         - Improved Kwalitee.

Modified: trunk/libtext-simpletable-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/META.yml?rev=41369&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/META.yml (original)
+++ trunk/libtext-simpletable-perl/META.yml Wed Aug  5 14:53:22 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Text-SimpleTable
-version:            1.9
+version:            2.0
 abstract:           Simple eyecandy ASCII tables
 author:
     - Sebastian Riedel <sri at cpan.org>

Modified: trunk/libtext-simpletable-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/debian/changelog?rev=41369&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/debian/changelog (original)
+++ trunk/libtext-simpletable-perl/debian/changelog Wed Aug  5 14:53:22 2009
@@ -1,14 +1,13 @@
-libtext-simpletable-perl (1.9-1) UNRELEASED; urgency=low
+libtext-simpletable-perl (2.0-1) UNRELEASED; urgency=low
 
-  IGNORE-VERSION: 1.9-1
+  IGNORE-VERSION: 2.0-1
   No release necessary
 
   * New upstream release
     + Fixed shebang lines to use /usr/bin/env perl
     + Lots of changes to improve Kwalitee score
-  * New upstream release
 
- -- Jonathan Yu <frequency at cpan.org>  Tue, 04 Aug 2009 13:43:29 -0400
+ -- Jonathan Yu <frequency at cpan.org>  Wed, 05 Aug 2009 06:53:59 -0400
 
 libtext-simpletable-perl (1.2-1) unstable; urgency=low
 

Modified: trunk/libtext-simpletable-perl/lib/Text/SimpleTable.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/lib/Text/SimpleTable.pm?rev=41369&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/lib/Text/SimpleTable.pm (original)
+++ trunk/libtext-simpletable-perl/lib/Text/SimpleTable.pm Wed Aug  5 14:53:22 2009
@@ -5,7 +5,7 @@
 use strict;
 use warnings;
 
-our $VERSION = '1.9';
+our $VERSION = '2.0';
 
 # Top
 our $TOP_LEFT      = '.-';




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