diff --git a/Changes b/Changes index a8c93cf..9cf9af7 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/META.json b/META.json index a48474f..97f504d 100644 --- a/META.json +++ b/META.json @@ -129,7 +129,7 @@ "provides" : { "Asset::Pack" : { "file" : "lib/Asset/Pack.pm", - "version" : "0.000007" + "version" : "0.000008" } }, "release_status" : "stable", @@ -144,7 +144,7 @@ "web" : "https://github.com/kentnl/Asset-Pack" } }, - "version" : "0.000007", + "version" : "0.000008", "x_Dist_Zilla" : { "perl" : { "version" : "5.025010" @@ -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" }, @@ -720,7 +720,7 @@ "branch" : "releases", "changelog" : "Changes", "signed" : 0, - "tag" : "0.000007", + "tag" : "0.000008", "tag_format" : "%v", "tag_message" : "v%v" }, diff --git a/META.yml b/META.yml index fea8d2b..bee60d3 100644 --- a/META.yml +++ b/META.yml @@ -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' @@ -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' diff --git a/Makefile.PL b/Makefile.PL index 36293fe..7dc40ad 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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" } diff --git a/lib/Asset/Pack.pm b/lib/Asset/Pack.pm index 3adb513..73282f0 100644 --- a/lib/Asset/Pack.pm +++ b/lib/Asset/Pack.pm @@ -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 @@ -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 diff --git a/misc/Changes.deps b/misc/Changes.deps index 8707683..066af0d 100644 --- a/misc/Changes.deps +++ b/misc/Changes.deps @@ -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 diff --git a/misc/Changes.deps.all b/misc/Changes.deps.all index ec52491..7e1ef2e 100644 --- a/misc/Changes.deps.all +++ b/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.000007 +0.000008 + +0.000007 2017-03-07T11:25:49Z [Added / develop requires] - English - Software::License::Perl_5 diff --git a/misc/Changes.deps.dev b/misc/Changes.deps.dev index 301d9b4..d7744c4 100644 --- a/misc/Changes.deps.dev +++ b/misc/Changes.deps.dev @@ -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 diff --git a/misc/Changes.deps.opt b/misc/Changes.deps.opt index d12deb1..4db8dd4 100644 --- a/misc/Changes.deps.opt +++ b/misc/Changes.deps.opt @@ -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