From: Graham Knop Date: Fri, 11 Sep 2020 12:33:27 +0000 (+0200) Subject: Release commit for 1.42 X-Git-Tag: v1.42^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Devel.git;a=commitdiff_plain;h=50b263e5e15c7bc6dd945aac6dcbd7b803f4a53e Release commit for 1.42 - 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 --- diff --git a/Changes b/Changes index caf0f10..c2f592c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,6 @@ This file documents the revision history for Perl extension Catalyst-Devel. +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.