diff options
Diffstat (limited to 'lib/CGI/Pretty.pm')
-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 26671b18ca..fe2f07faab 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.06'; +$CGI::Pretty::VERSION = '1.05_00'; $CGI::DefaultClass = __PACKAGE__; $CGI::Pretty::AutoloadClass = 'CGI'; @CGI::Pretty::ISA = qw( CGI ); |