From: Tara L Andrews Date: Sun, 16 Sep 2012 21:37:24 +0000 (+0200) Subject: housekeeping X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2Fstemmaweb.git;a=commitdiff_plain;h=0bf8fe60fb66f030d7df0eae88959ab189775500 housekeeping --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..19e0180 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +db/ diff --git a/Makefile.PL b/Makefile.PL index 62bd96d..e268669 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,8 @@ name 'stemmaweb'; all_from 'lib/stemmaweb.pm'; # Tradition libraries -requires 'Text::Tradition'; +requires 'Text::Tradition' => '1.1'; +requires 'Text::Tradition::Directory'; requires 'Text::Tradition::Analysis'; requires 'Text::Tradition::StemmaUtil'; # Catalyst libraries