From 1721279ccaa187026a04981abf049dd4a62c8389 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 21 Jun 2013 02:18:33 -0400 Subject: this should happen before compilation (now that the Class::Refresh bug is fixed) --- lib/Reply/Plugin/AutoRefresh.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Reply') 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) = @_; -- cgit v1.2.3-54-g00ecf