Skip to content

Commit

Permalink
Released 0.011
Browse files Browse the repository at this point in the history
  • Loading branch information
doherty committed May 10, 2011
1 parent 09202f3 commit e4ef804
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
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.011 2011-05-09
* Allow setting a perlcritic config file * Allow setting a perlcritic config file


0.010 2011-04-20 0.010 2011-04-20
Expand Down
6 changes: 3 additions & 3 deletions Makefile.PL
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;


BEGIN { require 5.010001; } BEGIN { require 5.010001; }


use ExtUtils::MakeMaker 6.31; use ExtUtils::MakeMaker 6.30;






Expand All @@ -21,7 +21,7 @@ my %WriteMakefileArgs = (
'autodie' => '0' 'autodie' => '0'
}, },
'CONFIGURE_REQUIRES' => { 'CONFIGURE_REQUIRES' => {
'ExtUtils::MakeMaker' => '6.31' 'ExtUtils::MakeMaker' => '6.30'
}, },
'DISTNAME' => 'Dist-Zilla-PluginBundle-TestingMania', 'DISTNAME' => 'Dist-Zilla-PluginBundle-TestingMania',
'EXE_FILES' => [], 'EXE_FILES' => [],
Expand Down Expand Up @@ -52,7 +52,7 @@ my %WriteMakefileArgs = (
'Test::CPAN::Meta' => '0', 'Test::CPAN::Meta' => '0',
'Test::Perl::Critic' => '0' 'Test::Perl::Critic' => '0'
}, },
'VERSION' => '0.010', 'VERSION' => '0.011',
'test' => { 'test' => {
'TESTS' => 't/*.t' 'TESTS' => 't/*.t'
} }
Expand Down
8 changes: 6 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.010 version 0.011


SYNOPSIS SYNOPSIS
In dist.ini: In dist.ini:
Expand Down Expand Up @@ -33,7 +33,11 @@ DESCRIPTION
see "Enabling Tests". see "Enabling Tests".


* Dist::Zilla::Plugin::CriticTests, which checks your code against * Dist::Zilla::Plugin::CriticTests, which checks your code against
best practices. See Perl::Critic for details. best practices. See Perl::Critic for details. You can set a
perlcritic config file:

[@TestingMania]
critic_config = perlcriticrc


* Dist::Zilla::Plugin::DistManifestTests, which tests MANIFEST for * Dist::Zilla::Plugin::DistManifestTests, which tests MANIFEST for
correctness. See Test::DistManifest for details. correctness. See Test::DistManifest for details.
Expand Down

0 comments on commit e4ef804

Please sign in to comment.