From: tla Date: Sun, 27 Oct 2013 22:06:26 +0000 (+0100) Subject: add new dependency to Makefile for #12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=79c81b71c5c64463217c0120d0061a25d67b2453;p=scpubgit%2Fstemmatology.git add new dependency to Makefile for #12 --- diff --git a/analysis/Makefile.PL b/analysis/Makefile.PL index 0634708..8de0e43 100644 --- a/analysis/Makefile.PL +++ b/analysis/Makefile.PL @@ -7,6 +7,7 @@ perl_version( '5.012' ); all_from( 'lib/Text/Tradition/Analysis.pm' ); requires( 'Algorithm::Diff' ); requires( 'Bio::Phylo::IO' ); +requires( 'Date::Parse' ); requires( 'File::chdir' ); requires( 'File::Which' ); requires( 'Graph' );