aboutsummaryrefslogtreecommitdiff
path: root/lib/IRC/Grammar/Actions.pm6
diff options
context:
space:
mode:
authorZoffix Znet <zoffixznet@users.noreply.github.com>2015-12-21 09:52:42 -0500
committerZoffix Znet <zoffixznet@users.noreply.github.com>2015-12-21 09:52:42 -0500
commit3be97d3be43be4a40737fa21c033763b29361bea (patch)
tree5ba5df3fcbeb2f640f2dcc9373f2a730a0f80fdc /lib/IRC/Grammar/Actions.pm6
parentb8035c1c7840ecb3f6ee2fd46560f41589d846aa (diff)
parentc525790efcc8f1b45c3d236a08da1f8ed122fc9b (diff)
Merge pull request #2 from zoffixznet/bleed
Bleed v 2.001001
Diffstat (limited to 'lib/IRC/Grammar/Actions.pm6')
-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>;