1Reply::Plugin::AutoRefrUessehr(3C)ontributed Perl DocumeRnetpaltyi:o:nPlugin::AutoRefresh(3)
2
3
4
6 Reply::Plugin::AutoRefresh - automatically refreshes the external code
7 you use
8
10 version 0.42
11
13 ; .replyrc
14 [AutoRefresh]
15 track_require = 1
16
18 This plugin automatically refreshes all loaded modules before every
19 statement execution. It's useful if you are working on a module in a
20 file and you want the changes to automatically be loaded in Reply.
21
22 It takes a single argument, "track_require", which defaults to true.
23 If this option is set, the "track_require" functionality from
24 Class::Refresh will be enabled.
25
26 Note that to use the "track_require" functionality, this module must be
27 loaded as early as possible (preferably first), so that other modules
28 correctly see the global override.
29
31 Jesse Luehrs <doy@tozt.net>
32
34 This software is Copyright (c) 2016 by Jesse Luehrs.
35
36 This is free software, licensed under:
37
38 The MIT (X11) License
39
40
41
42perl v5.38.0 2023-07-21 Reply::Plugin::AutoRefresh(3)