From: Tara L Andrews Date: Wed, 18 Apr 2012 14:27:45 +0000 (+0200) Subject: bump version numbers X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2Fstemmatology.git;a=commitdiff_plain;h=f242e74d543e2f0b4add6c05c92a60bca55b191e bump version numbers --- diff --git a/Makefile.PL b/Makefile.PL index fd5dd44..1eceb83 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,7 +24,7 @@ requires( 'Moose' ); requires( 'Moose::Util::TypeConstraints' ); requires( 'StackTrace::Auto' ); requires( 'Text::CSV' ); -requires( 'Text::TEI::Markup' => '1.4' ); +requires( 'Text::TEI::Markup' => '1.6' ); requires( 'Throwable::X' ); requires( 'TryCatch' ); requires( 'XML::Easy::Syntax' ); diff --git a/lib/Text/Tradition.pm b/lib/Text/Tradition.pm index 668383f..20ba383 100644 --- a/lib/Text/Tradition.pm +++ b/lib/Text/Tradition.pm @@ -8,7 +8,7 @@ use Text::Tradition::Stemma; use Text::Tradition::Witness; use vars qw( $VERSION ); -$VERSION = "0.3"; +$VERSION = "0.5"; has 'collation' => ( is => 'ro',