From a3f719ebaa2403f20641dac7e1a3fd57cba10a47 Mon Sep 17 00:00:00 2001 From: David Golden Date: Wed, 20 Jun 2018 17:02:01 -0600 Subject: [PATCH] After release: bump $VERSION and timestamp Changes --- Changes | 2 ++ Makefile.PL | 2 +- lib/Dist/Zilla/Plugin/OSPrereqs.pm | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 1fcb518..058ebb5 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for Dist-Zilla-Plugin-OSPrereqs {{$NEXT}} +0.011 2018-06-20 17:01:38-06:00 America/Denver + [CHANGES] Explicit use of the prereq_os option in configs now uses the proper option diff --git a/Makefile.PL b/Makefile.PL index 920d232..fd8233e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -34,7 +34,7 @@ my %WriteMakefileArgs = ( "Test::More" => "0.88", "lib" => 0 }, - "VERSION" => "0.011", + "VERSION" => "0.012", "test" => { "TESTS" => "t/*.t" } diff --git a/lib/Dist/Zilla/Plugin/OSPrereqs.pm b/lib/Dist/Zilla/Plugin/OSPrereqs.pm index 7e70e71..73dc40f 100644 --- a/lib/Dist/Zilla/Plugin/OSPrereqs.pm +++ b/lib/Dist/Zilla/Plugin/OSPrereqs.pm @@ -6,7 +6,7 @@ use utf8; package Dist::Zilla::Plugin::OSPrereqs; # ABSTRACT: List prereqs conditional on operating system -our $VERSION = '0.011'; +our $VERSION = '0.012'; use Moose; use List::Util 1.33 'first';