Skip to content

Commit

Permalink
Released 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
doherty committed Jul 29, 2012
1 parent a52e3b7 commit 2c2fb79
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
3 changes: 1 addition & 2 deletions Build.PL
Expand Up @@ -17,15 +17,14 @@ my %module_build_args = (
"autodie" => 0
},
"configure_requires" => {
"ExtUtils::MakeMaker" => "6.30",
"Module::Build" => "0.3601"
},
"dist_abstract" => "test your dist with every testing plugin conceivable",
"dist_author" => [
"Mike Doherty <doherty\@cpan.org>"
],
"dist_name" => "Dist-Zilla-PluginBundle-TestingMania",
"dist_version" => "0.17",
"dist_version" => "0.18",
"license" => "perl",
"module_name" => "Dist::Zilla::PluginBundle::TestingMania",
"recommends" => {},
Expand Down
2 changes: 2 additions & 0 deletions Changes
@@ -1,6 +1,8 @@
Changelog for Dist::Zilla::PluginBundle::TestingMania

{{$NEXT}}

0.18 2012-07-29
* Allow setting is_strict and has_version for Test::Version plugin

0.17 2012-06-16
Expand Down
3 changes: 1 addition & 2 deletions Makefile.PL
Expand Up @@ -22,7 +22,6 @@ my %WriteMakefileArgs = (
"autodie" => 0
},
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => "6.30",
"Module::Build" => "0.3601"
},
"DISTNAME" => "Dist-Zilla-PluginBundle-TestingMania",
Expand Down Expand Up @@ -59,7 +58,7 @@ my %WriteMakefileArgs = (
"strict" => 0,
"warnings" => 0
},
"VERSION" => "0.17",
"VERSION" => "0.18",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
7 changes: 6 additions & 1 deletion README
Expand Up @@ -3,7 +3,7 @@ NAME
testing plugin conceivable

VERSION
version 0.17
version 0.18

SYNOPSIS
In dist.ini:
Expand Down Expand Up @@ -43,6 +43,11 @@ DESCRIPTION
version numbers, and that they are valid. See Test::Version for
exactly what that means.

You can set "strict_version" and "has_version", and they'll be
passed through to the plugin as "is_strict" and "has_version"
respectively. See the documentation of Test::Version for a
description of these options.

* Dist::Zilla::Plugin::Test::Kwalitee, which performs some basic
kwalitee checks. *Kwalitee* is an automatically-measurable guage of
how good your software is. It bears only a superficial resemblance
Expand Down
7 changes: 6 additions & 1 deletion README.mkdn
Expand Up @@ -4,7 +4,7 @@ Dist::Zilla::PluginBundle::TestingMania - test your dist with every testing plug

# VERSION

version 0.17
version 0.18

# SYNOPSIS

Expand Down Expand Up @@ -41,6 +41,11 @@ used (and also checks for trailing whitespace). See [Test::EOL](http://search.cp
- [Dist::Zilla::Plugin::Test::Version](http://search.cpan.org/perldoc?Dist::Zilla::Plugin::Test::Version), which tests that your dist has
version numbers, and that they are valid. See [Test::Version](http://search.cpan.org/perldoc?Test::Version) for exactly
what that means.

You can set `strict_version` and `has_version`, and they'll be passed through to
the plugin as `is_strict` and `has_version` respectively. See the
documentation of [Test::Version](http://search.cpan.org/perldoc?Test::Version) for a description of these options.

- [Dist::Zilla::Plugin::Test::Kwalitee](http://search.cpan.org/perldoc?Dist::Zilla::Plugin::Test::Kwalitee), which performs some basic kwalitee checks.
_Kwalitee_ is an automatically-measurable guage of how good your software is.
It bears only a __superficial__ resemblance to the human-measurable guage of
Expand Down

0 comments on commit 2c2fb79

Please sign in to comment.