Skip to content

Commit

Permalink
Add missing attribute decl in Parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Dec 10, 2009
1 parent 4a98e29 commit 608e0f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Parameter.pm
Expand Up @@ -10,6 +10,7 @@ class Parameter {
has $.type;
has $.constraints;
has $.rw;
has $.ref;
has $.parcel;
has $.capture;
has $.copy;
Expand Down

0 comments on commit 608e0f1

Please sign in to comment.