we no longer use position; stop breaking relationship adding
[scpubgit/stemmatology.git] / Makefile.PL
index bf5e1d4..3218b99 100644 (file)
@@ -1,11 +1,10 @@
 #!/usr/bin/env perl
 
-use 5.010;
 use inc::Module::Install;
 author( 'Tara L Andrews <aurum@cpan.org>' );
 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' );