Skip to content

Commit

Permalink
Build results of 2485d2c (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 3, 2017
1 parent e72140b commit 1796761
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 14 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-Role-Version-Sanitize

0.002004 2017-03-03T09:09:45Z 2485d2c

0.002003 2017-03-03T08:46:07Z 215ad08
[Bugfix]
- Avoid test failures on 5.26 w/ -Ddefault_inc_excludes_dot
Expand Down
10 changes: 5 additions & 5 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"provides" : {
"Dist::Zilla::Role::Version::Sanitize" : {
"file" : "lib/Dist/Zilla/Role/Version/Sanitize.pm",
"version" : "0.002003"
"version" : "0.002004"
}
},
"release_status" : "stable",
Expand All @@ -147,7 +147,7 @@
"web" : "https://github.com/kentnl/Dist-Zilla-Role-Version-Sanitize"
}
},
"version" : "0.002003",
"version" : "0.002004",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -437,7 +437,7 @@
"skip_version_provider" : 0
},
"Dist::Zilla::Role::Version::Sanitize" : {
"$Dist::Zilla::Role::Version::Sanitize::VERSION" : "0.002003",
"$Dist::Zilla::Role::Version::Sanitize::VERSION" : "0.002004",
"mantissa" : "6",
"normal_form" : "numify"
}
Expand Down Expand Up @@ -691,7 +691,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.002003-source",
"tag" : "0.002004-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -785,7 +785,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.002003",
"tag" : "0.002004",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ name: Dist-Zilla-Role-Version-Sanitize
provides:
Dist::Zilla::Role::Version::Sanitize:
file: lib/Dist/Zilla/Role/Version/Sanitize.pm
version: '0.002003'
version: '0.002004'
requires:
Carp: '0'
Moose::Role: '0'
Expand All @@ -39,4 +39,4 @@ resources:
bugtracker: https://github.com/kentnl/Dist-Zilla-Role-Version-Sanitize/issues
homepage: https://github.com/kentnl/Dist-Zilla-Role-Version-Sanitize
repository: https://github.com/kentnl/Dist-Zilla-Role-Version-Sanitize.git
version: '0.002003'
version: '0.002004'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ my %WriteMakefileArgs = (
"Test::Fatal" => 0,
"Test::More" => 0
},
"VERSION" => "0.002003",
"VERSION" => "0.002004",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Role/Version/Sanitize.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Dist::Zilla::Role::Version::Sanitize;

our $VERSION = '0.002003';
our $VERSION = '0.002004';

# ABSTRACT: Sanitize a version from a plugin

Expand Down Expand Up @@ -194,7 +194,7 @@ Dist::Zilla::Role::Version::Sanitize - Sanitize a version from a plugin
=head1 VERSION
version 0.002003
version 0.002004
=head1 ATTRIBUTES
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.002003
0.002004

0.002003 2017-03-03T08:46:07Z
[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.002003
0.002004

0.002003 2017-03-03T08:46:07Z
[Added / develop requires]
- Test::MinimumVersion

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.002003
0.002004

0.002003 2017-03-03T08:46:07Z
[Added / develop requires]
- Test::MinimumVersion

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

0.002003
0.002004

0.002003 2017-03-03T08:46:07Z

0.002002 2016-06-06T22:54:09Z
[Added / test recommends]
Expand Down

0 comments on commit 1796761

Please sign in to comment.