projects
/
scpubgit/stemmatology.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a47b32d
)
add new dependency to Makefile for #12
tla [Sun, 27 Oct 2013 22:06:26 +0000 (23:06 +0100)]
analysis/Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/analysis/Makefile.PL
b/analysis/Makefile.PL
index
0634708
..
8de0e43
100644
(file)
--- 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' );