1Reply::Plugin::LoadClasUss(e3r)Contributed Perl DocumentRaetpiloyn::Plugin::LoadClass(3)
2
3
4

NAME

6       Reply::Plugin::LoadClass - attempts to load classes implicitly if
7       possible
8

VERSION

10       version 0.42
11

SYNOPSIS

13         ; .replyrc
14         [LoadClass]
15

DESCRIPTION

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

AUTHOR

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.0                      2019-07-26       Reply::Plugin::LoadClass(3)
Impressum