This is the code for load_plugin in the latest version of Dancer: sub load_plugin { my ($plugin) = @_; croak "load_plugin is DEPRECATED, you must use 'use' instead"; }
Hope this helps. :)
Sawyer.
On Wed, Dec 15, 2010 at 2:50 PM, Gurunandan Bhat <gbhat@pobox.com> wrote:
When should I use load_plugin in my application as opposed to a plain use?