X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Session-State-Cookie.git;a=blobdiff_plain;f=Makefile.PL;fp=Makefile.PL;h=0000000000000000000000000000000000000000;hp=36fb4837233a450fcaf526bf9412ccfca607931e;hb=5edca53be788d3b0cb0c20caaf9fce5b8b932c5c;hpb=57dbf608ad2080b02fe22ed88dcec44fd997aa4f diff --git a/Makefile.PL b/Makefile.PL deleted file mode 100644 index 36fb483..0000000 --- a/Makefile.PL +++ /dev/null @@ -1,17 +0,0 @@ -use ExtUtils::MakeMaker; - -WriteMakefile( - NAME => 'Catalyst::Plugin::Session::FastMmap', - AUTHOR => 'Sebastian Riedel (sri@oook.de)', - PREREQ_PM => { - Catalyst => '2.99', - Cache::FastMmap => 0, - Class::Accessor::Fast => 0, - Class::Data::Inheritable => 0, - Digest::MD5 => 0, - URI => 0, - URI::Find => 0, - File::Temp => 0 - }, - VERSION_FROM => 'FastMmap.pm' -);