From 90b57a448e18bae8d6f353ca8b49c1eabd8abcc8 Mon Sep 17 00:00:00 2001 From: "Christopher J. Madsen" Date: Sat, 4 May 2013 12:37:17 -0500 Subject: [PATCH] Add Moose & MooseX::Types to configure_requires Bump version to 0.12 --- Changes | 9 +++++++++ dist.ini | 4 ---- lib/PostScript/Report.pm | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index a6280f5..63069fd 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,14 @@ Revision history for PostScript-Report +0.12 NOT + - Add Moose & MooseX::Types to configure_requires. + They're not actually required by Makefile.PL, but if they're + not installed, it skips the version check introduced in + version 0.11. Since many CPAN testers don't install modules + normally, but just build an @INC containing only the listed + requirements, they always skipped the version check and + continued to send reports for that Moose bug. + 0.11 April 27, 2013 - Clean up type library - Warn about conflict between MooseX::Types 0.32 and greater diff --git a/dist.ini b/dist.ini index 4978d69..fe74b2b 100644 --- a/dist.ini +++ b/dist.ini @@ -16,7 +16,3 @@ file = Makefile.PL skip = ^(?:charnames|constant|strict|warnings)$ configure_finder = :MakefilePL configure_finder = :IncModules - -[RemovePhasedPrereqs] -remove_configure = Moose -remove_configure = MooseX::Types diff --git a/lib/PostScript/Report.pm b/lib/PostScript/Report.pm index a27cb3c..24bc55e 100644 --- a/lib/PostScript/Report.pm +++ b/lib/PostScript/Report.pm @@ -17,7 +17,7 @@ package PostScript::Report; # ABSTRACT: Produce formatted reports in PostScript #--------------------------------------------------------------------- -our $VERSION = '0.11'; +our $VERSION = '0.12'; # This file is part of {{$dist}} {{$dist_version}} ({{$date}}) use 5.008;