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

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Aug 4 22:48:22 UTC 2009


Author: jawnsy-guest
Date: Tue Aug  4 22:48:16 2009
New Revision: 41316

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

Added:
    trunk/libtext-simpletable-perl/examples/
      - copied from r41314, branches/upstream/libtext-simpletable-perl/current/examples/
Modified:
    trunk/libtext-simpletable-perl/Changes
    trunk/libtext-simpletable-perl/MANIFEST
    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=41316&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/Changes (original)
+++ trunk/libtext-simpletable-perl/Changes Tue Aug  4 22:48:16 2009
@@ -1,13 +1,16 @@
 Tis file documents the revision history for Perl extension Text::SimpleTable.
 
+1.9   2009-08-01 00:00:00
+        - Improved Kwalitee.
+
 1.8   2009-08-01 00:00:00
-        - Improved kwalitee.
+        - Improved Kwalitee.
 
 1.7   2009-08-01 00:00:00
         - Fixed typo.
 
 1.6   2009-07-27 00:00:00
-        - Improved kwalitee.
+        - Improved Kwalitee.
 
 1.5   2009-07-27 00:00:00
         - Added readme.

Modified: trunk/libtext-simpletable-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/MANIFEST?rev=41316&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/MANIFEST (original)
+++ trunk/libtext-simpletable-perl/MANIFEST Tue Aug  4 22:48:16 2009
@@ -1,5 +1,6 @@
 .perltidyrc
 Changes
+examples/simple.pl
 lib/Text/SimpleTable.pm
 LICENSE
 Makefile.PL

Modified: trunk/libtext-simpletable-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-simpletable-perl/META.yml?rev=41316&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/META.yml (original)
+++ trunk/libtext-simpletable-perl/META.yml Tue Aug  4 22:48:16 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Text-SimpleTable
-version:            1.8
+version:            1.9
 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=41316&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/debian/changelog (original)
+++ trunk/libtext-simpletable-perl/debian/changelog Tue Aug  4 22:48:16 2009
@@ -1,13 +1,14 @@
-libtext-simpletable-perl (1.8-1) UNRELEASED; urgency=low
+libtext-simpletable-perl (1.9-1) UNRELEASED; urgency=low
 
-  IGNORE-VERSION: 1.8-1
+  IGNORE-VERSION: 1.9-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>  Sun, 02 Aug 2009 14:30:35 -0400
+ -- Jonathan Yu <frequency at cpan.org>  Tue, 04 Aug 2009 13:43:29 -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=41316&op=diff
==============================================================================
--- trunk/libtext-simpletable-perl/lib/Text/SimpleTable.pm (original)
+++ trunk/libtext-simpletable-perl/lib/Text/SimpleTable.pm Tue Aug  4 22:48:16 2009
@@ -3,8 +3,9 @@
 package Text::SimpleTable;
 
 use strict;
-
-our $VERSION = '1.8';
+use warnings;
+
+our $VERSION = '1.9';
 
 # Top
 our $TOP_LEFT      = '.-';




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