Skip to content

Commit

Permalink
Build results of 200e2ec (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Nov 4, 2010
2 parents 38e8a96 + 200e2ec commit 9294308
Show file tree
Hide file tree
Showing 14 changed files with 117 additions and 232 deletions.
12 changes: 4 additions & 8 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@ use Module::Build 0.3601;

my %module_build_args = (
'build_requires' => {
'Dist::Zilla::Tester' => '0',
'Dist::Zilla::Util::Test::KENTNL' => '0.01000004',
'English' => '0',
'File::Find' => '0',
'File::Temp' => '0',
'Module::Build' => '0.3601',
'Params::Util' => '0',
'Sub::Exporter' => '0',
'Test::Fatal' => '0',
'Test::More' => '0.88',
'Try::Tiny' => '0'
'Test::More' => '0.88'
},
'configure_requires' => {
'Module::Build' => '0.3601'
Expand All @@ -26,15 +23,14 @@ my %module_build_args = (
'Kent Fredric <kentnl@cpan.org>'
],
'dist_name' => 'Dist-Zilla-Plugin-MetaProvides',
'dist_version' => '1.11044405',
'dist_version' => '1.12044518',
'license' => 'perl',
'module_name' => 'Dist::Zilla::Plugin::MetaProvides',
'recommends' => {},
'recursive_test_files' => 1,
'requires' => {
'Carp' => '0',
'Dist::Zilla::Role::MetaProvider' => '0',
'Hash::Merge::Simple' => '0',
'Dist::Zilla::Util::EmulatePhase' => '0.01000101',
'Moose' => '0',
'Moose::Role' => '0',
'MooseX::Types' => '0',
Expand Down
10 changes: 10 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
Revision history for Dist-Zilla-Plugin-MetaProvides

1.12044518 2010-11-04 19:32:54 Pacific/Auckland
Spliced Test deps into its own module.
Shipped work behind _try_regen_metadata to Dist::Zilla::Util::EmulatePhase
meta_noindex is now *ON* by default. This behavioural change is reason for Bumping the minor to 12.
Rationale:
If you're using MetaNoIndex and this module, then you want things to get skipped.
With provides =>, cpan won't do any indexing itself, so no_index in the data does nothing.
So, this module brings that power back to life by implementing it manually.
Add thanks while I remember.

1.11044405 2010-11-03 06:04:51 Pacific/Auckland
Drop silly extra depends that sneaked in. It was hobbitses, and they are pesky.

Expand Down
1 change: 0 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ t/000-report-versions-tiny.t
t/01-MetaProvider-Provider.t
t/author-critic.t
t/lib/Dist/Zilla/Plugin/FakePlugin.pm
t/lib/TZil.pm
t/release-distmeta.t
t/release-eol.t
t/release-kwalitee.t
Expand Down
44 changes: 28 additions & 16 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,8 @@
},
"runtime" : {
"requires" : {
"Carp" : 0,
"Dist::Zilla::Role::MetaProvider" : 0,
"Hash::Merge::Simple" : 0,
"Dist::Zilla::Util::EmulatePhase" : "0.01000101",
"Moose" : 0,
"Moose::Role" : 0,
"MooseX::Types" : 0,
Expand All @@ -49,34 +48,31 @@
},
"test" : {
"requires" : {
"Dist::Zilla::Tester" : 0,
"Dist::Zilla::Util::Test::KENTNL" : "0.01000004",
"English" : 0,
"File::Find" : 0,
"File::Temp" : 0,
"Params::Util" : 0,
"Sub::Exporter" : 0,
"Test::Fatal" : 0,
"Test::More" : "0.88",
"Try::Tiny" : 0
"Test::More" : "0.88"
}
}
},
"provides" : {
"Dist::Zilla::MetaProvides::ProvideRecord" : {
"file" : "lib/Dist/Zilla/MetaProvides/ProvideRecord.pm",
"version" : "1.11044405"
"version" : "1.12044518"
},
"Dist::Zilla::MetaProvides::Types" : {
"file" : "lib/Dist/Zilla/MetaProvides/Types.pm",
"version" : "1.11044405"
"version" : "1.12044518"
},
"Dist::Zilla::Plugin::MetaProvides" : {
"file" : "lib/Dist/Zilla/Plugin/MetaProvides.pm",
"version" : "1.11044405"
"version" : "1.12044518"
},
"Dist::Zilla::Role::MetaProvider::Provider" : {
"file" : "lib/Dist/Zilla/Role/MetaProvider/Provider.pm",
"version" : "1.11044405"
"version" : "1.12044518"
}
},
"release_status" : "stable",
Expand All @@ -88,9 +84,25 @@
"web" : "http://github.com/kentfredric/dist-zilla-plugin-metaprovides/tree"
}
},
"version" : "1.11044405",
"version" : "1.12044518",
"x_BuiltWith" : {
"modules" : {},
"modules" : {
"Dist::Zilla::PluginBundle::KENTNL" : "0.01017122",
"Dist::Zilla::PluginBundle::KENTNL::Lite" : "0.01000002",
"Dist::Zilla::Role::MetaProvider" : "4.102342",
"Dist::Zilla::Util::EmulatePhase" : "0.01000101",
"Dist::Zilla::Util::Test::KENTNL" : "0.01000011",
"File::Find" : "1.15",
"File::Temp" : "0.22",
"Module::Build" : "0.3607",
"Moose" : "1.17",
"Moose::Role" : "1.17",
"MooseX::Types" : "0.24",
"MooseX::Types::Moose" : "0.24",
"Test::Fatal" : "0.003",
"Test::More" : "0.96",
"namespace::autoclean" : "0.11"
},
"perl" : "5.012002",
"platform" : "linux",
"uname" : "Linux 2.6.36-gentoo x86_64 GenuineIntel GNU/Linux\n"
Expand All @@ -103,7 +115,7 @@
"Dist::Zilla::Plugin::AutoVersion::Relative" : {
"format" : "{{ sprintf('%d.%02d%04d%02d', $major, $minor, days, hours) }}",
"major" : "1",
"minor" : "11",
"minor" : "12",
"relative_to" : {
"day" : "24",
"hour" : "0",
Expand Down Expand Up @@ -156,7 +168,7 @@
{
"class" : "Dist::Zilla::Plugin::MetaProvides::Package",
"name" : "@KENTNL/MetaProvides::Package",
"version" : "1.11034304"
"version" : "1.11044404"
},
{
"class" : "Dist::Zilla::Plugin::MetaJSON",
Expand Down Expand Up @@ -245,7 +257,7 @@
}
},
"name" : "@KENTNL/MetaData::BuiltWith",
"version" : "0.01005122"
"version" : "0.01014716"
},
{
"class" : "Dist::Zilla::Plugin::CompileTests",
Expand Down
41 changes: 26 additions & 15 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ abstract: "Generating and Populating 'provides' in your META.yml"
author:
- 'Kent Fredric <kentnl@cpan.org>'
build_requires:
Dist::Zilla::Tester: 0
Dist::Zilla::Util::Test::KENTNL: 0.01000004
English: 0
File::Find: 0
File::Temp: 0
Module::Build: 0.3601
Params::Util: 0
Sub::Exporter: 0
Test::Fatal: 0
Test::More: 0.88
Try::Tiny: 0
configure_requires:
Module::Build: 0.3601
dynamic_config: 0
Expand All @@ -25,20 +22,19 @@ name: Dist-Zilla-Plugin-MetaProvides
provides:
Dist::Zilla::MetaProvides::ProvideRecord:
file: lib/Dist/Zilla/MetaProvides/ProvideRecord.pm
version: 1.11044405
version: 1.12044518
Dist::Zilla::MetaProvides::Types:
file: lib/Dist/Zilla/MetaProvides/Types.pm
version: 1.11044405
version: 1.12044518
Dist::Zilla::Plugin::MetaProvides:
file: lib/Dist/Zilla/Plugin/MetaProvides.pm
version: 1.11044405
version: 1.12044518
Dist::Zilla::Role::MetaProvider::Provider:
file: lib/Dist/Zilla/Role/MetaProvider/Provider.pm
version: 1.11044405
version: 1.12044518
requires:
Carp: 0
Dist::Zilla::Role::MetaProvider: 0
Hash::Merge::Simple: 0
Dist::Zilla::Util::EmulatePhase: 0.01000101
Moose: 0
Moose::Role: 0
MooseX::Types: 0
Expand All @@ -47,9 +43,24 @@ requires:
resources:
homepage: http://github.com/kentfredric/dist-zilla-plugin-metaprovides/tree
repository: git://github.com/kentfredric/dist-zilla-plugin-metaprovides.git
version: 1.11044405
version: 1.12044518
x_BuiltWith:
modules: {}
modules:
Dist::Zilla::PluginBundle::KENTNL: 0.01017122
Dist::Zilla::PluginBundle::KENTNL::Lite: 0.01000002
Dist::Zilla::Role::MetaProvider: 4.102342
Dist::Zilla::Util::EmulatePhase: 0.01000101
Dist::Zilla::Util::Test::KENTNL: 0.01000011
File::Find: 1.15
File::Temp: 0.22
Module::Build: 0.3607
Moose: 1.17
Moose::Role: 1.17
MooseX::Types: 0.24
MooseX::Types::Moose: 0.24
Test::Fatal: 0.003
Test::More: 0.96
namespace::autoclean: 0.11
perl: 5.012002
platform: linux
uname: "Linux 2.6.36-gentoo x86_64 GenuineIntel GNU/Linux\n"
Expand All @@ -61,7 +72,7 @@ x_Dist_Zilla:
Dist::Zilla::Plugin::AutoVersion::Relative:
format: "{{ sprintf('%d.%02d%04d%02d', $major, $minor, days, hours) }}"
major: 1
minor: 11
minor: 12
relative_to:
day: 24
hour: 0
Expand Down Expand Up @@ -103,7 +114,7 @@ x_Dist_Zilla:
-
class: Dist::Zilla::Plugin::MetaProvides::Package
name: '@KENTNL/MetaProvides::Package'
version: 1.11034304
version: 1.11044404
-
class: Dist::Zilla::Plugin::MetaJSON
name: '@KENTNL/MetaJSON'
Expand Down Expand Up @@ -171,7 +182,7 @@ x_Dist_Zilla:
- '-i'
uname_call: uname
name: '@KENTNL/MetaData::BuiltWith'
version: 0.01005122
version: 0.01014716
-
class: Dist::Zilla::Plugin::CompileTests
name: '@KENTNL/CompileTests'
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
in your META.yml

VERSION
version 1.11044405
version 1.12044518

SYNOPSIS
In your projects dist.ini
Expand Down
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ main_module = lib/Dist/Zilla/Plugin/MetaProvides.pm

[@KENTNL]
version_major = 1
version_minor = 11
version_minor = 12
version_rel_year = 2009
version_rel_month = 8
version_rel_day = 24
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/MetaProvides/ProvideRecord.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use warnings;

package Dist::Zilla::MetaProvides::ProvideRecord;
BEGIN {
$Dist::Zilla::MetaProvides::ProvideRecord::VERSION = '1.11044405';
$Dist::Zilla::MetaProvides::ProvideRecord::VERSION = '1.12044518';
}

# ABSTRACT: Data Management Record for MetaProvider::Provides Based Class
Expand Down Expand Up @@ -49,7 +49,7 @@ Dist::Zilla::MetaProvides::ProvideRecord - Data Management Record for MetaProvid
=head1 VERSION
version 1.11044405
version 1.12044518
=head1 ATTRIBUTES
Expand Down
5 changes: 3 additions & 2 deletions lib/Dist/Zilla/MetaProvides/Types.pm
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
use strict;
use warnings;

package Dist::Zilla::MetaProvides::Types;
BEGIN {
$Dist::Zilla::MetaProvides::Types::VERSION = '1.11044405';
$Dist::Zilla::MetaProvides::Types::VERSION = '1.12044518';
}

# ABSTRACT: Utility Types for the MetaProvides Plugin
Expand Down Expand Up @@ -31,7 +32,7 @@ Dist::Zilla::MetaProvides::Types - Utility Types for the MetaProvides Plugin
=head1 VERSION
version 1.11044405
version 1.12044518
=head1 SUBTYPES
Expand Down
5 changes: 3 additions & 2 deletions lib/Dist/Zilla/Plugin/MetaProvides.pm
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
use strict;
use warnings;

package Dist::Zilla::Plugin::MetaProvides;
BEGIN {
$Dist::Zilla::Plugin::MetaProvides::VERSION = '1.11044405';
$Dist::Zilla::Plugin::MetaProvides::VERSION = '1.12044518';
}

# ABSTRACT: Generating and Populating 'provides' in your META.yml
Expand All @@ -19,7 +20,7 @@ Dist::Zilla::Plugin::MetaProvides - Generating and Populating 'provides' in your
=head1 VERSION
version 1.11044405
version 1.12044518
=head1 SYNOPSIS
Expand Down
Loading

0 comments on commit 9294308

Please sign in to comment.