port the reaction type system to MooseX::Types
[catagits/Reaction.git] / lib / Reaction / InterfaceModel / Collection.pm
index d148f0a..9b962bd 100644 (file)
@@ -33,7 +33,7 @@ class Collection is "Reaction::InterfaceModel::Object", which {
                             metaclass  => DomainModelAttribute,
                            );
 
-  implements _build_collection_store => as { [] };
+  implements _build__collection_store => as { [] };
 
   implements members => as {
     my $self = shift;
@@ -76,7 +76,7 @@ class Collection is "Reaction::InterfaceModel::Object", which {
 =head1 NAME
 
 Reaction::InterfaceModel::Collection - Generic collections of
-C<Reaction::InterfaceModel::Object>s
+L<Reaction::InterfaceModel::Object>s
 
 =head1 DESCRIPTION
 
@@ -112,7 +112,7 @@ presently stored. Has a clearer of C<_clear_collection_store> and a predicate of
 
 =head1 PRIVATE METHODS
 
-_build_collection_store
+_build__collection_store
 
 Builder method for attribute_collection_store, returns an empty arrayref