bump version numbers, indicate new dependency version for Morphology
tla [Sat, 18 Apr 2015 12:41:59 +0000 (14:41 +0200)]
base/lib/Text/Tradition.pm
morphology/Makefile.PL
morphology/lib/Text/Tradition/Morphology.pm

index cd87c5e..0ae77a8 100644 (file)
@@ -11,7 +11,7 @@ use Text::Tradition::Witness;
 use TryCatch;
 
 use vars qw( $VERSION );
-$VERSION = '2.0.1';
+$VERSION = '2.1.0';
 
 # Enable plugin(s) if available
 eval { with 'Text::Tradition::HasStemma'; };
index 80570aa..f5788b1 100644 (file)
@@ -16,7 +16,7 @@ requires( 'Lingua::TagSet::TreeTagger::English' );
 requires( 'Module::Load' );
 requires( 'Moose' );
 requires( 'Moose::Role' );
-requires( 'Text::Tradition' => '1.2' );
+requires( 'Text::Tradition' => '2.1' );
 requires( 'TryCatch' );
 build_requires( 'Safe::Isa' );
 build_requires( 'Test::Warn' );
index 35abfd8..ab3017b 100644 (file)
@@ -8,7 +8,7 @@ use Module::Load;
 use Text::Tradition::Collation::Reading::Lexeme;
 
 use vars qw/ $VERSION /;
-$VERSION = "0.1";
+$VERSION = "0.2";
 
 =head1 NAME