X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=lib%2FCGI%2FMaypole.pm;h=863bc10c66b3f1e201fa63f827fa2b7a3645e9ca;hb=9b8f3c269605db27908000957b20cc3a336f9148;hp=39514f97cb763550eb03f46451fcaaaeb36a4597;hpb=b65ee86d592a4038c2bd7f354a29894145758893;p=maypole.git diff --git a/lib/CGI/Maypole.pm b/lib/CGI/Maypole.pm index 39514f9..863bc10 100644 --- a/lib/CGI/Maypole.pm +++ b/lib/CGI/Maypole.pm @@ -3,6 +3,7 @@ use base 'Maypole'; use strict; use warnings; +use CGI::Simple; our $VERSION = '2.05'; @@ -12,7 +13,6 @@ sub run { } sub get_request { - require CGI::Simple; shift->{cgi} = CGI::Simple->new(); }