From b36e9ab8e6d8255d91d50b9843522d263ddd2f94 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Wed, 24 Aug 2011 09:35:09 +1200 Subject: [PATCH 1/4] Fix minter test on new dzils, thanks tjmc for reporting --- t/01-Minter.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/01-Minter.t b/t/01-Minter.t index f15bf358..1ee2ab01 100644 --- a/t/01-Minter.t +++ b/t/01-Minter.t @@ -232,6 +232,8 @@ EOF requires => { 'Moose' => 0, 'SomethingReallyWanted' => 0, + 'warnings' => 0, + 'strict' => 0, }, }, test => { From 2ac531302dfae1ca16093ea8ecfdbc88f2ef489b Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Wed, 24 Aug 2011 09:43:33 +1200 Subject: [PATCH 2/4] Update changes and deps --- Changes | 12 ++++++++++++ dist.ini | 3 ++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index fb2b6513..79e5fbec 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,18 @@ Revision history for {{$dist->name}} {{$NEXT}} + [Bugs] + - Recent Dist::Zilla / Prereq Scanners report strict/warnings + which broke tests. Fixed now, thanks tjmc. + + [Dependencies::Runtime::New] + - strict # new dist zilla reports this + - warnings # new dist zilla reports this + - Dist::Zilla 4.300000 is now the minimum version + - Perl::PrereqScanner 1.006 is also a new minimum requirement. + + [Internals] + - Versions no longer declared in BEGIN { } # new dzil. 1.0.14 2011-07-18T21:23:49Z [Bugs] diff --git a/dist.ini b/dist.ini index 103182ef..e491dd07 100644 --- a/dist.ini +++ b/dist.ini @@ -27,7 +27,8 @@ Dist::Zilla::MintingProfile::Author::KENTNL = share/profiles Dist::Zilla::Plugin::Bootstrap::lib = 0 [Prereqs] -Dist::Zilla = 4.101612 +Dist::Zilla = 4.300000 +Perl::PrereqScanner=1.006 Dist::Zilla::Plugin::AutoPrereqs = 4.200011 ; skip takes an array Dist::Zilla::Plugin::AutoVersion::Relative = 0.01035617 Dist::Zilla::Plugin::CompileTests = 1.110930 ; Avoid rt #67183 From aec384ad76d6dd6f8907645e755771b6ccd10006 Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Wed, 24 Aug 2011 09:47:45 +1200 Subject: [PATCH 3/4] update changelog --- Changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 79e5fbec..5b2d8857 100644 --- a/Changes +++ b/Changes @@ -2,8 +2,8 @@ Revision history for {{$dist->name}} {{$NEXT}} [Bugs] - - Recent Dist::Zilla / Prereq Scanners report strict/warnings - which broke tests. Fixed now, thanks tjmc. + - Recent Dist::Zilla / Prereq Scanners report strict/warnings which broke + tests. Fixed now, thanks tjmc. [Dependencies::Runtime::New] - strict # new dist zilla reports this From c64af4e1c7eef573afdfdcd0c0ad282a223188ad Mon Sep 17 00:00:00 2001 From: Kent Fredric Date: Wed, 24 Aug 2011 09:48:47 +1200 Subject: [PATCH 4/4] v1.0.15 [Bugs] - Recent Dist::Zilla / Prereq Scanners report strict/warnings which broke tests. Fixed now, thanks tjmc. [Dependencies::Runtime::New] - strict # new dist zilla reports this - warnings # new dist zilla reports this - Dist::Zilla 4.300000 is now the minimum version - Perl::PrereqScanner 1.006 is also a new minimum requirement. [Internals] - Versions no longer declared in BEGIN { } # new dzil. --- Changes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changes b/Changes index 5b2d8857..87441b86 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for {{$dist->name}} {{$NEXT}} + +1.0.15 2011-08-23T21:48:10Z [Bugs] - Recent Dist::Zilla / Prereq Scanners report strict/warnings which broke tests. Fixed now, thanks tjmc.