X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=a03074d54dfcabf258681c608c462f3607373e4c;hb=0f5d05c6adca96ece82661de0a262b038a00ba5f;hp=73cb7ad6f60cd6a3f103805bd1658c4d87dc2343;hpb=457b1620fd58822d243cb43d538fdf6f228585c8;p=scpubgit%2Fstemmatology.git diff --git a/Makefile.PL b/Makefile.PL index 73cb7ad..a03074d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,6 +8,7 @@ all_from( 'lib/Text/Tradition.pm' ); requires( 'Algorithm::Diff' ); requires( 'Bio::Phylo::IO' ); requires( 'File::chdir' ); +requires( 'File::Which' ); requires( 'Graph' ); requires( 'Graph::Reader::Dot' ); requires( 'IPC::Run' );