r62449 - in /trunk/libtime-progress-perl: Changes META.yml Progress.pm debian/changelog

carnil-guest at users.alioth.debian.org carnil-guest at users.alioth.debian.org
Fri Sep 10 09:37:03 UTC 2010


Author: carnil-guest
Date: Fri Sep 10 09:36:44 2010
New Revision: 62449

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62449
Log:
New upstream release

Modified:
    trunk/libtime-progress-perl/Changes
    trunk/libtime-progress-perl/META.yml
    trunk/libtime-progress-perl/Progress.pm
    trunk/libtime-progress-perl/debian/changelog

Modified: trunk/libtime-progress-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-progress-perl/Changes?rev=62449&op=diff
==============================================================================
--- trunk/libtime-progress-perl/Changes (original)
+++ trunk/libtime-progress-perl/Changes Fri Sep 10 09:36:44 2010
@@ -1,4 +1,8 @@
 Revision history for Perl extension Time::Progress.
+
+1.7   Fri Sep 10 2010
+
+ - fixed spelling (note by Salvatore Bonaccorso)
 
 1.6   Wed Sep  8 2010
 

Modified: trunk/libtime-progress-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-progress-perl/META.yml?rev=62449&op=diff
==============================================================================
--- trunk/libtime-progress-perl/META.yml (original)
+++ trunk/libtime-progress-perl/META.yml Fri Sep 10 09:36:44 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Time-Progress
-version:            1.6
+version:            1.7
 abstract:           Elapsed and estimated finish time reporting.
 author:
     - Vladi Belperchinov-Shabanski <cade at biscom.net>

Modified: trunk/libtime-progress-perl/Progress.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-progress-perl/Progress.pm?rev=62449&op=diff
==============================================================================
--- trunk/libtime-progress-perl/Progress.pm (original)
+++ trunk/libtime-progress-perl/Progress.pm Fri Sep 10 09:36:44 2010
@@ -2,7 +2,7 @@
 use Exporter;
 our @ISA = qw( Exporter );
 our @EXPORT = qw(  );
-our $VERSION = '1.6';
+our $VERSION = '1.7';
 use strict;
 use warnings;
 use Carp;
@@ -225,7 +225,7 @@
 
 =item stop
 
-Sets the stop mark. this is only usefull if you do some work, then finish,
+Sets the stop mark. this is only useful if you do some work, then finish,
 then do some work that shouldn't be timed and finally report. Something
 like:
 

Modified: trunk/libtime-progress-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtime-progress-perl/debian/changelog?rev=62449&op=diff
==============================================================================
--- trunk/libtime-progress-perl/debian/changelog (original)
+++ trunk/libtime-progress-perl/debian/changelog Fri Sep 10 09:36:44 2010
@@ -1,3 +1,9 @@
+libtime-progress-perl (1.7-1) UNRELEASED; urgency=low
+
+  * New upstream release
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>  Fri, 10 Sep 2010 11:36:03 +0200
+
 libtime-progress-perl (1.6-1) unstable; urgency=low
 
   * Team upload.




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