summaryrefslogtreecommitdiffstats
path: root/lib/Reply/Plugin/AutoRefresh.pm
diff options
context:
space:
mode:
authorStevan Little <stevan.little@iinteractive.com>2013-09-01 13:27:33 -0400
committerJesse Luehrs <doy@tozt.net>2013-09-03 16:50:15 -0400
commit30d7375bba8b179dedf1c2ca322d758e5330752d (patch)
tree62427ef686e6f6576a5035887813050faad2fa31 /lib/Reply/Plugin/AutoRefresh.pm
parent5da5169c7fa1a64b9ddc2eae14d9435cc54f107a (diff)
downloadreply-30d7375bba8b179dedf1c2ca322d758e5330752d.tar.gz
reply-30d7375bba8b179dedf1c2ca322d758e5330752d.zip
twigils
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 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