From 30d7375bba8b179dedf1c2ca322d758e5330752d Mon Sep 17 00:00:00 2001 From: Stevan Little Date: Sun, 1 Sep 2013 13:27:33 -0400 Subject: twigils --- lib/Reply/Plugin/AutoRefresh.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Reply/Plugin/AutoRefresh.pm') diff --git a/lib/Reply/Plugin/AutoRefresh.pm b/lib/Reply/Plugin/AutoRefresh.pm index 28daac5..f830997 100644 --- a/lib/Reply/Plugin/AutoRefresh.pm +++ b/lib/Reply/Plugin/AutoRefresh.pm @@ -30,10 +30,10 @@ modules correctly see the global override. =cut class Reply::Plugin::AutoRefresh extends Reply::Plugin { - has $track_require = 1; + has $!track_require = 1; submethod BUILD { - Class::Refresh->import(track_require => $track_require); + Class::Refresh->import(track_require => $!track_require); # so that when we load things after this plugin, they get a copy of # Module::Runtime which has the call to require() rebound to our -- cgit v1.2.3-54-g00ecf