aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-10-15 19:37:36 -0400
committerZoffix Znet <cpan@zoffix.com>2016-10-15 19:37:36 -0400
commit56dff640e18d8d4dcbf7a780af9f03916b678c30 (patch)
tree6c05b2f4fc5ec4191cd2b3162fc8476192444dee
parent4411e6f5498beec81c95eb9810c37cd7ab56a0db (diff)
Bump version3.006003
-rw-r--r--Changes4
-rw-r--r--META6.json2
2 files changed, 4 insertions, 2 deletions
diff --git a/Changes b/Changes
index ff8f1a4..49caeeb 100644
--- a/Changes
+++ b/Changes
@@ -1,7 +1,9 @@
Revision history for IRC::Client
-unreleased
+3.006003
- Improve docs by adding tables of contents
+ - Fixed inability to subscribe to numerics due to irc-\d+ not being a valid
+ Perl 6 identifier
3.006002 2016-08-08
- Emit irc-started before any connection is made
diff --git a/META6.json b/META6.json
index af98567..55379c9 100644
--- a/META6.json
+++ b/META6.json
@@ -1,7 +1,7 @@
{
"perl" : "6.c",
"name" : "IRC::Client",
- "version" : "3.006002",
+ "version" : "3.006003",
"description" : "Extendable Internet Relay Chat client",
"depends" : [
],