From e997c1b0b5ad796425abfc9f81b91947357172ce Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Sat, 7 May 2016 09:54:04 -0400 Subject: Toss versions in source --- lib/IRC/Grammar/Actions.pm6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/IRC/Grammar') diff --git a/lib/IRC/Grammar/Actions.pm6 b/lib/IRC/Grammar/Actions.pm6 index 45278c1..234e392 100644 --- a/lib/IRC/Grammar/Actions.pm6 +++ b/lib/IRC/Grammar/Actions.pm6 @@ -1,4 +1,4 @@ -unit class IRC::Grammar::Actions:ver<2.003001>; +unit class IRC::Grammar::Actions; method TOP ($/) { $/.make: $>>.made } method message ($/) { my $pref = $/; -- cgit v1.1