Skip to content

Commit

Permalink
don't need the method_modifier flag any more, so removed it
Browse files Browse the repository at this point in the history
  • Loading branch information
barefootcoder committed Apr 13, 2011
1 parent 56eae9f commit 8e8b35d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Method/Signatures/Modifiers.pm
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ sub import
my ($orig, $self, $ctx) = @_;

my $ms = bless $ctx->_dd_context, __PACKAGE__;
# have to note that this is a method modifier
$ms->{method_modifier} = 1;
# have to sneak the default invocant in there
$ms->{invocant} = '$self';
# and have to get the $orig in there if it's an around
Expand Down

0 comments on commit 8e8b35d

Please sign in to comment.