aboutsummaryrefslogtreecommitdiff
path: root/lib/IRC/Grammar
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2015-12-21 09:56:38 -0500
committerZoffix Znet <cpan@zoffix.com>2015-12-21 09:56:38 -0500
commitc525790efcc8f1b45c3d236a08da1f8ed122fc9b (patch)
tree5ba5df3fcbeb2f640f2dcc9373f2a730a0f80fdc /lib/IRC/Grammar
parentebdb216d4d47e1ab061e3719fe3af01856d2486f (diff)
Bump versions
Diffstat (limited to 'lib/IRC/Grammar')
-rw-r--r--lib/IRC/Grammar/Actions.pm62
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/IRC/Grammar/Actions.pm6 b/lib/IRC/Grammar/Actions.pm6
index 74a8f11..469f8f8 100644
--- a/lib/IRC/Grammar/Actions.pm6
+++ b/lib/IRC/Grammar/Actions.pm6
@@ -1,4 +1,4 @@
-unit class IRC::Grammar::Actions:ver<1.001001>;
+unit class IRC::Grammar::Actions:ver<2.001001>;
method TOP ($/) { $/.make: $<message>>>.made }
method message ($/) {
my $pref = $/<prefix>;