foo
[gitmo/MooseX-Storage.git] / lib / MooseX / Storage / Engine.pm
index 430634a..1177469 100644 (file)
@@ -26,7 +26,7 @@ has 'class'  => (is => 'rw', isa => 'Str');
 ## this is the API used by other modules ...
 
 sub collapse_object {
-       my $self = shift;
+    my ( $self, @args ) = @_;
 
        # NOTE:
        # mark the root object as seen ...