REPLY::PLUGIN::LOADCLASS(3PM) - Linux man page online | Library functions
Attempts to load classes implicitly if possible.
Chapter
2016-08-28
Reply::Plugin::LoadClass(3pm) User Contributed Perl Documentation Reply::Plugin::LoadClass(3pm)
@tozt.net>
perl v5.24.1 2016-08-28 Reply::Plugin::LoadClass(3pm)
NAME
Reply::Plugin::LoadClass - attempts to load classes implicitly if possibleVERSION
version 0.42SYNOPSIS
; .replyrc [LoadClass]DESCRIPTION
If executing a line of code fails due to a method not being defined on a package, this plugin will load the corresponding module and then try executing the line again. This simplifies common cases like running "DateTime->now" at the prompt before loading DateTime - this plugin will cause DateTime to be loaded implicitly.AUTHOR
Jesse Luehrs <