Skip to content

Commit

Permalink
Build results of 4a8d336 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 7, 2017
1 parent 7c9f101 commit f47af52
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 Asset-Pack

0.000008 2017-03-07T11:27:25Z 4a8d336

0.000007 2017-03-07T11:25:49Z b702db9
- Bugfix: Avoid failing tests under -Ddefault_inc_excludes_dot
- Tests made portable on older Test::More's
Expand Down
8 changes: 4 additions & 4 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"provides" : {
"Asset::Pack" : {
"file" : "lib/Asset/Pack.pm",
"version" : "0.000007"
"version" : "0.000008"
}
},
"release_status" : "stable",
Expand All @@ -144,7 +144,7 @@
"web" : "https://github.com/kentnl/Asset-Pack"
}
},
"version" : "0.000007",
"version" : "0.000008",
"x_Dist_Zilla" : {
"perl" : {
"version" : "5.025010"
Expand Down Expand Up @@ -626,7 +626,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.000007-source",
"tag" : "0.000008-source",
"tag_format" : "%v-source",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -720,7 +720,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.000007",
"tag" : "0.000008",
"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 @@ -24,7 +24,7 @@ name: Asset-Pack
provides:
Asset::Pack:
file: lib/Asset/Pack.pm
version: '0.000007'
version: '0.000008'
requires:
Data::Dumper: '0'
Exporter: '0'
Expand All @@ -38,4 +38,4 @@ resources:
bugtracker: https://github.com/kentnl/Asset-Pack/issues
homepage: https://github.com/kentnl/Asset-Pack
repository: https://github.com/kentnl/Asset-Pack.git
version: '0.000007'
version: '0.000008'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ my %WriteMakefileArgs = (
"Test::More" => 0,
"Test::TempDir::Tiny" => 0
},
"VERSION" => "0.000007",
"VERSION" => "0.000008",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t t/internals/*.t t/interop/*.t"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/Asset/Pack.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package Asset::Pack;
use Path::Tiny 0.069 qw( path ); # path()->visit without broken ref returns
use Try::Tiny qw( try catch );

our $VERSION = '0.000007';
our $VERSION = '0.000008';

# ABSTRACT: Easily pack assets into Perl Modules that can be fat-packed

Expand Down Expand Up @@ -336,7 +336,7 @@ Asset::Pack - Easily pack assets into Perl Modules that can be fat-packed
=head1 VERSION
version 0.000007
version 0.000008
=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)

0.000007
0.000008

0.000007 2017-03-07T11:25:49Z
[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.000007
0.000008

0.000007 2017-03-07T11:25:49Z
[Added / develop requires]
- English
- Software::License::Perl_5
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.000007
0.000008

0.000007 2017-03-07T11:25:49Z
[Added / develop requires]
- English
- Software::License::Perl_5
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.000007
0.000008

0.000007 2017-03-07T11:25:49Z

0.000006 2015-07-21T13:10:16Z

Expand Down

0 comments on commit f47af52

Please sign in to comment.