Merge branch 'master' of github.com:tla/stemmatology
Tara L Andrews [Thu, 1 Mar 2012 09:22:39 +0000 (10:22 +0100)]
CHANGES
MANIFEST.SKIP
lib/Text/Tradition.pm

diff --git a/CHANGES b/CHANGES
index bda66de..64170ae 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,13 @@
+Version 0.3
+===========
+
+commit 85030ed0b680146d92cda476df6b32a081999311
+Author: Tara L Andrews <tla\@mit.edu>
+Date:   Sun Feb 26 03:54:38 2012 +0100
+
+    remove analysis tests from CPAN module too
+
+
 Version 0.2
 ===========
 
index d34e6bc..d5ad9ae 100644 (file)
@@ -3,5 +3,6 @@ lib/Text/Tradition/Parser/CollateText.pm
 lib/Text/Tradition/Parser/CTE.pm
 lib/Text/Tradition/Parser/KUL.pm
 lib/Text/Tradition/Analysis.pm
+t/text_tradition_analysis.t
 .git/
 .gitignore
index 09e3df2..20f33e1 100644 (file)
@@ -7,7 +7,7 @@ use Text::Tradition::Stemma;
 use Text::Tradition::Witness;
 
 use vars qw( $VERSION );
-$VERSION = "0.2";
+$VERSION = "0.3";
 
 has 'collation' => (
     is => 'ro',