[Debian-l10n-commits] dl10n branch master updated. 93a065d72ebcdf1fa368a4d4745633849c08b7cf

Christian Perrier bubulle at alioth.debian.org
Sat Sep 21 12:57:59 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "dl10n".

The branch, master has been updated
       via  93a065d72ebcdf1fa368a4d4745633849c08b7cf (commit)
      from  0dc005009eb4e77a69ebb9f4b874b5538bd20f56 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------

http://anonscm.debian.org/gitweb/?p=debian-l10n/dl10n.git;a=commitdiff;h=93a065d72ebcdf1fa368a4d4745633849c08b7cf

commit 93a065d72ebcdf1fa368a4d4745633849c08b7cf
Author: Christian PERRIER <bubulle at debian.org>
Date:   Sat Sep 21 14:57:54 2013 +0200

    Add missing arguments to sprintf

-----------------------------------------------------------------------

Summary of changes:
 lib/Locale/Country.pm  |    2 +-
 lib/Locale/Language.pm |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Locale/Country.pm b/lib/Locale/Country.pm
index 4d091c7..0149d7c 100644
--- a/lib/Locale/Country.pm
+++ b/lib/Locale/Country.pm
@@ -82,7 +82,7 @@ use Locale::Constants;
 #	Public Global Variables
 #-----------------------------------------------------------------------
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
-$VERSION   = sprintf("%s", q$Revision$ =~ /Revision:\s*(.*)/);
+$VERSION   = sprintf("%s", q$Revision$ =~ /Revision:\s*(.*)/, "");
 @ISA       = qw(Exporter);
 @EXPORT    = qw(code2country country2code
                 all_country_codes all_country_names
diff --git a/lib/Locale/Language.pm b/lib/Locale/Language.pm
index a3e77a8..1899b2d 100644
--- a/lib/Locale/Language.pm
+++ b/lib/Locale/Language.pm
@@ -42,7 +42,7 @@ require Exporter;
 #	Public Global Variables
 #-----------------------------------------------------------------------
 use vars qw($VERSION @ISA @EXPORT);
-$VERSION      = sprintf("%s", q$Revision$ =~ /Revision:\s*(.*)/);
+$VERSION      = sprintf("%s", q$Revision$ =~ /Revision:\s*(.*)/, "");
 @ISA          = qw(Exporter);
 @EXPORT       = qw(&code2language &language2code
                    &all_language_codes &all_language_names );
-----------------------------------------------------------------------


hooks/post-receive
-- 
dl10n



More information about the Debian-l10n-commits mailing list