X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=morphology%2FMakefile.PL;h=80570aad9b8017ea3c779c3b55c8ffc741c41ee7;hb=864ee4bf9b544da4cd986b1247f9578552b4e4fc;hp=00ac2780b949af922ce527c92ab9b00553ab8227;hpb=142698b84aca2bf7ee2177450593030d96a743a3;p=scpubgit%2Fstemmatology.git diff --git a/morphology/Makefile.PL b/morphology/Makefile.PL index 00ac278..80570aa 100644 --- a/morphology/Makefile.PL +++ b/morphology/Makefile.PL @@ -16,7 +16,7 @@ requires( 'Lingua::TagSet::TreeTagger::English' ); requires( 'Module::Load' ); requires( 'Moose' ); requires( 'Moose::Role' ); -requires( 'Text::Tradition' ); +requires( 'Text::Tradition' => '1.2' ); requires( 'TryCatch' ); build_requires( 'Safe::Isa' ); build_requires( 'Test::Warn' );