summaryrefslogtreecommitdiffstats
path: root/lib/Reply/Plugin/AutoRefresh.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Reply/Plugin/AutoRefresh.pm')
-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) = @_;