Skip to content

Commit

Permalink
Released 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
doherty committed Dec 15, 2011
1 parent 6459897 commit 312f574
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Build.PL
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -25,13 +25,12 @@ my %module_build_args = (
"Mike Doherty <doherty\@cpan.org>" "Mike Doherty <doherty\@cpan.org>"
], ],
"dist_name" => "Dist-Zilla-PluginBundle-TestingMania", "dist_name" => "Dist-Zilla-PluginBundle-TestingMania",
"dist_version" => "0.14", "dist_version" => "0.15",
"license" => "perl", "license" => "perl",
"module_name" => "Dist::Zilla::PluginBundle::TestingMania", "module_name" => "Dist::Zilla::PluginBundle::TestingMania",
"recommends" => {}, "recommends" => {},
"recursive_test_files" => 1, "recursive_test_files" => 1,
"requires" => { "requires" => {
"Dist::Zilla::Plugin::EOLTests" => "0.02",
"Dist::Zilla::Plugin::MetaTests" => 0, "Dist::Zilla::Plugin::MetaTests" => 0,
"Dist::Zilla::Plugin::MojibakeTests" => "0.2", "Dist::Zilla::Plugin::MojibakeTests" => "0.2",
"Dist::Zilla::Plugin::NoTabsTests" => "0.01", "Dist::Zilla::Plugin::NoTabsTests" => "0.01",
Expand All @@ -41,6 +40,7 @@ my %module_build_args = (
"Dist::Zilla::Plugin::Test::CPAN::Meta::JSON" => "0.003", "Dist::Zilla::Plugin::Test::CPAN::Meta::JSON" => "0.003",
"Dist::Zilla::Plugin::Test::Compile" => "1.112400", "Dist::Zilla::Plugin::Test::Compile" => "1.112400",
"Dist::Zilla::Plugin::Test::DistManifest" => "2.0.1", "Dist::Zilla::Plugin::Test::DistManifest" => "2.0.1",
"Dist::Zilla::Plugin::Test::EOL" => 0,
"Dist::Zilla::Plugin::Test::Kwalitee" => "2.020000", "Dist::Zilla::Plugin::Test::Kwalitee" => "2.020000",
"Dist::Zilla::Plugin::Test::MinimumVersion" => "2.0.1", "Dist::Zilla::Plugin::Test::MinimumVersion" => "2.0.1",
"Dist::Zilla::Plugin::Test::Perl::Critic" => "2.112410", "Dist::Zilla::Plugin::Test::Perl::Critic" => "2.112410",
Expand Down
2 changes: 2 additions & 0 deletions Changes
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,8 @@
Changelog for Dist::Zilla::PluginBundle::TestingMania Changelog for Dist::Zilla::PluginBundle::TestingMania


{{$NEXT}} {{$NEXT}}

0.15 2011-12-15
* List prereqs as prereqs instead of use-ing them [Caleb Cushing] * List prereqs as prereqs instead of use-ing them [Caleb Cushing]
* Use DZP::Test::EOL (an author test) instead of EOLTests (a release test) [GH #13, thanks to Caleb Cushing] * Use DZP::Test::EOL (an author test) instead of EOLTests (a release test) [GH #13, thanks to Caleb Cushing]


Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ my %WriteMakefileArgs = (
"LICENSE" => "perl", "LICENSE" => "perl",
"NAME" => "Dist::Zilla::PluginBundle::TestingMania", "NAME" => "Dist::Zilla::PluginBundle::TestingMania",
"PREREQ_PM" => { "PREREQ_PM" => {
"Dist::Zilla::Plugin::EOLTests" => "0.02",
"Dist::Zilla::Plugin::MetaTests" => 0, "Dist::Zilla::Plugin::MetaTests" => 0,
"Dist::Zilla::Plugin::MojibakeTests" => "0.2", "Dist::Zilla::Plugin::MojibakeTests" => "0.2",
"Dist::Zilla::Plugin::NoTabsTests" => "0.01", "Dist::Zilla::Plugin::NoTabsTests" => "0.01",
Expand All @@ -40,6 +39,7 @@ my %WriteMakefileArgs = (
"Dist::Zilla::Plugin::Test::CPAN::Meta::JSON" => "0.003", "Dist::Zilla::Plugin::Test::CPAN::Meta::JSON" => "0.003",
"Dist::Zilla::Plugin::Test::Compile" => "1.112400", "Dist::Zilla::Plugin::Test::Compile" => "1.112400",
"Dist::Zilla::Plugin::Test::DistManifest" => "2.0.1", "Dist::Zilla::Plugin::Test::DistManifest" => "2.0.1",
"Dist::Zilla::Plugin::Test::EOL" => 0,
"Dist::Zilla::Plugin::Test::Kwalitee" => "2.020000", "Dist::Zilla::Plugin::Test::Kwalitee" => "2.020000",
"Dist::Zilla::Plugin::Test::MinimumVersion" => "2.0.1", "Dist::Zilla::Plugin::Test::MinimumVersion" => "2.0.1",
"Dist::Zilla::Plugin::Test::Perl::Critic" => "2.112410", "Dist::Zilla::Plugin::Test::Perl::Critic" => "2.112410",
Expand All @@ -58,7 +58,7 @@ my %WriteMakefileArgs = (
"strict" => 0, "strict" => 0,
"warnings" => 0 "warnings" => 0
}, },
"VERSION" => "0.14", "VERSION" => "0.15",
"test" => { "test" => {
"TESTS" => "t/*.t" "TESTS" => "t/*.t"
} }
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NAME
testing plugin conceivable testing plugin conceivable


VERSION VERSION
version 0.14 version 0.15


SYNOPSIS SYNOPSIS
In dist.ini: In dist.ini:
Expand Down Expand Up @@ -35,7 +35,7 @@ DESCRIPTION
* Dist::Zilla::Plugin::Test::DistManifest, which tests MANIFEST for * Dist::Zilla::Plugin::Test::DistManifest, which tests MANIFEST for
correctness. See Test::DistManifest for details. correctness. See Test::DistManifest for details.


* Dist::Zilla::Plugin::EOLTests, which ensures the correct line * Dist::Zilla::Plugin::Test::EOL, which ensures the correct line
endings are used (and also checks for trailing whitespace). See endings are used (and also checks for trailing whitespace). See
Test::EOL for details. Test::EOL for details.


Expand Down

0 comments on commit 312f574

Please sign in to comment.