r41367 - in /branches/upstream/libtext-simpletable-perl/current: Changes META.yml lib/Text/SimpleTable.pm

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


Author: jawnsy-guest
Date: Wed Aug  5 14:51:24 2009
New Revision: 41367

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41367
Log:
[svn-upgrade] Integrating new upstream version, libtext-simpletable-perl (2.0)

Modified:
    branches/upstream/libtext-simpletable-perl/current/Changes
    branches/upstream/libtext-simpletable-perl/current/META.yml
    branches/upstream/libtext-simpletable-perl/current/lib/Text/SimpleTable.pm

Modified: branches/upstream/libtext-simpletable-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-simpletable-perl/current/Changes?rev=41367&op=diff
==============================================================================
--- branches/upstream/libtext-simpletable-perl/current/Changes (original)
+++ branches/upstream/libtext-simpletable-perl/current/Changes Wed Aug  5 14:51:24 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: branches/upstream/libtext-simpletable-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-simpletable-perl/current/META.yml?rev=41367&op=diff
==============================================================================
--- branches/upstream/libtext-simpletable-perl/current/META.yml (original)
+++ branches/upstream/libtext-simpletable-perl/current/META.yml Wed Aug  5 14:51:24 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: branches/upstream/libtext-simpletable-perl/current/lib/Text/SimpleTable.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtext-simpletable-perl/current/lib/Text/SimpleTable.pm?rev=41367&op=diff
==============================================================================
--- branches/upstream/libtext-simpletable-perl/current/lib/Text/SimpleTable.pm (original)
+++ branches/upstream/libtext-simpletable-perl/current/lib/Text/SimpleTable.pm Wed Aug  5 14:51:24 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