Skip to content

Commit

Permalink
Build results of 3b1e5b0 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Sep 2, 2011
2 parents f6c6c24 + 3b1e5b0 commit 84b4387
Show file tree
Hide file tree
Showing 9 changed files with 67 additions and 39 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.17",
"dist_version" => "1.0.18",
"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.18 2011-09-02T10:03:50Z
[Documentation]
- Credit all the other authors now using @Author::

1.0.17 2011-08-29T19:54:39Z
[Dependencies::Runtime::New]
- Dist::Zilla::Plugin::Test::Compile 1.122400 # required to circumvent a
Expand Down
30 changes: 15 additions & 15 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.17"
"version" : "v1.0.18"
},
"Dist::Zilla::Plugin::Author::KENTNL::DistINI" : {
"file" : "lib/Dist/Zilla/Plugin/Author/KENTNL/DistINI.pm",
"version" : "v1.0.17"
"version" : "v1.0.18"
},
"Dist::Zilla::PluginBundle::Author::KENTNL" : {
"file" : "lib/Dist/Zilla/PluginBundle/Author/KENTNL.pm",
"version" : "v1.0.17"
"version" : "v1.0.18"
}
},
"release_status" : "stable",
Expand All @@ -140,7 +140,7 @@
"web" : "https://github.com/kentfredric/Dist-Zilla-PluginBundle-Author-KENTNL"
}
},
"version" : "1.0.17",
"version" : "1.0.18",
"x_BuiltWith" : {
"modules" : {
"Capture::Tiny" : "0.11",
Expand All @@ -156,10 +156,10 @@
"Dist::Zilla::Plugin::EOLTests" : "0.02",
"Dist::Zilla::Plugin::FakeRelease" : "4.300000",
"Dist::Zilla::Plugin::GatherDir" : "4.300000",
"Dist::Zilla::Plugin::Git::Check" : "1.112380",
"Dist::Zilla::Plugin::Git::CommitBuild" : "1.112380",
"Dist::Zilla::Plugin::Git::NextVersion" : "1.112380",
"Dist::Zilla::Plugin::Git::Tag" : "1.112380",
"Dist::Zilla::Plugin::Git::Check" : "1.112440",
"Dist::Zilla::Plugin::Git::CommitBuild" : "1.112440",
"Dist::Zilla::Plugin::Git::NextVersion" : "1.112440",
"Dist::Zilla::Plugin::Git::Tag" : "1.112440",
"Dist::Zilla::Plugin::GithubMeta" : "0.20",
"Dist::Zilla::Plugin::License" : "4.300000",
"Dist::Zilla::Plugin::Manifest" : "4.300000",
Expand Down Expand Up @@ -206,7 +206,7 @@
"MooseX::Types" : "0.28",
"Net::SSLeay" : "1.36",
"Path::Class" : "0.24",
"Perl::PrereqScanner" : "1.006",
"Perl::PrereqScanner" : "1.007",
"Pod::Coverage::TrustPod" : "0.100001",
"String::Formatter" : "0.102082",
"Test::CPAN::Meta" : "0.18",
Expand Down Expand Up @@ -237,7 +237,7 @@
{
"class" : "Dist::Zilla::Plugin::Git::NextVersion",
"name" : "@Author::KENTNL/Git::NextVersion",
"version" : "1.112380"
"version" : "1.112440"
},
{
"class" : "Dist::Zilla::Plugin::GatherDir",
Expand Down Expand Up @@ -431,7 +431,7 @@
{
"class" : "Dist::Zilla::Plugin::Git::Check",
"name" : "@Author::KENTNL/Git::Check",
"version" : "1.112380"
"version" : "1.112440"
},
{
"class" : "Dist::Zilla::Plugin::NextRelease",
Expand All @@ -441,22 +441,22 @@
{
"class" : "Dist::Zilla::Plugin::Git::Tag",
"name" : "@Author::KENTNL/Git::Tag/tag_master",
"version" : "1.112380"
"version" : "1.112440"
},
{
"class" : "Dist::Zilla::Plugin::Git::Commit",
"name" : "@Author::KENTNL/Git::Commit",
"version" : "1.112380"
"version" : "1.112440"
},
{
"class" : "Dist::Zilla::Plugin::Git::CommitBuild",
"name" : "@Author::KENTNL/Git::CommitBuild",
"version" : "1.112380"
"version" : "1.112440"
},
{
"class" : "Dist::Zilla::Plugin::Git::Tag",
"name" : "@Author::KENTNL/Git::Tag/tag_release",
"version" : "1.112380"
"version" : "1.112440"
},
{
"class" : "Dist::Zilla::Plugin::UploadToCPAN",
Expand Down
30 changes: 15 additions & 15 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.17
version: v1.0.18
Dist::Zilla::Plugin::Author::KENTNL::DistINI:
file: lib/Dist/Zilla/Plugin/Author/KENTNL/DistINI.pm
version: v1.0.17
version: v1.0.18
Dist::Zilla::PluginBundle::Author::KENTNL:
file: lib/Dist/Zilla/PluginBundle/Author/KENTNL.pm
version: v1.0.17
version: v1.0.18
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.17
version: 1.0.18
x_BuiltWith:
modules:
Capture::Tiny: 0.11
Expand All @@ -115,10 +115,10 @@ x_BuiltWith:
Dist::Zilla::Plugin::EOLTests: 0.02
Dist::Zilla::Plugin::FakeRelease: 4.300000
Dist::Zilla::Plugin::GatherDir: 4.300000
Dist::Zilla::Plugin::Git::Check: 1.112380
Dist::Zilla::Plugin::Git::CommitBuild: 1.112380
Dist::Zilla::Plugin::Git::NextVersion: 1.112380
Dist::Zilla::Plugin::Git::Tag: 1.112380
Dist::Zilla::Plugin::Git::Check: 1.112440
Dist::Zilla::Plugin::Git::CommitBuild: 1.112440
Dist::Zilla::Plugin::Git::NextVersion: 1.112440
Dist::Zilla::Plugin::Git::Tag: 1.112440
Dist::Zilla::Plugin::GithubMeta: 0.20
Dist::Zilla::Plugin::License: 4.300000
Dist::Zilla::Plugin::Manifest: 4.300000
Expand Down Expand Up @@ -165,7 +165,7 @@ x_BuiltWith:
MooseX::Types: 0.28
Net::SSLeay: 1.36
Path::Class: 0.24
Perl::PrereqScanner: 1.006
Perl::PrereqScanner: 1.007
Pod::Coverage::TrustPod: 0.100001
String::Formatter: 0.102082
Test::CPAN::Meta: 0.18
Expand All @@ -192,7 +192,7 @@ x_Dist_Zilla:
-
class: Dist::Zilla::Plugin::Git::NextVersion
name: '@Author::KENTNL/Git::NextVersion'
version: 1.112380
version: 1.112440
-
class: Dist::Zilla::Plugin::GatherDir
name: '@Author::KENTNL/GatherDir'
Expand Down Expand Up @@ -344,27 +344,27 @@ x_Dist_Zilla:
-
class: Dist::Zilla::Plugin::Git::Check
name: '@Author::KENTNL/Git::Check'
version: 1.112380
version: 1.112440
-
class: Dist::Zilla::Plugin::NextRelease
name: '@Author::KENTNL/NextRelease'
version: 4.300000
-
class: Dist::Zilla::Plugin::Git::Tag
name: '@Author::KENTNL/Git::Tag/tag_master'
version: 1.112380
version: 1.112440
-
class: Dist::Zilla::Plugin::Git::Commit
name: '@Author::KENTNL/Git::Commit'
version: 1.112380
version: 1.112440
-
class: Dist::Zilla::Plugin::Git::CommitBuild
name: '@Author::KENTNL/Git::CommitBuild'
version: 1.112380
version: 1.112440
-
class: Dist::Zilla::Plugin::Git::Tag
name: '@Author::KENTNL/Git::Tag/tag_release'
version: 1.112380
version: 1.112440
-
class: Dist::Zilla::Plugin::UploadToCPAN
name: '@Author::KENTNL/UploadToCPAN'
Expand Down
14 changes: 13 additions & 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.17
version 1.0.18

SYNOPSIS
[@Author::KENTNL]
Expand Down Expand Up @@ -65,6 +65,18 @@ NAMING SCHEME
@Author::OLIVER - Oliver Gorwits', Author Bundle.
"Dist::Zilla::PluginBundle::Author::" namespace <http://bit.ly/dIovQI> -
Oliver Gorwit's blog on the subject.
"Dist::Zilla::PluginBundle::Author::LESPEA" - Adam Lesperance's, Author
Bundle.
"Dist::Zilla::PluginBundle::Author::ALEXBIO" - Alessandro Ghedini's,
Author Bundle.
"Dist::Zilla::PluginBundle::Author::RWSTAUNER" - Randy Stauner's, Author
Bundle.
"Dist::Zilla::PluginBundle::Author::WOLVERIAN" - Ilmari Vacklin's,
Author Bundle.
"Dist::Zilla::PluginBundle::Author::YANICK" - Yanick Champoux's, Author
Bundle.
"Dist::Zilla::PluginBundle::Author::RUSSOZ" - Alexei Znamensky's, Author
Bundle.

METHODS
bundle_config
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.17';
$Dist::Zilla::MintingProfile::Author::KENTNL::VERSION = '1.0.18';
}

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

# 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.17
version 1.0.18
=head1 SYNOPSIS
Expand Down
16 changes: 14 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;
{
$Dist::Zilla::PluginBundle::Author::KENTNL::VERSION = '1.0.17';
$Dist::Zilla::PluginBundle::Author::KENTNL::VERSION = '1.0.18';
}

# ABSTRACT: BeLike::KENTNL when you build your distributions.
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.17
version 1.0.18
=head1 SYNOPSIS
Expand Down Expand Up @@ -320,6 +320,18 @@ I wish to give proper respect to the people out there already implementing this
=item L<< C<Dist::Zilla::PluginBundle::Author::> namespace |http://bit.ly/dIovQI >> - Oliver Gorwit's blog on the subject.
=item L<< C<Dist::Zilla::PluginBundle::Author::LESPEA> |Dist::Zilla::PluginBundle::Author::LESPEA >> - Adam Lesperance's, Author Bundle.
=item L<< C<Dist::Zilla::PluginBundle::Author::ALEXBIO> |Dist::Zilla::PluginBundle::Author::ALEXBIO >> - Alessandro Ghedini's, Author Bundle.
=item L<< C<Dist::Zilla::PluginBundle::Author::RWSTAUNER> |Dist::Zilla::PluginBundle::Author::RWSTAUNER >> - Randy Stauner's, Author Bundle.
=item L<< C<Dist::Zilla::PluginBundle::Author::WOLVERIAN> |Dist::Zilla::PluginBundle::Author::WOLVERIAN >> - Ilmari Vacklin's, Author Bundle.
=item L<< C<Dist::Zilla::PluginBundle::Author::YANICK> |Dist::Zilla::PluginBundle::Author::YANICK >> - Yanick Champoux's, Author Bundle.
=item L<< C<Dist::Zilla::PluginBundle::Author::RUSSOZ> |Dist::Zilla::PluginBundle::Author::RUSSOZ >> - Alexei Znamensky's, Author Bundle.
=back
=head1 METHODS
Expand Down
2 changes: 1 addition & 1 deletion perlcritic.rc
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ allow_includes = 1
[CodeLayout::ProhibitTrailingWhitespace]

[Documentation::PodSpelling]
stop_words = metadata KiokuDB KENTNL KENTNL's CPAN blogged CPANized PluginBundles CPANID's CPANID dists DPCHRIST everyones irc cpan Doherty's Gorwits namespace Gorwit's blog PluginBundle
stop_words = metadata KiokuDB KENTNL KENTNL's CPAN blogged CPANized PluginBundles CPANID's CPANID dists DPCHRIST everyones irc cpan Doherty's Gorwits namespace Gorwit's blog PluginBundle Lesperance's Ghedini's Stauner's Ilmari Vacklin's Yanick Champoux's Znamensky's

0 comments on commit 84b4387

Please sign in to comment.