summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-08-08 10:51:17 -0400
committerJesse Luehrs <doy@tozt.net>2013-09-03 16:50:15 -0400
commitf1dcd91a91261e11ebcf1359f20d7fc768ff6f32 (patch)
treef61ff2f4b56301dcdda1b794f2fee1ac76176cf4
parent3e19fb26f62ce9fa02e417c015f6668989d1eaad (diff)
downloadreply-f1dcd91a91261e11ebcf1359f20d7fc768ff6f32.tar.gz
reply-f1dcd91a91261e11ebcf1359f20d7fc768ff6f32.zip
update these trait names
-rw-r--r--lib/Reply/Plugin.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Reply/Plugin.pm b/lib/Reply/Plugin.pm
index d9d7cb3..c84d4b7 100644
--- a/lib/Reply/Plugin.pm
+++ b/lib/Reply/Plugin.pm
@@ -170,7 +170,7 @@ messages you want to communicate.
=cut
-class Reply::Plugin is sealed, instance('HASH') {
+class Reply::Plugin is closed, repr('HASH') {
has $publisher = die "publisher is required";
=method publish ($name, @args)