Skip to content

Commit

Permalink
fix wrongly resolved merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Aug 10, 2010
1 parent 22a11d0 commit 77d4761
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/Match.pm
Expand Up @@ -3,7 +3,6 @@ class Match is Regex::Match is Cool does Positional does Associative {
method ACCEPTS($x) {
self === Match ?? nextsame() !! self;
}
method create(:$from, :$to, :$orig, :$ast) {
method new(:$from, :$to, :$orig, :$ast) {
my $new = self.bless(*);
return $new unless $orig.defined;
Expand Down

0 comments on commit 77d4761

Please sign in to comment.