fix stupid undef quote error
Tara L Andrews [Mon, 7 May 2012 14:16:39 +0000 (16:16 +0200)]
lib/Text/Tradition/Collation/Reading.pm

index c147db6..1bd5244 100644 (file)
@@ -153,7 +153,7 @@ has 'grammar_invalid' => (
 has 'is_nonsense' => (
        is => 'rw',
        isa => 'Bool',
-       default => 'undef',
+       default => undef,
        );
 
 has 'normal_form' => (