Skip to content

Commit

Permalink
Released 2.000005
Browse files Browse the repository at this point in the history
  • Loading branch information
doherty committed Aug 3, 2013
1 parent 56a8391 commit d19ba18
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
6 changes: 2 additions & 4 deletions Build.PL
Expand Up @@ -18,7 +18,7 @@ my %module_build_args = (
"Mike Doherty <doherty\@cpan.org>"
],
"dist_name" => "Dist-Zilla-Plugin-Test-UnusedVars",
"dist_version" => "2.000004",
"dist_version" => "2.000005",
"license" => "perl",
"module_name" => "Dist::Zilla::Plugin::Test::UnusedVars",
"recommends" => {},
Expand All @@ -35,9 +35,7 @@ my %module_build_args = (
},
"script_files" => [],
"test_requires" => {
"File::Find" => 0,
"File::Path" => 0,
"File::Temp" => 0,
"Capture::Tiny" => 0,
"Moose::Autobox" => 0,
"Test::DZil" => 0,
"Test::More" => "0.96",
Expand Down
2 changes: 2 additions & 0 deletions Changes
@@ -1,6 +1,8 @@
Revision history for Perl extension {{$dist->name}}

{{$NEXT}}

2.000005 2013-08-03
- Don't shoot yourself in the foot when testing [kentnl, GH #4]

2.000004 2013-04-09
Expand Down
6 changes: 2 additions & 4 deletions Makefile.PL
Expand Up @@ -31,16 +31,14 @@ my %WriteMakefileArgs = (
"warnings" => 0
},
"TEST_REQUIRES" => {
"File::Find" => 0,
"File::Path" => 0,
"File::Temp" => 0,
"Capture::Tiny" => 0,
"Moose::Autobox" => 0,
"Test::DZil" => 0,
"Test::More" => "0.96",
"Test::Output" => 0,
"autodie" => 0
},
"VERSION" => "2.000004",
"VERSION" => "2.000005",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -3,7 +3,7 @@ NAME
variables

VERSION
version 2.000004
version 2.000005

SYNOPSIS
In "dist.ini":
Expand Down
2 changes: 1 addition & 1 deletion README.mkdn
Expand Up @@ -4,7 +4,7 @@ Dist::Zilla::Plugin::Test::UnusedVars - Release tests for unused variables

# VERSION

version 2.000004
version 2.000005

# SYNOPSIS

Expand Down

0 comments on commit d19ba18

Please sign in to comment.