diff --git a/Changes b/Changes index f569c67..213c68a 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Release history for Dist-Zilla-Plugin-Test-Compile-PerModule -0.003001 2017-02-28T01:45:29Z 11335b8 +0.003900 2017-02-28T02:09:54Z 61cd404 - New variable "relpath" that includes the file path with "lib" stripped if present, or with "./" prepended otherwise. [Bugfix] diff --git a/META.json b/META.json index 49f00a4..75820f5 100644 --- a/META.json +++ b/META.json @@ -140,10 +140,10 @@ "provides" : { "Dist::Zilla::Plugin::Test::Compile::PerFile" : { "file" : "lib/Dist/Zilla/Plugin/Test/Compile/PerFile.pm", - "version" : "0.003001" + "version" : "0.003900" } }, - "release_status" : "stable", + "release_status" : "testing", "resources" : { "bugtracker" : { "web" : "https://github.com/kentnl/Dist-Zilla-Plugin-Test-Compile-PerFile/issues" @@ -155,7 +155,7 @@ "web" : "https://github.com/kentnl/Dist-Zilla-Plugin-Test-Compile-PerFile" } }, - "version" : "0.003001", + "version" : "0.003900", "x_BuiltWith" : { "external_file" : "misc/built_with.json" }, @@ -711,7 +711,7 @@ "branch" : null, "changelog" : "Changes", "signed" : 0, - "tag" : "0.003001-source", + "tag" : "0.003900-source", "tag_format" : "%v-source", "tag_message" : "v%v" }, @@ -805,7 +805,7 @@ "branch" : "releases", "changelog" : "Changes", "signed" : 0, - "tag" : "0.003001", + "tag" : "0.003900", "tag_format" : "%v", "tag_message" : "v%v" }, @@ -957,7 +957,7 @@ "zilla" : { "class" : "Dist::Zilla::Dist::Builder", "config" : { - "is_trial" : 0 + "is_trial" : 1 }, "version" : "6.008" } diff --git a/META.yml b/META.yml index 0daca0f..2ef0431 100644 --- a/META.yml +++ b/META.yml @@ -24,7 +24,7 @@ name: Dist-Zilla-Plugin-Test-Compile-PerFile provides: Dist::Zilla::Plugin::Test::Compile::PerFile: file: lib/Dist/Zilla/Plugin/Test/Compile/PerFile.pm - version: '0.003001' + version: '0.003900' recommends: Moose: '2.000' Path::Tiny: '0.058' @@ -45,4 +45,4 @@ resources: bugtracker: https://github.com/kentnl/Dist-Zilla-Plugin-Test-Compile-PerFile/issues homepage: https://github.com/kentnl/Dist-Zilla-Plugin-Test-Compile-PerFile repository: https://github.com/kentnl/Dist-Zilla-Plugin-Test-Compile-PerFile.git -version: '0.003001' +version: '0.003900' diff --git a/Makefile.PL b/Makefile.PL index 479fe0f..c8f4f6b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -44,7 +44,7 @@ my %WriteMakefileArgs = ( "Test::File::ShareDir::Dist" => 0, "Test::More" => "0.89" }, - "VERSION" => "0.003001", + "VERSION" => "0.003900", "test" => { "TESTS" => "t/*.t t/00-compile/*.t" } diff --git a/lib/Dist/Zilla/Plugin/Test/Compile/PerFile.pm b/lib/Dist/Zilla/Plugin/Test/Compile/PerFile.pm index 9d44d06..ec760cd 100644 --- a/lib/Dist/Zilla/Plugin/Test/Compile/PerFile.pm +++ b/lib/Dist/Zilla/Plugin/Test/Compile/PerFile.pm @@ -4,7 +4,7 @@ use warnings; package Dist::Zilla::Plugin::Test::Compile::PerFile; -our $VERSION = '0.003001'; +our $VERSION = '0.003900'; # TRIAL # ABSTRACT: Create a single .t for each compilable file in a distribution @@ -478,7 +478,7 @@ Dist::Zilla::Plugin::Test::Compile::PerFile - Create a single .t for each compil =head1 VERSION -version 0.003001 +version 0.003900 =head1 SYNOPSIS diff --git a/misc/Changes.deps b/misc/Changes.deps index f07226a..ce89e91 100644 --- a/misc/Changes.deps +++ b/misc/Changes.deps @@ -1,6 +1,6 @@ This file contains changes in REQUIRED dependencies for standard CPAN phases (configure/build/runtime/test) -0.003001 +0.003900 [Added / configure requires] - perl 5.006 diff --git a/misc/Changes.deps.all b/misc/Changes.deps.all index 331ebb7..597216a 100644 --- a/misc/Changes.deps.all +++ b/misc/Changes.deps.all @@ -1,6 +1,6 @@ This file contains ALL changes in dependencies in both REQUIRED / OPTIONAL dependencies for all phases (configure/build/runtime/test/develop) -0.003001 +0.003900 [Added / configure recommends] - File::ShareDir::Install 0.10 diff --git a/misc/Changes.deps.dev b/misc/Changes.deps.dev index c9888be..2ca8635 100644 --- a/misc/Changes.deps.dev +++ b/misc/Changes.deps.dev @@ -1,6 +1,6 @@ This file contains changes to DEVELOPMENT dependencies only ( both REQUIRED and OPTIONAL ) -0.003001 +0.003900 [Added / develop recommends] - Test::More 0.99 diff --git a/misc/Changes.deps.opt b/misc/Changes.deps.opt index 4878dce..60bd7fc 100644 --- a/misc/Changes.deps.opt +++ b/misc/Changes.deps.opt @@ -1,6 +1,6 @@ This file contains changes in OPTIONAL dependencies for standard CPAN phases (configure/build/runtime/test) -0.003001 +0.003900 [Added / configure recommends] - File::ShareDir::Install 0.10