summaryrefslogtreecommitdiff
path: root/lib/I18N
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-22 12:23:57 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-22 12:23:57 +0000
commitacff0af7c747acb87d64b4a3dc73295e6ed0ff6b (patch)
tree4f8e72bb7199b6e096523eda567fe7032777c080 /lib/I18N
parent5dc6f17881b619bdebc328d265c5f4aa5fe76263 (diff)
downloadperl-acff0af7c747acb87d64b4a3dc73295e6ed0ff6b.tar.gz
Upgrade to I18N::LangTags 0.26.
p4raw-id: //depot/perl@10822
Diffstat (limited to 'lib/I18N')
-rw-r--r--lib/I18N/LangTags.pm4
-rw-r--r--lib/I18N/LangTags/ChangeLog7
-rw-r--r--lib/I18N/LangTags/test.pl4
3 files changed, 11 insertions, 4 deletions
diff --git a/lib/I18N/LangTags.pm b/lib/I18N/LangTags.pm
index 8a8cb181c5..1a73ae49eb 100644
--- a/lib/I18N/LangTags.pm
+++ b/lib/I18N/LangTags.pm
@@ -1,5 +1,5 @@
-# Time-stamp: "2001-06-20 14:59:28 MDT"
+# Time-stamp: "2001-06-21 22:50:34 MDT"
# Sean M. Burke <sburke@cpan.org>
require 5.000;
@@ -17,7 +17,7 @@ require Exporter;
);
%EXPORT_TAGS = ('ALL' => \@EXPORT_OK);
-$VERSION = "0.25";
+$VERSION = "0.26";
=head1 NAME
diff --git a/lib/I18N/LangTags/ChangeLog b/lib/I18N/LangTags/ChangeLog
index 6ea83f271c..5cb5d586e1 100644
--- a/lib/I18N/LangTags/ChangeLog
+++ b/lib/I18N/LangTags/ChangeLog
@@ -1,6 +1,11 @@
Revision history for Perl module I18N::LangTags.
- Time-stamp: "2001-06-20 15:05:23 MDT"
+ Time-stamp: "2001-06-21 23:04:08 MDT"
+2001-06-21 Sean M. Burke sburke@cpan.org
+
+ * Release 0.26 -- just making cosmetic changes
+ to test.pl, at Jarkko's request.
+
2001-06-20 Sean M. Burke sburke@cpan.org
* Release 0.25 -- just tweaking panic_languages behavior
diff --git a/lib/I18N/LangTags/test.pl b/lib/I18N/LangTags/test.pl
index e9e96e87b5..88a7bf66ae 100644
--- a/lib/I18N/LangTags/test.pl
+++ b/lib/I18N/LangTags/test.pl
@@ -3,13 +3,15 @@
######################### We start with some black magic to print on failure.
require 5;
- # Time-stamp: "2001-06-20 01:43:31 MDT"
+ # Time-stamp: "2001-06-21 22:59:38 MDT"
use strict;
use Test;
BEGIN { plan tests => 46 };
BEGIN { ok 1 }
use I18N::LangTags (':ALL');
+print "# Perl v$], I18N::LangTags v$I18N::LangTags::VERSION\n";
+
ok !is_language_tag('');
ok is_language_tag('fr');
ok is_language_tag('fr-ca');