Skip to content

Commit

Permalink
Build results of f24cc31 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Jul 12, 2011
2 parents 4d13005 + f24cc31 commit 8cd8be7
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 21 deletions.
4 changes: 2 additions & 2 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ my %module_build_args = (
'Path::Class' => '0',
'Test::DZil' => '0',
'Test::Fatal' => '0',
'Test::File::ShareDir' => '0',
'Test::File::ShareDir' => '0.3.0',
'Test::More' => '0.88',
'Test::Output' => '0'
},
Expand All @@ -29,7 +29,7 @@ my %module_build_args = (
'Kent Fredric <kentnl@cpan.org>'
],
'dist_name' => 'Dist-Zilla-PluginBundle-Author-KENTNL',
'dist_version' => '1.0.11',
'dist_version' => '1.0.12',
'license' => 'perl',
'module_name' => 'Dist::Zilla::PluginBundle::Author::KENTNL',
'recommends' => {},
Expand Down
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Dist-Zilla-PluginBundle-Author-KENTNL

1.0.12 2011-07-12T09:57:41Z
[Dependencies::Tests]
- Version explicit dependency added to Test::File::ShareDir 0.3.0 which is
required for -root to be optional.

1.0.11 2011-07-11T04:56:38Z
[Tests]
- Redo the git hack using ENV flags instead of a config file as it still
Expand Down
10 changes: 5 additions & 5 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"Path::Class" : 0,
"Test::DZil" : 0,
"Test::Fatal" : 0,
"Test::File::ShareDir" : 0,
"Test::File::ShareDir" : "v0.3.0",
"Test::More" : "0.88",
"Test::Output" : 0
}
Expand All @@ -117,15 +117,15 @@
"provides" : {
"Dist::Zilla::MintingProfile::Author::KENTNL" : {
"file" : "lib/Dist/Zilla/MintingProfile/Author/KENTNL.pm",
"version" : "v1.0.11"
"version" : "v1.0.12"
},
"Dist::Zilla::Plugin::Author::KENTNL::DistINI" : {
"file" : "lib/Dist/Zilla/Plugin/Author/KENTNL/DistINI.pm",
"version" : "v1.0.11"
"version" : "v1.0.12"
},
"Dist::Zilla::PluginBundle::Author::KENTNL" : {
"file" : "lib/Dist/Zilla/PluginBundle/Author/KENTNL.pm",
"version" : "v1.0.11"
"version" : "v1.0.12"
}
},
"release_status" : "stable",
Expand All @@ -137,7 +137,7 @@
"web" : "http://github.com/kentfredric/Dist-Zilla-PluginBundle-Author-KENTNL"
}
},
"version" : "1.0.11",
"version" : "1.0.12",
"x_BuiltWith" : {
"modules" : {
"Capture::Tiny" : "0.11",
Expand Down
10 changes: 5 additions & 5 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build_requires:
Path::Class: 0
Test::DZil: 0
Test::Fatal: 0
Test::File::ShareDir: 0
Test::File::ShareDir: 0.3.0
Test::More: 0.88
Test::Output: 0
configure_requires:
Expand All @@ -28,13 +28,13 @@ name: Dist-Zilla-PluginBundle-Author-KENTNL
provides:
Dist::Zilla::MintingProfile::Author::KENTNL:
file: lib/Dist/Zilla/MintingProfile/Author/KENTNL.pm
version: v1.0.11
version: v1.0.12
Dist::Zilla::Plugin::Author::KENTNL::DistINI:
file: lib/Dist/Zilla/Plugin/Author/KENTNL/DistINI.pm
version: v1.0.11
version: v1.0.12
Dist::Zilla::PluginBundle::Author::KENTNL:
file: lib/Dist/Zilla/PluginBundle/Author/KENTNL.pm
version: v1.0.11
version: v1.0.12
requires:
Carp: 0
Class::Load: 0
Expand Down Expand Up @@ -96,7 +96,7 @@ requires:
resources:
homepage: http://github.com/kentfredric/Dist-Zilla-PluginBundle-Author-KENTNL
repository: http://github.com/kentfredric/Dist-Zilla-PluginBundle-Author-KENTNL
version: 1.0.11
version: 1.0.12
x_BuiltWith:
modules:
Capture::Tiny: 0.11
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ NAME
build your distributions.

VERSION
version 1.0.11
version 1.0.12

SYNOPSIS
[@Author::KENTNL]
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/MintingProfile/Author/KENTNL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use warnings;

package Dist::Zilla::MintingProfile::Author::KENTNL;
BEGIN {
$Dist::Zilla::MintingProfile::Author::KENTNL::VERSION = '1.0.11';
$Dist::Zilla::MintingProfile::Author::KENTNL::VERSION = '1.0.12';
}

# ABSTRACT: KENTNL's Minting Profile
Expand All @@ -26,7 +26,7 @@ Dist::Zilla::MintingProfile::Author::KENTNL - KENTNL's Minting Profile
=head1 VERSION
version 1.0.11
version 1.0.12
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Plugin/Author/KENTNL/DistINI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use warnings;

package Dist::Zilla::Plugin::Author::KENTNL::DistINI;
BEGIN {
$Dist::Zilla::Plugin::Author::KENTNL::DistINI::VERSION = '1.0.11';
$Dist::Zilla::Plugin::Author::KENTNL::DistINI::VERSION = '1.0.12';
}

# ABSTRACT: Generate a C<dist.ini> for @Author::KENTNL projects.
Expand Down Expand Up @@ -114,7 +114,7 @@ Dist::Zilla::Plugin::Author::KENTNL::DistINI - Generate a C<dist.ini> for @Autho
=head1 VERSION
version 1.0.11
version 1.0.12
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/PluginBundle/Author/KENTNL.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use warnings;

package Dist::Zilla::PluginBundle::Author::KENTNL;
BEGIN {
$Dist::Zilla::PluginBundle::Author::KENTNL::VERSION = '1.0.11';
$Dist::Zilla::PluginBundle::Author::KENTNL::VERSION = '1.0.12';
}

# ABSTRACT: BeLike::KENTNL when you build your distributions.
Expand Down Expand Up @@ -222,7 +222,7 @@ Dist::Zilla::PluginBundle::Author::KENTNL - BeLike::KENTNL when you build your d
=head1 VERSION
version 1.0.11
version 1.0.12
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion t/000-report-versions-tiny.t
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ eval { $v .= pmver('Test::CPAN::Meta','any version') };
eval { $v .= pmver('Test::DZil','any version') };
eval { $v .= pmver('Test::EOL','0.9') };
eval { $v .= pmver('Test::Fatal','any version') };
eval { $v .= pmver('Test::File::ShareDir','any version') };
eval { $v .= pmver('Test::File::ShareDir','0.3.0') };
eval { $v .= pmver('Test::More','0.88') };
eval { $v .= pmver('Test::Output','any version') };
eval { $v .= pmver('namespace::autoclean','0.09') };
Expand Down
2 changes: 1 addition & 1 deletion t/01-Minter.t
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ BEGIN {
$ENV{'GIT_AUTHOR_NAME'} = $ENV{'GIT_COMMITTER_NAME'} = 'Anon Y. Mus';
$ENV{'GIT_AUTHOR_EMAIL'} = $ENV{'GIT_COMMITTER_EMAIL'} = 'anonymus@example.org';

use Test::File::ShareDir -share =>
use Test::File::ShareDir 0.3.0 -share =>
{ -module => { 'Dist::Zilla::MintingProfile::Author::KENTNL' => $root->subdir('share')->subdir('profiles') }, };
use Test::DZil;

Expand Down

0 comments on commit 8cd8be7

Please sign in to comment.