Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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