1Reply::Plugin::LoadClasUss(e3r)Contributed Perl DocumentRaetpiloyn::Plugin::LoadClass(3)
2
3
4
6 Reply::Plugin::LoadClass - attempts to load classes implicitly if
7 possible
8
10 version 0.42
11
13 ; .replyrc
14 [LoadClass]
15
17 If executing a line of code fails due to a method not being defined on
18 a package, this plugin will load the corresponding module and then try
19 executing the line again. This simplifies common cases like running
20 "DateTime->now" at the prompt before loading DateTime - this plugin
21 will cause DateTime to be loaded implicitly.
22
24 Jesse Luehrs <doy@tozt.net>
25
27 This software is Copyright (c) 2016 by Jesse Luehrs.
28
29 This is free software, licensed under:
30
31 The MIT (X11) License
32
33
34
35perl v5.30.1 2020-01-30 Reply::Plugin::LoadClass(3)