X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=3218b99c1349dc990c879999cdec5c985f7a479e;hb=119157ee32c7556eb1619687c9135a0620a6d267;hp=bf5e1d491ddb91323b6fa2bcf334ebd1d20d62da;hpb=cb83a59e38b4438de9e431c0c633f2babc1ca3fb;p=scpubgit%2Fstemmatology.git diff --git a/Makefile.PL b/Makefile.PL index bf5e1d4..3218b99 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,11 +1,10 @@ #!/usr/bin/env perl -use 5.010; use inc::Module::Install; author( 'Tara L Andrews ' ); license( 'perl' ); -all_from( 'lib/Text/Tradition' ); -requires( 'perl' => '5.010' ); +perl_version( '5.012' ); +all_from( 'lib/Text/Tradition.pm' ); requires( 'Algorithm::Diff' ); requires( 'Bio::Phylo::IO' ); requires( 'File::chdir' );