From: Tara L Andrews Date: Fri, 4 May 2012 14:03:29 +0000 (+0200) Subject: serialize Lingua::Feature objects too X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2Fstemmatology.git;a=commitdiff_plain;h=d14fc3ce0e4e390501fdd4eb9f085f9d6d2ea984 serialize Lingua::Feature objects too --- diff --git a/lib/Text/Tradition/Directory.pm b/lib/Text/Tradition/Directory.pm index 2a1bffa..8d9b228 100644 --- a/lib/Text/Tradition/Directory.pm +++ b/lib/Text/Tradition/Directory.pm @@ -160,6 +160,8 @@ has +typemap => ( isa_entries => { "Graph" => KiokuDB::TypeMap::Entry::Naive->new, "Graph::AdjacencyMap" => KiokuDB::TypeMap::Entry::Naive->new, + "Lingua::Features::Structure" => KiokuDB::TypeMap::Entry::Naive->new, + "Lingua::Features::FeatureType" => KiokuDB::TypeMap::Entry::Naive->new, } ); },