Skip to content

Commit

Permalink
v0.057
Browse files Browse the repository at this point in the history
	* [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.
  • Loading branch information
rsrchboy committed Apr 22, 2015
1 parent 8894562 commit d9cc4b8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changes
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion README.mkdn
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions cpanfile
Expand Up @@ -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";
Expand Down

0 comments on commit d9cc4b8

Please sign in to comment.