projects
/
scpubgit/stemmatology.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ea35b6b
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/Text/Tradition/Collation/Reading.pm
b/lib/Text/Tradition/Collation/Reading.pm
index
c147db6
..
1bd5244
100644
(file)
--- a/
lib/Text/Tradition/Collation/Reading.pm
+++ b/
lib/Text/Tradition/Collation/Reading.pm
@@
-153,7
+153,7
@@
has 'grammar_invalid' => (
has 'is_nonsense' => (
is => 'rw',
isa => 'Bool',
- default => 'undef',
+ default => undef,
);
has 'normal_form' => (