summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dist.ini2
-rw-r--r--lib/Reply/Plugin/AutoRefresh.pm4
2 files changed, 3 insertions, 3 deletions
diff --git a/dist.ini b/dist.ini
index 567a634..98ae013 100644
--- a/dist.ini
+++ b/dist.ini
@@ -29,7 +29,7 @@ skip = ^Proc::InvokeEditor$
[Prereqs / RuntimeRecommends]
App::Nopaste = 0
-Class::Refresh = 0.03
+Class::Refresh = 0.04
Data::Dump = 0
Data::Printer = 0
Proc::InvokeEditor = 0
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) = @_;