X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FCGI%2FUntaint%2FMaypole.pm;h=d5eab497aaac8eaedf2d074f134b82f12cfc2aaa;hb=14afca2d074d51d7b8fd5306b39e24e06c3a517a;hp=d096c276892e4010db01e8b3b0b5c72a44c98793;hpb=a4c30c9757a710511bcfabe5cad9a7390eabfbcd;p=maypole.git diff --git a/lib/CGI/Untaint/Maypole.pm b/lib/CGI/Untaint/Maypole.pm index d096c27..d5eab49 100644 --- a/lib/CGI/Untaint/Maypole.pm +++ b/lib/CGI/Untaint/Maypole.pm @@ -6,7 +6,7 @@ our $VERSION = '0.01'; use base 'CGI::Untaint'; use Carp; -=head1 NAME +=head1 NAME CGI::Untaint::Maypole - Use instead of CGI::Untaint. Based on CGI::Untaint @@ -39,6 +39,11 @@ was created with. =cut +=head2 raw_data + +Returns the parameters the handler was created with as a hashref + +=cut sub raw_data { return shift->{__data};