diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-25 11:11:40 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-25 11:11:40 +0000 |
commit | 1dc5365a5b4c223ec27fb1bd1204f55701296e28 (patch) | |
tree | dcac17044cee40d64baa877007d18a9e570437bc /ext/I18N | |
parent | c51122bc861fc9c2e400b41ac55d6bb798bd6147 (diff) | |
download | perl-1dc5365a5b4c223ec27fb1bd1204f55701296e28.tar.gz |
Change the VERSION since there are now changes since Perl 5.8.0.
p4raw-id: //depot/perl@20877
Diffstat (limited to 'ext/I18N')
-rw-r--r-- | ext/I18N/Langinfo/Langinfo.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/I18N/Langinfo/Langinfo.pm b/ext/I18N/Langinfo/Langinfo.pm index b052d185d4..cebff73fb2 100644 --- a/ext/I18N/Langinfo/Langinfo.pm +++ b/ext/I18N/Langinfo/Langinfo.pm @@ -73,7 +73,7 @@ our @EXPORT_OK = qw( YESSTR ); -our $VERSION = '0.01'; +our $VERSION = '0.02'; sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant() |