X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=8c669256f961eb69cf616ceb458bf2693078b604;hb=run_if_script_error;hp=7b6ead1f995d6f319412b516b212e399c60e3d00;hpb=ff73e0b332b4c8340516b6991920533b4f48554a;p=catagits%2FWeb-Simple.git diff --git a/Makefile.PL b/Makefile.PL index 7b6ead1..8c66925 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -42,6 +42,7 @@ my %WriteMakefileArgs = ( 'Scalar::Util' => '0', # not core in 5.6 'Syntax::Keyword::Gather' => '1.001', 'strictures' => '1', + 'Try::Tiny' => '0', 'warnings::illegalproto' => '0', 'perl' => '5.006', }, @@ -58,7 +59,6 @@ my %WriteMakefileArgs = ( }, }, }, - realclean => { FILES => [ 'Distar/', 'MANIFEST*' ] }, ); my $eumm_version = eval $ExtUtils::MakeMaker::VERSION;