X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/68b5363f7e6243d999097c647e922642ab157ba3..1edf7ee90536e731f6a7d05142a0786a1862c384:/lib/Locale/Maketext.pm?ds=sidebyside diff --git a/lib/Locale/Maketext.pm b/lib/Locale/Maketext.pm index f60d03d..53fd48d 100644 --- a/lib/Locale/Maketext.pm +++ b/lib/Locale/Maketext.pm @@ -14,7 +14,7 @@ use I18N::LangTags 0.30 (); BEGIN { unless(defined &DEBUG) { *DEBUG = sub () {0} } } # define the constant 'DEBUG' at compile-time -$VERSION = "1.09_01"; +$VERSION = "1.10_01"; @ISA = (); $MATCH_SUPERS = 1;