r62447 - in /branches/upstream/libtime-progress-perl/current: Changes META.yml Progress.pm
carnil-guest at users.alioth.debian.org
carnil-guest at users.alioth.debian.org
Fri Sep 10 09:35:03 UTC 2010
Author: carnil-guest
Date: Fri Sep 10 09:34:41 2010
New Revision: 62447
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62447
Log:
[svn-upgrade] new version libtime-progress-perl (1.7)
Modified:
branches/upstream/libtime-progress-perl/current/Changes
branches/upstream/libtime-progress-perl/current/META.yml
branches/upstream/libtime-progress-perl/current/Progress.pm
Modified: branches/upstream/libtime-progress-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtime-progress-perl/current/Changes?rev=62447&op=diff
==============================================================================
--- branches/upstream/libtime-progress-perl/current/Changes (original)
+++ branches/upstream/libtime-progress-perl/current/Changes Fri Sep 10 09:34:41 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: branches/upstream/libtime-progress-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtime-progress-perl/current/META.yml?rev=62447&op=diff
==============================================================================
--- branches/upstream/libtime-progress-perl/current/META.yml (original)
+++ branches/upstream/libtime-progress-perl/current/META.yml Fri Sep 10 09:34:41 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: branches/upstream/libtime-progress-perl/current/Progress.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libtime-progress-perl/current/Progress.pm?rev=62447&op=diff
==============================================================================
--- branches/upstream/libtime-progress-perl/current/Progress.pm (original)
+++ branches/upstream/libtime-progress-perl/current/Progress.pm Fri Sep 10 09:34:41 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:
More information about the Pkg-perl-cvs-commits
mailing list