Skip to content

Commit

Permalink
Allow | to work on a Parcel.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Jul 7, 2011
1 parent 31fa9ff commit bf8a6af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/Parcel.pm
Expand Up @@ -89,6 +89,8 @@ my class Parcel does Positional {
multi method DUMP(Parcel:D:) {
self.DUMP-ID() ~ '(:storage(' ~ DUMP($!storage) ~ '))'
}

method ARGLIST_FLATTENABLE() { $!storage }
}


Expand Down

0 comments on commit bf8a6af

Please sign in to comment.