Skip to content

Commit

Permalink
Build results of 6ea88fc (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Sep 6, 2011
2 parents 84b4387 + 6ea88fc commit 20d0045
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ my %module_build_args = (
"Kent Fredric <kentnl\@cpan.org>"
],
"dist_name" => "Dist-Zilla-PluginBundle-Author-KENTNL",
"dist_version" => "1.0.18",
"dist_version" => "1.0.19",
"license" => "perl",
"module_name" => "Dist::Zilla::PluginBundle::Author::KENTNL",
"recommends" => {},
Expand Down
4 changes: 4 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Revision history for Dist-Zilla-PluginBundle-Author-KENTNL

1.0.19 2011-09-06T19:42:54Z
[BugFix]
- Only call uname on Linux. ( Reported by James Laver )

1.0.18 2011-09-02T10:03:50Z
[Documentation]
- Credit all the other authors now using @Author::
Expand Down
14 changes: 7 additions & 7 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,15 @@
"provides" : {
"Dist::Zilla::MintingProfile::Author::KENTNL" : {
"file" : "lib/Dist/Zilla/MintingProfile/Author/KENTNL.pm",
"version" : "v1.0.18"
"version" : "v1.0.19"
},
"Dist::Zilla::Plugin::Author::KENTNL::DistINI" : {
"file" : "lib/Dist/Zilla/Plugin/Author/KENTNL/DistINI.pm",
"version" : "v1.0.18"
"version" : "v1.0.19"
},
"Dist::Zilla::PluginBundle::Author::KENTNL" : {
"file" : "lib/Dist/Zilla/PluginBundle/Author/KENTNL.pm",
"version" : "v1.0.18"
"version" : "v1.0.19"
}
},
"release_status" : "stable",
Expand All @@ -140,7 +140,7 @@
"web" : "https://github.com/kentfredric/Dist-Zilla-PluginBundle-Author-KENTNL"
}
},
"version" : "1.0.18",
"version" : "1.0.19",
"x_BuiltWith" : {
"modules" : {
"Capture::Tiny" : "0.11",
Expand Down Expand Up @@ -188,7 +188,7 @@
"Dist::Zilla::Plugin::Twitter" : "0.010",
"Dist::Zilla::Plugin::UploadToCPAN" : "4.300000",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "NA(undef)",
"Dist::Zilla::PluginBundle::Author::KENTNL::Lite" : "1.0.6",
"Dist::Zilla::PluginBundle::Author::KENTNL::Lite" : "NA(possibly not installed)",
"Dist::Zilla::Role::FileGatherer" : "4.300000",
"Dist::Zilla::Role::MintingProfile::ShareDir" : "4.300000",
"Dist::Zilla::Role::PluginBundle" : "4.300000",
Expand All @@ -203,7 +203,7 @@
"Moose" : "2.0202",
"Moose::Autobox" : "0.11",
"MooseX::Has::Sugar" : "0.05070419",
"MooseX::Types" : "0.28",
"MooseX::Types" : "0.29",
"Net::SSLeay" : "1.36",
"Path::Class" : "0.24",
"Perl::PrereqScanner" : "1.007",
Expand All @@ -216,7 +216,7 @@
"Test::File::ShareDir" : "0.3.0",
"Test::More" : "0.98",
"Test::Output" : "1.01",
"namespace::autoclean" : "0.12",
"namespace::autoclean" : "0.13",
"strict" : "1.04",
"warnings" : "1.12"
},
Expand Down
14 changes: 7 additions & 7 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.18
version: v1.0.19
Dist::Zilla::Plugin::Author::KENTNL::DistINI:
file: lib/Dist/Zilla/Plugin/Author/KENTNL/DistINI.pm
version: v1.0.18
version: v1.0.19
Dist::Zilla::PluginBundle::Author::KENTNL:
file: lib/Dist/Zilla/PluginBundle/Author/KENTNL.pm
version: v1.0.18
version: v1.0.19
requires:
Carp: 0
Class::Load: 0
Expand Down Expand Up @@ -99,7 +99,7 @@ requires:
resources:
homepage: https://github.com/kentfredric/Dist-Zilla-PluginBundle-Author-KENTNL
repository: https://github.com/kentfredric/Dist-Zilla-PluginBundle-Author-KENTNL.git
version: 1.0.18
version: 1.0.19
x_BuiltWith:
modules:
Capture::Tiny: 0.11
Expand Down Expand Up @@ -147,7 +147,7 @@ x_BuiltWith:
Dist::Zilla::Plugin::Twitter: 0.010
Dist::Zilla::Plugin::UploadToCPAN: 4.300000
Dist::Zilla::PluginBundle::Author::KENTNL: NA(undef)
Dist::Zilla::PluginBundle::Author::KENTNL::Lite: 1.0.6
Dist::Zilla::PluginBundle::Author::KENTNL::Lite: 'NA(possibly not installed)'
Dist::Zilla::Role::FileGatherer: 4.300000
Dist::Zilla::Role::MintingProfile::ShareDir: 4.300000
Dist::Zilla::Role::PluginBundle: 4.300000
Expand All @@ -162,7 +162,7 @@ x_BuiltWith:
Moose: 2.0202
Moose::Autobox: 0.11
MooseX::Has::Sugar: 0.05070419
MooseX::Types: 0.28
MooseX::Types: 0.29
Net::SSLeay: 1.36
Path::Class: 0.24
Perl::PrereqScanner: 1.007
Expand All @@ -175,7 +175,7 @@ x_BuiltWith:
Test::File::ShareDir: 0.3.0
Test::More: 0.98
Test::Output: 1.01
namespace::autoclean: 0.12
namespace::autoclean: 0.13
strict: 1.04
warnings: 1.12
perl:
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.18
version 1.0.19

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;
{
$Dist::Zilla::MintingProfile::Author::KENTNL::VERSION = '1.0.18';
$Dist::Zilla::MintingProfile::Author::KENTNL::VERSION = '1.0.19';
}

# 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.18
version 1.0.19
=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;
{
$Dist::Zilla::Plugin::Author::KENTNL::DistINI::VERSION = '1.0.18';
$Dist::Zilla::Plugin::Author::KENTNL::DistINI::VERSION = '1.0.19';
}

# ABSTRACT: Generate a C<dist.ini> for @Author::KENTNL projects.
Expand Down Expand Up @@ -115,7 +115,7 @@ Dist::Zilla::Plugin::Author::KENTNL::DistINI - Generate a C<dist.ini> for @Autho
=head1 VERSION
version 1.0.18
version 1.0.19
=head1 SYNOPSIS
Expand Down
6 changes: 3 additions & 3 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;
{
$Dist::Zilla::PluginBundle::Author::KENTNL::VERSION = '1.0.18';
$Dist::Zilla::PluginBundle::Author::KENTNL::VERSION = '1.0.19';
}

# ABSTRACT: BeLike::KENTNL when you build your distributions.
Expand Down Expand Up @@ -217,7 +217,7 @@ sub bundle_config {
}
],

[ 'MetaData::BuiltWith' => { show_uname => 1, uname_args => q{ -s -o -r -m -i } } ],
[ 'MetaData::BuiltWith' => { $^O eq 'linux' ? ( show_uname => 1, uname_args => q{ -s -o -r -m -i } ) : ( ) } ],
[ 'Test::CPAN::Changes' => {} ],
[ 'Test::Compile' => {} ],
[ 'Test::Perl::Critic' => {} ],
Expand Down Expand Up @@ -265,7 +265,7 @@ Dist::Zilla::PluginBundle::Author::KENTNL - BeLike::KENTNL when you build your d
=head1 VERSION
version 1.0.18
version 1.0.19
=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion perlcritic.rc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
severity = 1
exclude = RequireTidyCode RequirePodSections ProhibitPostfixControls RequireRcsKeywords RequireExplicitPackage
exclude = RequireTidyCode RequirePodSections ProhibitPostfixControls RequireRcsKeywords RequireExplicitPackage ProhibitPunctuationVars
include = Moose::ProhibitMultipleWiths Moose::ProhibitNewMethod Moose::RequireCleanNamespace Moose::RequireMakeImmutable
color = 1
verbose = 9
Expand Down

0 comments on commit 20d0045

Please sign in to comment.