Force ::Collation objects to be serialized en bloc, "fixing" GC.
[scpubgit/stemmatology.git] / lib / Text / Tradition / Directory.pm
index 0d7a2f9..98f4204 100644 (file)
@@ -191,8 +191,8 @@ has +typemap => (
       isa_entries => {
         "Text::Tradition" =>
           KiokuDB::TypeMap::Entry::Naive->new(),
+        "Text::Tradition::Collation" => Text::Tradition::TypeMap::Entry->new(),
         "Graph" => Text::Tradition::TypeMap::Entry->new(),
-        "Graph::AdjacencyMap" => Text::Tradition::TypeMap::Entry->new(),
       }
     );
   },