Skip to content

Commit

Permalink
Build results of 7116c0f (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Aug 22, 2013
1 parent 64e341b commit 9c6bcc9
Show file tree
Hide file tree
Showing 17 changed files with 104 additions and 221 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: perl
perl:
- "5.16"
- "5.14"
- "5.18"
- "5.19"
branches:
only:
- "build/master"
- "releases"

8 changes: 3 additions & 5 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@ my %module_build_args = (
"Kent Fredric <kentnl\@cpan.org>"
],
"dist_name" => "Dist-Zilla-PluginBundle-Author-KENTNL",
"dist_version" => "1.8.0",
"dist_version" => "1.8.1",
"license" => "perl",
"module_name" => "Dist::Zilla::PluginBundle::Author::KENTNL",
"recommends" => {},
"recursive_test_files" => 1,
"requires" => {
"Carp" => 0,
"Class::Load" => "0.20",
"Dist::Zilla" => "4.300035",
"Dist::Zilla::File::FromCode" => "4.300035",
"Dist::Zilla::Plugin::Authority" => "1.006",
Expand Down Expand Up @@ -72,7 +71,7 @@ my %module_build_args = (
"Dist::Zilla::Plugin::ReportVersions::Tiny" => "1.09",
"Dist::Zilla::Plugin::Test::CPAN::Changes" => "0.008",
"Dist::Zilla::Plugin::Test::Compile" => "2.018",
"Dist::Zilla::Plugin::Test::Kwalitee" => "2.03",
"Dist::Zilla::Plugin::Test::Kwalitee" => "2.06",
"Dist::Zilla::Plugin::Test::MinimumVersion" => "2.000005",
"Dist::Zilla::Plugin::Test::Perl::Critic" => "2.112410",
"Dist::Zilla::Plugin::TestRelease" => "4.300035",
Expand All @@ -85,7 +84,6 @@ my %module_build_args = (
"IO::Socket::SSL" => "1.953",
"LWP::Protocol::https" => "6.04",
"Moose" => "2.1005",
"Moose::Autobox" => "0.13",
"MooseX::Has::Sugar" => "0.05070421",
"MooseX::Types" => "0.36",
"Net::SSLeay" => "1.55",
Expand All @@ -101,7 +99,7 @@ my %module_build_args = (
"namespace::autoclean" => "0.13",
"perl" => "v5.10.0",
"strict" => 0,
"version" => "0.9902",
"version" => "0.9903",
"warnings" => 0
},
"script_files" => [],
Expand Down
26 changes: 26 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
Revision history for Dist-Zilla-PluginBundle-Author-KENTNL

1.8.1 2013-08-22T16:56:50Z
[Bug Fixes]
- stop dropping travis.yml files
- stop being dependent on specific contents for develop_requires
- stop loading modules, Dzil does that for us, and doing so inhibits
modules that reverse-engineer bundles
- stop using autobox, its slow and inhibits us from dropping Moose

[Dependencies::Added / develop requires]
- Test::Kwalitee 1.13

[Dependencies::Changed / develop requires]
- Test::CPAN::Changes 0.22 → 0.23
- version 0.9902 → 0.9903

[Dependencies::Changed / develop suggests]
- Dist::Zilla::PluginBundle::Author::KENTNL v1.8.0 → v1.8.1

[Dependencies::Changed / runtime requires]
- Dist::Zilla::Plugin::Test::Kwalitee 2.03 → 2.06
- version 0.9902 → 0.9903

[Dependencies::Removed / runtime requires]
- Class::Load 0.20
- Moose::Autobox 0.13

1.8.0 2013-08-08T00:57:13Z
[!Major]
- The way dependencies are declared for this module are aggressively
Expand Down
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.perltidyrc
.travis.yml
Build.PL
Changes
LICENSE
Expand Down
36 changes: 17 additions & 19 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@
"requires" : {
"Dist::Zilla::PluginBundle::Author::KENTNL::Lite" : "0",
"Pod::Coverage::TrustPod" : "0.100002",
"Test::CPAN::Changes" : "0.22",
"Test::CPAN::Changes" : "0.23",
"Test::CPAN::Meta" : "0.23",
"Test::Kwalitee" : "1.13",
"Test::Pod" : "1.48",
"Test::Pod::Coverage" : "1.08",
"version" : "0.9902"
"version" : "0.9903"
},
"suggests" : {
"Dist::Zilla::PluginBundle::Author::KENTNL" : "v1.8.0"
"Dist::Zilla::PluginBundle::Author::KENTNL" : "v1.8.1"
}
},
"runtime" : {
"requires" : {
"Carp" : "0",
"Class::Load" : "0.20",
"Dist::Zilla" : "4.300035",
"Dist::Zilla::File::FromCode" : "4.300035",
"Dist::Zilla::Plugin::Authority" : "1.006",
Expand Down Expand Up @@ -92,7 +92,7 @@
"Dist::Zilla::Plugin::ReportVersions::Tiny" : "1.09",
"Dist::Zilla::Plugin::Test::CPAN::Changes" : "0.008",
"Dist::Zilla::Plugin::Test::Compile" : "2.018",
"Dist::Zilla::Plugin::Test::Kwalitee" : "2.03",
"Dist::Zilla::Plugin::Test::Kwalitee" : "2.06",
"Dist::Zilla::Plugin::Test::MinimumVersion" : "2.000005",
"Dist::Zilla::Plugin::Test::Perl::Critic" : "2.112410",
"Dist::Zilla::Plugin::TestRelease" : "4.300035",
Expand All @@ -105,7 +105,6 @@
"IO::Socket::SSL" : "1.953",
"LWP::Protocol::https" : "6.04",
"Moose" : "2.1005",
"Moose::Autobox" : "0.13",
"MooseX::Has::Sugar" : "0.05070421",
"MooseX::Types" : "0.36",
"Net::SSLeay" : "1.55",
Expand All @@ -121,7 +120,7 @@
"namespace::autoclean" : "0.13",
"perl" : "v5.10.0",
"strict" : "0",
"version" : "0.9902",
"version" : "0.9903",
"warnings" : "0"
}
},
Expand All @@ -145,19 +144,19 @@
"provides" : {
"Dist::Zilla::MintingProfile::Author::KENTNL" : {
"file" : "lib/Dist/Zilla/MintingProfile/Author/KENTNL.pm",
"version" : "v1.8.0"
"version" : "v1.8.1"
},
"Dist::Zilla::Plugin::Author::KENTNL::DistINI" : {
"file" : "lib/Dist/Zilla/Plugin/Author/KENTNL/DistINI.pm",
"version" : "v1.8.0"
"version" : "v1.8.1"
},
"Dist::Zilla::Plugin::Author::KENTNL::MinimumPerl" : {
"file" : "lib/Dist/Zilla/Plugin/Author/KENTNL/MinimumPerl.pm",
"version" : "v1.8.0"
"version" : "v1.8.1"
},
"Dist::Zilla::PluginBundle::Author::KENTNL" : {
"file" : "lib/Dist/Zilla/PluginBundle/Author/KENTNL.pm",
"version" : "v1.8.0"
"version" : "v1.8.1"
}
},
"release_status" : "stable",
Expand All @@ -172,12 +171,11 @@
"web" : "https://github.com/kentfredric/Dist-Zilla-PluginBundle-Author-KENTNL"
}
},
"version" : "1.8.0",
"version" : "1.8.1",
"x_BuiltWith" : {
"modules" : {
"Capture::Tiny" : "0.22",
"Carp" : "1.29",
"Class::Load" : "0.20",
"Dist::Zilla" : "4.300035",
"Dist::Zilla::File::FromCode" : "4.300035",
"Dist::Zilla::Plugin::Authority" : "1.007",
Expand All @@ -186,7 +184,7 @@
"Dist::Zilla::Plugin::MetaProvides" : "1.14000001",
"Dist::Zilla::Plugin::MinimumPerl" : "1.003",
"Dist::Zilla::Plugin::PerlTidy" : "0.13",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "1.8.0",
"Dist::Zilla::PluginBundle::Author::KENTNL" : "1.8.1",
"Dist::Zilla::PluginBundle::Author::KENTNL::Lite" : "NA(possibly not installed)",
"Dist::Zilla::Role::FileGatherer" : "4.300035",
"Dist::Zilla::Role::MintingProfile::ShareDir" : "4.300035",
Expand All @@ -200,7 +198,6 @@
"LWP::Protocol::https" : "6.04",
"Module::Build" : "0.4007",
"Moose" : "2.1005",
"Moose::Autobox" : "0.13",
"MooseX::Has::Sugar" : "0.05070421",
"MooseX::Types" : "0.36",
"Net::SSLeay" : "1.55",
Expand All @@ -209,12 +206,13 @@
"Pod::Coverage::TrustPod" : "0.100002",
"Pod::Weaver::Plugin::Encoding" : "0.01",
"String::Formatter" : "0.102082",
"Test::CPAN::Changes" : "0.22",
"Test::CPAN::Changes" : "0.23",
"Test::CPAN::Meta" : "0.23",
"Test::DZil" : "4.300035",
"Test::EOL" : "1.5",
"Test::Fatal" : "0.010",
"Test::File::ShareDir" : "0.3.3",
"Test::Kwalitee" : "1.13",
"Test::More" : "0.98",
"Test::Output" : "1.02",
"Test::Perl::Critic" : "1.02",
Expand All @@ -224,7 +222,7 @@
"namespace::autoclean" : "0.13",
"perl" : "NA(skipped: perl)",
"strict" : "1.07",
"version" : "0.9902",
"version" : "0.9903",
"warnings" : "1.18"
},
"perl" : {
Expand Down Expand Up @@ -339,7 +337,7 @@
{
"class" : "Dist::Zilla::Plugin::Test::Kwalitee",
"name" : "@Author::KENTNL/Test::Kwalitee",
"version" : "2.03"
"version" : "2.06"
},
{
"class" : "Dist::Zilla::Plugin::EOLTests",
Expand Down Expand Up @@ -437,7 +435,7 @@
{
"class" : "Dist::Zilla::Plugin::Author::KENTNL::MinimumPerl",
"name" : "@Author::KENTNL/Author::KENTNL::MinimumPerl",
"version" : "1.8.0"
"version" : "1.8.1"
},
{
"class" : "Dist::Zilla::Plugin::Authority",
Expand Down
29 changes: 13 additions & 16 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,18 @@ name: Dist-Zilla-PluginBundle-Author-KENTNL
provides:
Dist::Zilla::MintingProfile::Author::KENTNL:
file: lib/Dist/Zilla/MintingProfile/Author/KENTNL.pm
version: v1.8.0
version: v1.8.1
Dist::Zilla::Plugin::Author::KENTNL::DistINI:
file: lib/Dist/Zilla/Plugin/Author/KENTNL/DistINI.pm
version: v1.8.0
version: v1.8.1
Dist::Zilla::Plugin::Author::KENTNL::MinimumPerl:
file: lib/Dist/Zilla/Plugin/Author/KENTNL/MinimumPerl.pm
version: v1.8.0
version: v1.8.1
Dist::Zilla::PluginBundle::Author::KENTNL:
file: lib/Dist/Zilla/PluginBundle/Author/KENTNL.pm
version: v1.8.0
version: v1.8.1
requires:
Carp: 0
Class::Load: 0.20
Dist::Zilla: 4.300035
Dist::Zilla::File::FromCode: 4.300035
Dist::Zilla::Plugin::Authority: 1.006
Expand Down Expand Up @@ -88,7 +87,7 @@ requires:
Dist::Zilla::Plugin::ReportVersions::Tiny: 1.09
Dist::Zilla::Plugin::Test::CPAN::Changes: 0.008
Dist::Zilla::Plugin::Test::Compile: 2.018
Dist::Zilla::Plugin::Test::Kwalitee: 2.03
Dist::Zilla::Plugin::Test::Kwalitee: 2.06
Dist::Zilla::Plugin::Test::MinimumVersion: 2.000005
Dist::Zilla::Plugin::Test::Perl::Critic: 2.112410
Dist::Zilla::Plugin::TestRelease: 4.300035
Expand All @@ -101,7 +100,6 @@ requires:
IO::Socket::SSL: 1.953
LWP::Protocol::https: 6.04
Moose: 2.1005
Moose::Autobox: 0.13
MooseX::Has::Sugar: 0.05070421
MooseX::Types: 0.36
Net::SSLeay: 1.55
Expand All @@ -117,18 +115,17 @@ requires:
namespace::autoclean: 0.13
perl: v5.10.0
strict: 0
version: 0.9902
version: 0.9903
warnings: 0
resources:
bugtracker: https://github.com/kentfredric/Dist-Zilla-PluginBundle-Author-KENTNL/issues
homepage: https://github.com/kentfredric/Dist-Zilla-PluginBundle-Author-KENTNL
repository: https://github.com/kentfredric/Dist-Zilla-PluginBundle-Author-KENTNL.git
version: 1.8.0
version: 1.8.1
x_BuiltWith:
modules:
Capture::Tiny: 0.22
Carp: 1.29
Class::Load: 0.20
Dist::Zilla: 4.300035
Dist::Zilla::File::FromCode: 4.300035
Dist::Zilla::Plugin::Authority: 1.007
Expand All @@ -137,7 +134,7 @@ x_BuiltWith:
Dist::Zilla::Plugin::MetaProvides: 1.14000001
Dist::Zilla::Plugin::MinimumPerl: 1.003
Dist::Zilla::Plugin::PerlTidy: 0.13
Dist::Zilla::PluginBundle::Author::KENTNL: 1.8.0
Dist::Zilla::PluginBundle::Author::KENTNL: 1.8.1
Dist::Zilla::PluginBundle::Author::KENTNL::Lite: 'NA(possibly not installed)'
Dist::Zilla::Role::FileGatherer: 4.300035
Dist::Zilla::Role::MintingProfile::ShareDir: 4.300035
Expand All @@ -151,7 +148,6 @@ x_BuiltWith:
LWP::Protocol::https: 6.04
Module::Build: 0.4007
Moose: 2.1005
Moose::Autobox: 0.13
MooseX::Has::Sugar: 0.05070421
MooseX::Types: 0.36
Net::SSLeay: 1.55
Expand All @@ -160,12 +156,13 @@ x_BuiltWith:
Pod::Coverage::TrustPod: 0.100002
Pod::Weaver::Plugin::Encoding: 0.01
String::Formatter: 0.102082
Test::CPAN::Changes: 0.22
Test::CPAN::Changes: 0.23
Test::CPAN::Meta: 0.23
Test::DZil: 4.300035
Test::EOL: 1.5
Test::Fatal: 0.010
Test::File::ShareDir: 0.3.3
Test::Kwalitee: 1.13
Test::More: 0.98
Test::Output: 1.02
Test::Perl::Critic: 1.02
Expand All @@ -175,7 +172,7 @@ x_BuiltWith:
namespace::autoclean: 0.13
perl: 'NA(skipped: perl)'
strict: 1.07
version: 0.9902
version: 0.9903
warnings: 1.18
perl:
original: v5.18.0
Expand Down Expand Up @@ -266,7 +263,7 @@ x_Dist_Zilla:
-
class: Dist::Zilla::Plugin::Test::Kwalitee
name: '@Author::KENTNL/Test::Kwalitee'
version: 2.03
version: 2.06
-
class: Dist::Zilla::Plugin::EOLTests
name: '@Author::KENTNL/EOLTests'
Expand Down Expand Up @@ -340,7 +337,7 @@ x_Dist_Zilla:
-
class: Dist::Zilla::Plugin::Author::KENTNL::MinimumPerl
name: '@Author::KENTNL/Author::KENTNL::MinimumPerl'
version: 1.8.0
version: 1.8.1
-
class: Dist::Zilla::Plugin::Authority
name: '@Author::KENTNL/Authority'
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.8.0
version 1.8.1

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 @@ -6,7 +6,7 @@ BEGIN {
$Dist::Zilla::MintingProfile::Author::KENTNL::AUTHORITY = 'cpan:KENTNL';
}
{
$Dist::Zilla::MintingProfile::Author::KENTNL::VERSION = '1.8.0';
$Dist::Zilla::MintingProfile::Author::KENTNL::VERSION = '1.8.1';
}

# ABSTRACT: KENTNL's Minting Profile
Expand All @@ -33,7 +33,7 @@ Dist::Zilla::MintingProfile::Author::KENTNL - KENTNL's Minting Profile
=head1 VERSION
version 1.8.0
version 1.8.1
=head1 SYNOPSIS
Expand Down
Loading

0 comments on commit 9c6bcc9

Please sign in to comment.