From d9cc4b88e8ee46a0a13e61e4432252cf13f9b0be Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Tue, 21 Apr 2015 20:29:00 -0700 Subject: [PATCH] v0.057 * [dzil] add ourself as a versioned develop/requires prerequisite, such that distributions built with this bundle should develop/require at the level of this package used to build the distribution. --- Changes | 5 +++++ README.mkdn | 2 +- cpanfile | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 058c0d7..6006344 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,11 @@ Revision history for Dist-Zilla-PluginBundle-RSRCHBOY {{$NEXT}} +0.057 2015-04-21 20:27:43 PDT-0700 + * [dzil] add ourself as a versioned develop/requires prerequisite, such + that distributions built with this bundle should develop/require at + the level of this package used to build the distribution. + 0.056 2015-04-20 20:27:32 PDT-0700 * [dzil] add GitHubREADME::Badge (travis, cpants) diff --git a/README.mkdn b/README.mkdn index 9dc7ad7..609fb24 100644 --- a/README.mkdn +++ b/README.mkdn @@ -7,7 +7,7 @@ Dist::Zilla::PluginBundle::RSRCHBOY - Zilla your distributions like RSRCHBOY! # VERSION -This document describes version 0.056 of Dist::Zilla::PluginBundle::RSRCHBOY - released April 20, 2015 as part of Dist-Zilla-PluginBundle-RSRCHBOY. +This document describes version 0.057 of Dist::Zilla::PluginBundle::RSRCHBOY - released April 21, 2015 as part of Dist-Zilla-PluginBundle-RSRCHBOY. # SYNOPSIS diff --git a/cpanfile b/cpanfile index 2f0fcb2..48cf1bf 100644 --- a/cpanfile +++ b/cpanfile @@ -111,6 +111,7 @@ on 'configure' => sub { }; on 'develop' => sub { + requires "Dist::Zilla::PluginBundle::RSRCHBOY" => "0"; requires "Pod::Coverage::TrustPod" => "0"; requires "Test::EOL" => "0"; requires "Test::More" => "0.88";