From 012e26f596142e8522b2d4b125b52437369cbb07 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Sat, 8 Oct 2011 19:07:49 +0200 Subject: [PATCH] Match is Cool --- src/core/Match.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Match.pm b/src/core/Match.pm index 7c893e66995..ad36ffeac56 100644 --- a/src/core/Match.pm +++ b/src/core/Match.pm @@ -1,4 +1,4 @@ -my class Match is Capture { +my class Match is Capture is Cool { has $.orig; has $.from; has $.to;