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

Changes for version 1.40 - 2020-02-27

  • Note: There may be some additional fixes not listed below. Its been a while since this has been released and I noted several commits in git. Did my best to list but apologies if I missed your patch.
  • Use absolute path for do $file in t/generated_app.t
  • Add . to @INC in Makefile.PL
  • Catalyst::Restarter::Forking: clear watcher in child process
  • Typo fixes. RT#87103
  • Catalyst::Restarter::Forking: clear watcher in child process. RT#119830

Modules

Catalyst Development Tools
Bootstrap a Catalyst application
Uses File::ChangeNotify to check for changed files and restart the server
Forks and restarts the child process
Uses Proc::Background to manage process restarts
Module::Install extension for Catalyst