summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-06-21 02:18:33 -0400
committerJesse Luehrs <doy@tozt.net>2013-06-21 02:18:33 -0400
commit1721279ccaa187026a04981abf049dd4a62c8389 (patch)
tree68bd11739a26ddfe75cad3d2f1eff8fde66976ab /lib
parent39107c0d1b4435037e53a1f7c678b27b2765c3e5 (diff)
downloadreply-1721279ccaa187026a04981abf049dd4a62c8389.tar.gz
reply-1721279ccaa187026a04981abf049dd4a62c8389.zip
this should happen before compilation
(now that the Class::Refresh bug is fixed)
Diffstat (limited to 'lib')
-rw-r--r--lib/Reply/Plugin/AutoRefresh.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Reply/Plugin/AutoRefresh.pm b/lib/Reply/Plugin/AutoRefresh.pm
index 260cbf0..06e4550 100644
--- a/lib/Reply/Plugin/AutoRefresh.pm
+++ b/lib/Reply/Plugin/AutoRefresh.pm
@@ -4,7 +4,7 @@ use warnings;
# ABSTRACT: automatically refreshes the external code you use
use base 'Reply::Plugin';
-use Class::Refresh;
+use Class::Refresh 0.04;
=head1 SYNOPSIS
@@ -19,7 +19,7 @@ a file and you want the changes to automatically be loaded in Reply.
=cut
-sub execute {
+sub compile {
my $self = shift;
my ($next, @args) = @_;