Skip to content

Commit

Permalink
Build results of f6092ca (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Feb 26, 2016
1 parent a849cb2 commit eefb164
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 15 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Release history for Statocles-AppRole-ExtraFeeds

0.001002 2016-02-26T06:52:21Z 8cbb246
- Remove unused import in tests that will break in a future Statocles release

0.001001 2016-02-25T00:34:57Z 57745c3
- Bump version on Beam::Wire for interop with Beam::Wire 'with' mechanics.

Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"provides" : {
"Statocles::AppRole::ExtraFeeds" : {
"file" : "lib/Statocles/AppRole/ExtraFeeds.pm",
"version" : "0.001001"
"version" : "0.001002"
}
},
"release_status" : "stable",
Expand All @@ -155,7 +155,7 @@
"web" : "https://github.com/kentnl/Statocles-AppRole-ExtraFeeds"
}
},
"version" : "0.001001",
"version" : "0.001002",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -669,7 +669,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 @@ -760,7 +760,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.001001",
"tag" : "0.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 @@ -34,7 +34,7 @@ name: Statocles-AppRole-ExtraFeeds
provides:
Statocles::AppRole::ExtraFeeds:
file: lib/Statocles/AppRole/ExtraFeeds.pm
version: '0.001001'
version: '0.001002'
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.001001'
version: '0.001002'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ my %WriteMakefileArgs = (
"constant" => "1.03",
"lib" => 0
},
"VERSION" => "0.001001",
"VERSION" => "0.001002",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/Statocles/AppRole/ExtraFeeds.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use warnings;

package Statocles::AppRole::ExtraFeeds;

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

# 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.001001
version 0.001002
=head1 EXPERIMENTAL
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 2016-02-25T00:34:57Z
[Added / configure requires]
- CPAN::Meta::Requirements 2.120620
- Module::Metadata
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 2016-02-25T00:34:57Z
[Added / configure requires]
- CPAN::Meta::Requirements 2.120620
- Module::Metadata
Expand Down
4 changes: 3 additions & 1 deletion misc/Changes.deps.dev
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL )

0.001001
0.001002

0.001001 2016-02-25T00:34:57Z
[Added / develop requires]
- Dist::Zilla::Plugin::DynamicPrereqs
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 2016-02-25T00:34:57Z
2 changes: 1 addition & 1 deletion t/blog_app.t
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Scalar::Util ('blessed');
use Data::Dump ('pp');
use Term::ANSIColor ('colored');
use Path::Tiny ( 'path', 'tempdir' );
use Statocles::Test ( 'build_test_site', 'test_pages' );
use Statocles::Test ('build_test_site');

use Test::Deep (); # statocles needs this installed, but something can fubar in deps
# on travis leading to a "no Test::Deep" ... somehow. IDK
Expand Down
2 changes: 1 addition & 1 deletion t/blog_app_paged.t
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use Scalar::Util ('blessed');
use Data::Dump ('pp');
use Term::ANSIColor ('colored');
use Path::Tiny ( 'path', 'tempdir' );
use Statocles::Test ( 'build_test_site', 'test_pages' );
use Statocles::Test ('build_test_site');

use Beam::Wire ();
use Statocles::App::Blog ();
Expand Down

0 comments on commit eefb164

Please sign in to comment.