diff options
author | David Mitchell <davem@iabyn.com> | 2009-06-02 01:08:19 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-06-02 01:11:20 +0100 |
commit | 0106d5186f0aaba6ec8ae9adecaa8ebaaa0d7729 (patch) | |
tree | 9cab5e62c36a489137bf42dd85a065f296269971 /lib/CGI | |
parent | 58da6fbcb8d595318b667d7d7cc8739f5feb15f3 (diff) | |
download | perl-0106d5186f0aaba6ec8ae9adecaa8ebaaa0d7729.tar.gz |
resync some files with their CPAN equivalents (just the trivial errors for
now, like whitespace)
Diffstat (limited to 'lib/CGI')
-rw-r--r-- | lib/CGI/Changes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/CGI/Changes b/lib/CGI/Changes index c9064c8c5f..9b9f566750 100644 --- a/lib/CGI/Changes +++ b/lib/CGI/Changes @@ -1,3 +1,7 @@ + Version 3.43 + 1. Documentation patch from MARKSTOS@cpan.org to replace all occurrences of + "new CGI" with CGI->new()" to reflect best perl practices. + 2. Patch from Stepan Kasal to fix utf-8 related problems in perl 5.10 Version 3.42 1. Added patch from Renee Baecker that makes it possible to subclass |