Skip to content

Commit

Permalink
Build results of 59cb06a (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 7, 2017
1 parent 0adfe17 commit 2c87a44
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 15 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Release history for Dist-Zilla-Plugin-Munge-Whitespace

0.001002 2017-03-07T14:55:26Z 59cb06a

0.001001 2017-03-07T14:54:22Z a9be5e5
- Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot
- Drop use of ConfigDumper util
Expand Down
10 changes: 5 additions & 5 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"provides" : {
"Dist::Zilla::Plugin::Munge::Whitespace" : {
"file" : "lib/Dist/Zilla/Plugin/Munge/Whitespace.pm",
"version" : "0.001001"
"version" : "0.001002"
}
},
"release_status" : "stable",
Expand All @@ -140,7 +140,7 @@
"web" : "https://github.com/kentnl/Dist-Zilla-Plugin-Munge-Whitespace"
}
},
"version" : "0.001001",
"version" : "0.001002",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -658,7 +658,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.001001-source",
"tag" : "0.001002-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -752,7 +752,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.001001",
"tag" : "0.001002",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -842,7 +842,7 @@
}
},
"name" : "Munge::Whitespace",
"version" : "0.001001"
"version" : "0.001002"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ name: Dist-Zilla-Plugin-Munge-Whitespace
provides:
Dist::Zilla::Plugin::Munge::Whitespace:
file: lib/Dist/Zilla/Plugin/Munge/Whitespace.pm
version: '0.001001'
version: '0.001002'
recommends:
Moose: '2.000'
requires:
Expand All @@ -33,4 +33,4 @@ resources:
bugtracker: https://github.com/kentnl/Dist-Zilla-Plugin-Munge-Whitespace/issues
homepage: https://github.com/kentnl/Dist-Zilla-Plugin-Munge-Whitespace
repository: https://github.com/kentnl/Dist-Zilla-Plugin-Munge-Whitespace.git
version: '0.001001'
version: '0.001002'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ my %WriteMakefileArgs = (
"File::Spec" => 0,
"Test::More" => 0
},
"VERSION" => "0.001001",
"VERSION" => "0.001002",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Plugin/Munge/Whitespace.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Dist::Zilla::Plugin::Munge::Whitespace;

our $VERSION = '0.001001';
our $VERSION = '0.001002';

# ABSTRACT: Strip superfluous spaces from pesky files.

Expand Down Expand Up @@ -160,7 +160,7 @@ Dist::Zilla::Plugin::Munge::Whitespace - Strip superfluous spaces from pesky fil
=head1 VERSION
version 0.001001
version 0.001002
=head1 DESCRIPTION
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test)

0.001001
0.001002

0.001001 2017-03-07T14:54:22Z
[Changed / test requires]
- Test::More 0.89 → 0

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.all
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop)

0.001001
0.001002

0.001001 2017-03-07T14:54:22Z
[Added / develop requires]
- Dist::Zilla::Plugin::MetaYAML::Minimal
- Dist::Zilla::Plugin::RemovePrereqs::Provided
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )

0.001001
0.001002

0.001001 2017-03-07T14:54:22Z
[Added / develop requires]
- Dist::Zilla::Plugin::MetaYAML::Minimal
- Dist::Zilla::Plugin::RemovePrereqs::Provided
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.opt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test)

0.001001
0.001002

0.001001 2017-03-07T14:54:22Z
2 changes: 1 addition & 1 deletion misc/built_with.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"Dist::Zilla::Plugin::MetaTests" : "6.009",
"Dist::Zilla::Plugin::MetaYAML::Minimal" : "0.001001",
"Dist::Zilla::Plugin::MinimumPerl" : "1.006",
"Dist::Zilla::Plugin::Munge::Whitespace" : "0.001001",
"Dist::Zilla::Plugin::Munge::Whitespace" : "0.001002",
"Dist::Zilla::Plugin::PodCoverageTests" : "6.009",
"Dist::Zilla::Plugin::PodSyntaxTests" : "6.009",
"Dist::Zilla::Plugin::PodWeaver" : "4.008",
Expand Down

0 comments on commit 2c87a44

Please sign in to comment.