Skip to content

Commit

Permalink
Build results of b81292b (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 7, 2017
1 parent 1cf80aa commit ceed021
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 13 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
Release history for Statocles-AppRole-ExtraFeeds

0.001004 2017-03-07T09:19:21Z b81292b

0.001003 2017-03-07T09:17:28Z a29ca76
- Bugfix: Avoid test failures with -Ddefault_inc_excludes_dot
- Bugfix: Port tests to Statocles 0.75 changes
Expand Down
8 changes: 4 additions & 4 deletions META.json
Expand Up @@ -141,7 +141,7 @@
"provides" : {
"Statocles::AppRole::ExtraFeeds" : {
"file" : "lib/Statocles/AppRole/ExtraFeeds.pm",
"version" : "0.001003"
"version" : "0.001004"
}
},
"release_status" : "stable",
Expand All @@ -156,7 +156,7 @@
"web" : "https://github.com/kentnl/Statocles-AppRole-ExtraFeeds"
}
},
"version" : "0.001003",
"version" : "0.001004",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -691,7 +691,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.001003-source",
"tag" : "0.001004-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.001003",
"tag" : "0.001004",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Expand Up @@ -34,7 +34,7 @@ name: Statocles-AppRole-ExtraFeeds
provides:
Statocles::AppRole::ExtraFeeds:
file: lib/Statocles/AppRole/ExtraFeeds.pm
version: '0.001003'
version: '0.001004'
requires:
Carp: '0'
Moo::Role: '0'
Expand All @@ -49,4 +49,4 @@ resources:
bugtracker: https://github.com/kentnl/Statocles-AppRole-ExtraFeeds/issues
homepage: https://github.com/kentnl/Statocles-AppRole-ExtraFeeds
repository: https://github.com/kentnl/Statocles-AppRole-ExtraFeeds.git
version: '0.001003'
version: '0.001004'
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -45,7 +45,7 @@ my %WriteMakefileArgs = (
"constant" => "1.03",
"lib" => 0
},
"VERSION" => "0.001003",
"VERSION" => "0.001004",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/Statocles/AppRole/ExtraFeeds.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Statocles::AppRole::ExtraFeeds;

our $VERSION = '0.001003';
our $VERSION = '0.001004';

# ABSTRACT: Generate additional feed sets for apps

Expand Down Expand Up @@ -113,7 +113,7 @@ Statocles::AppRole::ExtraFeeds - Generate additional feed sets for apps
=head1 VERSION
version 0.001003
version 0.001004
=head1 EXPERIMENTAL
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps
@@ -1,6 +1,8 @@
This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test)

0.001003
0.001004

0.001003 2017-03-07T09:17:28Z
[Changed / test requires]
- Statocles::Test 0 → 0.075
- Test::More 0.89 → 0
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.all
@@ -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.001003
0.001004

0.001003 2017-03-07T09:17:28Z
[Added / develop requires]
- Test::MinimumVersion

Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.dev
@@ -1,6 +1,8 @@
This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )

0.001003
0.001004

0.001003 2017-03-07T09:17:28Z
[Added / develop requires]
- Test::MinimumVersion

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

0.001003
0.001004

0.001003 2017-03-07T09:17:28Z

0.001002 2016-02-26T06:52:21Z

Expand Down

0 comments on commit ceed021

Please sign in to comment.