Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove deprecated * from bless
  • Loading branch information
moritz committed Oct 13, 2013
1 parent 75ae6d6 commit ae8936b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Panda/Common.pm
Expand Up @@ -52,7 +52,7 @@ class X::Panda is Exception {
if $description ~~ Failure {
$description = $description.exception.message
}
self.bless(*, :$module, :$stage, :$description)
self.bless(:$module, :$stage, :$description)
}

method message {
Expand Down

0 comments on commit ae8936b

Please sign in to comment.