X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=d883b3e4cb427132c15f6a7858113eb9264e70f0;hb=c55cf210ff8da06735b661e414d1378fa21e5c3d;hp=e268669983c84fabb480693194470417a40060f7;hpb=0bf8fe60fb66f030d7df0eae88959ab189775500;p=scpubgit%2Fstemmaweb.git diff --git a/Makefile.PL b/Makefile.PL index e268669..d883b3e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,7 @@ name 'stemmaweb'; all_from 'lib/stemmaweb.pm'; # Tradition libraries -requires 'Text::Tradition' => '1.1'; +requires 'Text::Tradition' => '1.2'; requires 'Text::Tradition::Directory'; requires 'Text::Tradition::Analysis'; requires 'Text::Tradition::StemmaUtil';