Module::Reload::Selective

Module::Reload::Selective can reload Perl modules during development.
Download

Module::Reload::Selective Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Chris Thorman
  • Publisher web site:
  • http://search.cpan.org/~chthorman/Module-Reload-Sel-1.02/Selective.pm

Module::Reload::Selective Tags


Module::Reload::Selective Description

Module::Reload::Selective can reload Perl modules during development. Module::Reload::Selective can reload Perl modules during development.SYNOPSISInstead of: use Foobar::MyModule;Do this: use Module::Reload::Selective; &Module::Reload::Selective->reload(qw(Foobar::MyModule));Or, if you need the "import" semantics of "use", do this: use Foobar::MyModule (@ImportArgs);Do this: use Module::Reload::Selective; Module::Reload::Selective->reload(qw(Foobar::MyModule)); import Foobar::MyModule (@ImportArgs);... then configure your server or other runtime environment settings to trigger Module::Reload::Selective to only kick in when you need.For example: you could have it kick in only when the web server is running on a particular port number or particular (development) host. Requirements: · Perl


Module::Reload::Selective Related Software