summaryrefslogtreecommitdiffstats
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
parent39107c0d1b4435037e53a1f7c678b27b2765c3e5 (diff)
downloadreply-1721279ccaa187026a04981abf049dd4a62c8389.tar.gz
reply-1721279ccaa187026a04981abf049dd4a62c8389.zip
this should happen before compilation
(now that the Class::Refresh bug is fixed)
-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) = @_;