The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::PerlShell::ModRefresh - Perl Shell Module Refresh

SYNOPSIS

 use App::PerlShell;
 my $shell = App::PerlShell->new();
 $shell->run;

DESCRIPTION

App::PerlShell::ModRefresh provides an extension to App::PerlShell to automatically refresh used modules if they change on disk between commands issued at the shell prompt. It uses Module::Refresh to accomplish this. If Module::Refresh is not installed, this feature is not available.

METHODS

Several methods and accessors are provided and some override the Module::Refresh ones. These are called as-needed from the App::PerlShell run method.

refresh
refresh_module_if_modified
refresh_module

SEE ALSO

App::PerlShell

LICENSE

This software is released under the same terms as Perl itself. If you don't know what that means visit http://perl.com/.

AUTHOR

Copyright (c) 2016 Michael Vincent

http://www.VinsWorld.com

All rights reserved