summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-10-09 12:22:43 -0400
committerJesse Luehrs <doy@tozt.net>2013-10-09 12:22:43 -0400
commita88df24ce519693c58d225d0316345f16159fad5 (patch)
treef7f4cf5cc819e5653c478e79d1dd652891af8b80
parent8ab4042025315011ba48c3465a860eca2340e1b0 (diff)
downloadreply-p5-mop.tar.gz
reply-p5-mop.zip
closed no longer existsp5-mop
-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 171fec4..a99b872 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 closed, repr('HASH') {
+class Reply::Plugin is repr('HASH') {
has $!publisher = die "publisher is required";
=method publish ($name, @args)