Skip to content

Commit

Permalink
Build results of 106a5b6 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 9, 2017
1 parent 9236979 commit 85e181c
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 13 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Revision history for Dist-Zilla-Plugin-AutoVersion-Relative

1.001002 2017-03-09T08:46:40Z 106a5b6

1.001001 2017-03-09T08:45:32Z f6ffa8b
- Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot
- Remove use of ConfigDumper util
Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"provides" : {
"Dist::Zilla::Plugin::AutoVersion::Relative" : {
"file" : "lib/Dist/Zilla/Plugin/AutoVersion/Relative.pm",
"version" : "1.001001"
"version" : "1.001002"
}
},
"release_status" : "stable",
Expand All @@ -150,7 +150,7 @@
"web" : "https://github.com/kentnl/Dist-Zilla-Plugin-AutoVersion-Relative"
}
},
"version" : "1.001001",
"version" : "1.001002",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -679,7 +679,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "1.001001-source",
"tag" : "1.001002-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -773,7 +773,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "1.001001",
"tag" : "1.001002",
"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 @@ -23,7 +23,7 @@ name: Dist-Zilla-Plugin-AutoVersion-Relative
provides:
Dist::Zilla::Plugin::AutoVersion::Relative:
file: lib/Dist/Zilla/Plugin/AutoVersion/Relative.pm
version: '1.001001'
version: '1.001002'
recommends:
Moose: '2.000'
requires:
Expand All @@ -44,4 +44,4 @@ resources:
bugtracker: https://github.com/kentnl/Dist-Zilla-Plugin-AutoVersion-Relative/issues
homepage: https://github.com/kentnl/Dist-Zilla-Plugin-AutoVersion-Relative
repository: https://github.com/kentnl/Dist-Zilla-Plugin-AutoVersion-Relative.git
version: '1.001001'
version: '1.001002'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ my %WriteMakefileArgs = (
"Test::DZil" => 0,
"Test::More" => 0
},
"VERSION" => "1.001001",
"VERSION" => "1.001002",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Plugin/AutoVersion/Relative.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Dist::Zilla::Plugin::AutoVersion::Relative;

our $VERSION = '1.001001';
our $VERSION = '1.001002';

# ABSTRACT: Time-Relative versioning

Expand Down Expand Up @@ -279,7 +279,7 @@ Dist::Zilla::Plugin::AutoVersion::Relative - Time-Relative versioning
=head1 VERSION
version 1.001001
version 1.001002
=head1 SYNOPSIS
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)

1.001001
1.001002

1.001001 2017-03-09T08:45:32Z
[Added / configure requires]
- perl 5.006

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)

1.001001
1.001002

1.001001 2017-03-09T08:45:32Z
[Added / configure requires]
- perl 5.006

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 )

1.001001
1.001002

1.001001 2017-03-09T08:45:32Z
[Added / develop recommends]
- Test::More 0.99

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)

1.001001
1.001002

1.001001 2017-03-09T08:45:32Z
[Added / runtime recommends]
- Moose 2.000

Expand Down

0 comments on commit 85e181c

Please sign in to comment.