This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update CGI from version 3.63 to 3.64
[perl5.git] / cpan / CGI / lib / CGI / Pretty.pm
index 869fe0c..acded21 100644 (file)
@@ -8,9 +8,10 @@ package CGI::Pretty;
 # Perl 5 distribution).
 
 use strict;
+use if $] >= 5.019, 'deprecate';
 use CGI ();
 
-$CGI::Pretty::VERSION = '3.46';
+$CGI::Pretty::VERSION = '3.64';
 $CGI::DefaultClass = __PACKAGE__;
 $CGI::Pretty::AutoloadClass = 'CGI';
 @CGI::Pretty::ISA = qw( CGI );
@@ -168,7 +169,7 @@ sub initialize_globals {
     # This is the string used for indentation of tags
     $CGI::Pretty::INDENT = "\t";
     
-    # This is the string used for seperation between tags
+    # This is the string used for separation between tags
     $CGI::Pretty::LINEBREAK = $/;
 
     # These tags are not prettify'd.