1Reply::Plugin::PackagesU(s3e)r Contributed Perl DocumentaRteipolny::Plugin::Packages(3)
2
3
4
6 Reply::Plugin::Packages - persist the current package between lines
7
9 version 0.42
10
12 ; .replyrc
13 [Packages]
14 default_package = My::Scratchpad
15
17 This plugin persists the state of the current package between lines.
18 This allows lines such as "package Foo;" in the Reply shell to do what
19 you'd expect. The "default_package" configuration option can also be
20 used to set the initial package to use when Reply starts up.
21
23 Jesse Luehrs <doy@tozt.net>
24
26 This software is Copyright (c) 2016 by Jesse Luehrs.
27
28 This is free software, licensed under:
29
30 The MIT (X11) License
31
32
33
34perl v5.30.0 2019-07-26 Reply::Plugin::Packages(3)