object key modifier works okay
[dbsrgits/DBIx-Class-ResultSet-WithMetaData.git] / t / lib / DBICTest / Schema / ResultSet / Artist.pm
index 20ac92d..4cc4a09 100644 (file)
@@ -28,7 +28,7 @@ method with_substr_key () {
 }
 
 method with_substr_key_obj () {
-  $self->_with_meta_key( 
+  $self->_with_object_meta_key( 
     substr => sub {
       my ($hash, $obj) = @_;
       return substr($obj->name, 0, 3);