logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Jesse Luehrs <doy@tozt.net>

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.

Name

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

Synopsis

         ; .replyrc
         [LoadClass]

Version

       version 0.42

See Also