diff --git a/Changes b/Changes index f5b7f55..91986d7 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Asset-Pack +0.000009 2017-03-07T13:26:35Z 306c92c + 0.000008 2017-03-07T13:25:07Z a58e4fc - Bugfix: Stop accidentally calling plan() twice in App::FatPacker interop test diff --git a/META.json b/META.json index 97f504d..aab6584 100644 --- a/META.json +++ b/META.json @@ -129,7 +129,7 @@ "provides" : { "Asset::Pack" : { "file" : "lib/Asset/Pack.pm", - "version" : "0.000008" + "version" : "0.000009" } }, "release_status" : "stable", @@ -144,7 +144,7 @@ "web" : "https://github.com/kentnl/Asset-Pack" } }, - "version" : "0.000008", + "version" : "0.000009", "x_Dist_Zilla" : { "perl" : { "version" : "5.025010" @@ -626,7 +626,7 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "0.000008-source", + "tag" : "0.000009-source", "tag_format" : "%v-source", "tag_message" : "v%v" }, @@ -720,7 +720,7 @@ "branch" : "releases", "changelog" : "Changes", "signed" : 0, - "tag" : "0.000008", + "tag" : "0.000009", "tag_format" : "%v", "tag_message" : "v%v" }, diff --git a/META.yml b/META.yml index bee60d3..99ba9cf 100644 --- a/META.yml +++ b/META.yml @@ -24,7 +24,7 @@ name: Asset-Pack provides: Asset::Pack: file: lib/Asset/Pack.pm - version: '0.000008' + version: '0.000009' 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.000008' +version: '0.000009' diff --git a/Makefile.PL b/Makefile.PL index 7dc40ad..3b3a8a7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -34,7 +34,7 @@ my %WriteMakefileArgs = ( "Test::More" => 0, "Test::TempDir::Tiny" => 0 }, - "VERSION" => "0.000008", + "VERSION" => "0.000009", "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 73282f0..40bc856 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.000008'; +our $VERSION = '0.000009'; # 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.000008 +version 0.000009 =head1 SYNOPSIS diff --git a/misc/Changes.deps b/misc/Changes.deps index 066af0d..c618845 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.000008 +0.000009 + +0.000008 2017-03-07T13:25:07Z 0.000007 2017-03-07T11:25:49Z [Changed / test requires] diff --git a/misc/Changes.deps.all b/misc/Changes.deps.all index 7e1ef2e..a02c093 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.000008 +0.000009 + +0.000008 2017-03-07T13:25:07Z 0.000007 2017-03-07T11:25:49Z [Added / develop requires] diff --git a/misc/Changes.deps.dev b/misc/Changes.deps.dev index d7744c4..d01fb49 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.000008 +0.000009 + +0.000008 2017-03-07T13:25:07Z 0.000007 2017-03-07T11:25:49Z [Added / develop requires] diff --git a/misc/Changes.deps.opt b/misc/Changes.deps.opt index 4db8dd4..850503d 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.000008 +0.000009 + +0.000008 2017-03-07T13:25:07Z 0.000007 2017-03-07T11:25:49Z