Skip to content

Commit

Permalink
[GGE::Match] is now Cool
Browse files Browse the repository at this point in the history
This fixed a couple of failures where .chars was called on a GGE::Match at
regex runtime.
  • Loading branch information
Carl Masak committed May 27, 2010
1 parent 7a77cf0 commit 712f2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/GGE/Match.pm
Expand Up @@ -21,7 +21,7 @@ class Store {
method array-clear() { @!array = () }
}

class GGE::Match {
class GGE::Match is Cool {
has $.target;
has $.from is rw = 0;
has $.to is rw = 0;
Expand Down

0 comments on commit 712f2a0

Please sign in to comment.