X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/acff0af7c747acb87d64b4a3dc73295e6ed0ff6b..71457cb8f87a9aa7e1f166076f433a046daa2af1:/lib/Locale/Maketext.pm diff --git a/lib/Locale/Maketext.pm b/lib/Locale/Maketext.pm index f8e82eb..24bb2fa 100644 --- a/lib/Locale/Maketext.pm +++ b/lib/Locale/Maketext.pm @@ -1,5 +1,5 @@ -# Time-stamp: "2000-11-14 22:27:26 MST" +# Time-stamp: "2001-06-21 23:09:33 MDT" require 5; package Locale::Maketext; @@ -14,7 +14,7 @@ use I18N::LangTags 0.21 (); BEGIN { unless(defined &DEBUG) { *DEBUG = sub () {0} } } # define the constant 'DEBUG' at compile-time -$VERSION = "1.02"; +$VERSION = "1.03"; @ISA = (); $MATCH_SUPERS = 1;