diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-29 03:38:56 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-29 03:38:56 +0000 |
commit | d6a466d771dbdc293e3f83b595b03cf44617cabb (patch) | |
tree | 070a190c3592fb1ef216b61ebf315f0d819b5951 /lib/CGI | |
parent | 199566928fd3000f78b2b73ac518cc24c1c23c98 (diff) | |
download | perl-d6a466d771dbdc293e3f83b595b03cf44617cabb.tar.gz |
Bump up the VERSIONs of modules that have changed since 5.6.0,
the modules found using a script written by Larry Schatzer Jr.
p4raw-id: //depot/perl@11016
Diffstat (limited to 'lib/CGI')
-rw-r--r-- | lib/CGI/Pretty.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CGI/Pretty.pm b/lib/CGI/Pretty.pm index a26ab81d26..26671b18ca 100644 --- a/lib/CGI/Pretty.pm +++ b/lib/CGI/Pretty.pm @@ -10,7 +10,7 @@ package CGI::Pretty; use strict; use CGI (); -$CGI::Pretty::VERSION = '1.05'; +$CGI::Pretty::VERSION = '1.06'; $CGI::DefaultClass = __PACKAGE__; $CGI::Pretty::AutoloadClass = 'CGI'; @CGI::Pretty::ISA = qw( CGI ); |