diff options
Diffstat (limited to 'gnu/usr.bin/perl/lib/CGI/Pretty.pm')
-rw-r--r-- | gnu/usr.bin/perl/lib/CGI/Pretty.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/lib/CGI/Pretty.pm b/gnu/usr.bin/perl/lib/CGI/Pretty.pm index 61aff822565..d824a025e4f 100644 --- a/gnu/usr.bin/perl/lib/CGI/Pretty.pm +++ b/gnu/usr.bin/perl/lib/CGI/Pretty.pm @@ -10,7 +10,7 @@ package CGI::Pretty; use strict; use CGI (); -$CGI::Pretty::VERSION = '1.07_00'; +$CGI::Pretty::VERSION = '1.08'; $CGI::DefaultClass = __PACKAGE__; $CGI::Pretty::AutoloadClass = 'CGI'; @CGI::Pretty::ISA = qw( CGI ); |