Skip to content

Commit

Permalink
Build results of 3cbbeaa (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Feb 28, 2017
1 parent 389ec2a commit e83e376
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 16 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Release history for Dist-Zilla-Plugin-Test-Compile-PerModule

0.003901 2017-02-28T02:13:22Z 3cbbeaa

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.

Expand Down
10 changes: 5 additions & 5 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"provides" : {
"Dist::Zilla::Plugin::Test::Compile::PerFile" : {
"file" : "lib/Dist/Zilla/Plugin/Test/Compile/PerFile.pm",
"version" : "0.003900"
"version" : "0.003901"
}
},
"release_status" : "testing",
Expand All @@ -155,7 +155,7 @@
"web" : "https://github.com/kentnl/Dist-Zilla-Plugin-Test-Compile-PerFile"
}
},
"version" : "0.003900",
"version" : "0.003901",
"x_BuiltWith" : {
"external_file" : "misc/built_with.json"
},
Expand Down Expand Up @@ -432,7 +432,7 @@
}
},
"name" : "@Author::KENTNL/Test::Compile::PerFile",
"version" : "0.003001"
"version" : "0.003901"
},
{
"class" : "Dist::Zilla::Plugin::Test::Perl::Critic",
Expand Down Expand Up @@ -711,7 +711,7 @@
"branch" : null,
"changelog" : "Changes",
"signed" : 0,
"tag" : "0.003900-source",
"tag" : "0.003901-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.003900",
"tag" : "0.003901",
"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: Dist-Zilla-Plugin-Test-Compile-PerFile
provides:
Dist::Zilla::Plugin::Test::Compile::PerFile:
file: lib/Dist/Zilla/Plugin/Test/Compile/PerFile.pm
version: '0.003900'
version: '0.003901'
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.003900'
version: '0.003901'
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.003900",
"VERSION" => "0.003901",
"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.003900'; # TRIAL
our $VERSION = '0.003901'; # 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.003900
version 0.003901
=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.003900
0.003901

0.003900 2017-02-28T02:09:54Z
[Added / configure requires]
- perl 5.006

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.003900
0.003901

0.003900 2017-02-28T02:09:54Z
[Added / configure recommends]
- File::ShareDir::Install 0.10

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.003900
0.003901

0.003900 2017-02-28T02:09:54Z
[Added / develop recommends]
- Test::More 0.99

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.003900
0.003901

0.003900 2017-02-28T02:09:54Z
[Added / configure recommends]
- File::ShareDir::Install 0.10

Expand Down
2 changes: 1 addition & 1 deletion misc/built_with.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"Dist::Zilla::Plugin::RunExtraTests" : "0.029",
"Dist::Zilla::Plugin::ShareDir" : "6.008",
"Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.012",
"Dist::Zilla::Plugin::Test::Compile::PerFile" : "0.003001",
"Dist::Zilla::Plugin::Test::Compile::PerFile" : "0.003901",
"Dist::Zilla::Plugin::Test::EOL" : "0.19",
"Dist::Zilla::Plugin::Test::Kwalitee" : "2.12",
"Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000007",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use strict;
use warnings;

# This test was generated for <lib/Dist/Zilla/Plugin/Test/Compile/PerFile.pm>
# using by Dist::Zilla::Plugin::Test::Compile::PerFile ( @Author::KENTNL/Test::Compile::PerFile ) version 0.003001
# using by Dist::Zilla::Plugin::Test::Compile::PerFile ( @Author::KENTNL/Test::Compile::PerFile ) version 0.003901
# with template 01-basic.t.tpl

use Test::More 0.89 tests => 1;
Expand Down

0 comments on commit e83e376

Please sign in to comment.