Changes for version 1.42 - 2020-09-11

  • stop using Module::Install for packaging, improving metadata and fixing Makefile.PL on perl 5.26+. Generating a Catalyst application still uses Module::Install::Catalyst for now.
  • fix generated_app.t test on Windows
  • whitespace and formatting tweaks
  • various internal test cleanups

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