Skip to content

Commit

Permalink
Build results of 61cd404 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Feb 28, 2017
1 parent 62408bd commit 389ec2a
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
12 changes: 6 additions & 6 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
},
Expand Down Expand Up @@ -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"
},
Expand Down Expand Up @@ -805,7 +805,7 @@
"branch" : "releases",
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.003001",
"tag" : "0.003900",
"tag_format" : "%v",
"tag_message" : "v%v"
},
Expand Down Expand Up @@ -957,7 +957,7 @@
"zilla" : {
"class" : "Dist::Zilla::Dist::Builder",
"config" : {
"is_trial" : 0
"is_trial" : 1
},
"version" : "6.008"
}
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: 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'
Expand All @@ -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'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Plugin/Test/Compile/PerFile.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion misc/Changes.deps
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion misc/Changes.deps.all
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion misc/Changes.deps.dev
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion misc/Changes.deps.opt
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 389ec2a

Please sign in to comment.