summaryrefslogtreecommitdiffstats
path: root/lib/Reply/Plugin/AutoRefresh.pm
diff options
context:
space:
mode:
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