diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-25 15:49:41 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-25 15:49:41 +0000 |
commit | e5968490f3f6ffa25854e567a6d8f2347430c3e1 (patch) | |
tree | fa905bf34c11acbdf2c34c7976ddd411041cd80a /ext | |
parent | 0fdb2ba797fc839a26054a56162ab93da269f786 (diff) | |
download | perl-e5968490f3f6ffa25854e567a6d8f2347430c3e1.tar.gz |
Integrate:
[ 20875]
Upgrade to CGI.pm 3.00.
[ 20876]
Keep the CGI::Util VERSION at 1.31 since there have been changes
since Perl 5.8.0.
[ 20877]
Change the VERSION since there are now changes since Perl 5.8.0.
[ 20878]
Document even more ways of affecting your "utf8ness".
[ 20879]
Subject: Please update my address
From: Ed Avis <ed@membled.com>
Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
(Just the AUTHORS part, though, I don't think retroactively
updating the Changes* is useful.)
[ 20880]
Subject: [PATCH] valgrind and /#/x
From: Dave Mitchell <davem@fdgroup.com>
Date: Mon, 25 Aug 2003 13:27:49 +0100
Message-ID: <20030825122748.GA15560@fdgroup.com>
[ 20881]
UVSIZE is not yet defined when it would be needed
by MULTIARCH. So go back to LONGSIZE, and (belt-
and-suspenders-and-rope style) later in UVSIZE
possibly redefine BYTEORDER.
p4raw-link: @20881 on //depot/perl: 050a890dfac58c5fb0e87881b6731a50e42b72bc
p4raw-link: @20880 on //depot/perl: e25e13010f33e943d98a02c701fcec90c1ad6a11
p4raw-link: @20879 on //depot/perl: 0aa38fa1157d012b85942b1714a3f2e70208b9a7
p4raw-link: @20878 on //depot/perl: a74e8b4571c841138aec148a654ce0bd3bbab6e0
p4raw-link: @20877 on //depot/perl: 1dc5365a5b4c223ec27fb1bd1204f55701296e28
p4raw-link: @20876 on //depot/perl: c51122bc861fc9c2e400b41ac55d6bb798bd6147
p4raw-link: @20875 on //depot/perl: cff9980965379582a7e6bc54ef5e679209355670
p4raw-id: //depot/maint-5.8/perl@20883
p4raw-integrated: from //depot/perl@20874 'copy in'
ext/I18N/Langinfo/Langinfo.pm (@13703..) lib/CGI.pm (@20247..)
AUTHORS (@20553..) lib/CGI/Util.pm (@20699..) lib/utf8.pm
(@20822..) Configure config_h.SH (@20856..) 'merge in'
regcomp.c (@20405..)
Diffstat (limited to 'ext')
-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() |