aboutsummaryrefslogtreecommitdiffstats
path: root/Perl
diff options
context:
space:
mode:
authorSteve McIntyre <steve@einval.com>2018-05-31 11:16:12 +0100
committerSteve McIntyre <steve@einval.com>2018-05-31 11:16:12 +0100
commitfc418b154318d4c2acd91e59126e056e7dcf4bad (patch)
treef9f6abec86587c5ad07a91b9d3944498d75171da /Perl
parent88aa3e6f1e2804c7d1d73d5bdc3e1a7525e4ec54 (diff)
Hardcode versions rather than depend on missing CVS variables
Diffstat (limited to 'Perl')
-rw-r--r--Perl/Locale/Country.pm2
-rw-r--r--Perl/Locale/Language.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/Perl/Locale/Country.pm b/Perl/Locale/Country.pm
index 68bd6982599..43e6cb12276 100644
--- a/Perl/Locale/Country.pm
+++ b/Perl/Locale/Country.pm
@@ -82,7 +82,7 @@ use Locale::Constants;
# Public Global Variables
#-----------------------------------------------------------------------
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK);
-$VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/);
+$VERSION = '1.7';
@ISA = qw(Exporter);
@EXPORT = qw(code2country country2code
all_country_codes all_country_names
diff --git a/Perl/Locale/Language.pm b/Perl/Locale/Language.pm
index 7ce178dac66..12b806a70c4 100644
--- a/Perl/Locale/Language.pm
+++ b/Perl/Locale/Language.pm
@@ -42,7 +42,7 @@ require Exporter;
# Public Global Variables
#-----------------------------------------------------------------------
use vars qw($VERSION @ISA @EXPORT);
-$VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/);
+$VERSION = '1.6';
@ISA = qw(Exporter);
@EXPORT = qw(&code2language &language2code
&all_language_codes &all_language_names );

© 2014-2024 Faster IT GmbH | imprint | privacy policy