all tests now working again
[scpubgit/stemmatology.git] / lib / Text / Tradition / Collation / Reading.pm
index fa9ce8b..9c30ea2 100644 (file)
@@ -1,7 +1,7 @@
 package Text::Tradition::Collation::Reading;
 
 use Moose;
-use overload '""' => \&_stringify;
+use overload '""' => \&_stringify, 'fallback' => 1;
 use Text::Tradition::Collation;
 
 =head1 NAME