Skip to content

Commit

Permalink
Build results of d3cccac (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Nov 6, 2010
2 parents 9294308 + d3cccac commit 95afac7
Show file tree
Hide file tree
Showing 15 changed files with 344 additions and 155 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ my %module_build_args = (
'Kent Fredric <kentnl@cpan.org>'
],
'dist_name' => 'Dist-Zilla-Plugin-MetaProvides',
'dist_version' => '1.12044518',
'dist_version' => '1.12044803',
'license' => 'perl',
'module_name' => 'Dist::Zilla::Plugin::MetaProvides',
'recommends' => {},
Expand Down
6 changes: 6 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Revision history for Dist-Zilla-Plugin-MetaProvides

1.12044803 2010-11-07 04:26:58 Pacific/Auckland
Build ourself using MetaNoIndex to hide corpus/ crap.
Add MetaNoIndex to suggest lists.
Fix tests not to fail when there is no MetaNoIndex.
PerlTidy allover.

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
Expand Down
69 changes: 61 additions & 8 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
"version" : "2"
},
"name" : "Dist-Zilla-Plugin-MetaProvides",
"no_index" : {
"directory" : [
"corpus",
"t/lib"
]
},
"prereqs" : {
"build" : {
"requires" : {
Expand All @@ -29,6 +35,8 @@
"Dist::Zilla::PluginBundle::KENTNL::Lite" : "0.01009803"
},
"requires" : {
"Dist::Zilla::Plugin::Bootstrap::lib" : 0,
"Dist::Zilla::Plugin::MetaNoIndex" : 0,
"Dist::Zilla::PluginBundle::KENTNL::Lite" : 0
},
"suggests" : {
Expand All @@ -44,6 +52,9 @@
"MooseX::Types" : 0,
"MooseX::Types::Moose" : 0,
"namespace::autoclean" : 0
},
"suggests" : {
"Dist::Zilla::Plugin::MetaNoIndex" : 0
}
},
"test" : {
Expand All @@ -54,25 +65,28 @@
"File::Temp" : 0,
"Test::Fatal" : 0,
"Test::More" : "0.88"
},
"suggests" : {
"Dist::Zilla::Plugin::MetaNoIndex" : 0
}
}
},
"provides" : {
"Dist::Zilla::MetaProvides::ProvideRecord" : {
"file" : "lib/Dist/Zilla/MetaProvides/ProvideRecord.pm",
"version" : "1.12044518"
"version" : "1.12044803"
},
"Dist::Zilla::MetaProvides::Types" : {
"file" : "lib/Dist/Zilla/MetaProvides/Types.pm",
"version" : "1.12044518"
"version" : "1.12044803"
},
"Dist::Zilla::Plugin::MetaProvides" : {
"file" : "lib/Dist/Zilla/Plugin/MetaProvides.pm",
"version" : "1.12044518"
"version" : "1.12044803"
},
"Dist::Zilla::Role::MetaProvider::Provider" : {
"file" : "lib/Dist/Zilla/Role/MetaProvider/Provider.pm",
"version" : "1.12044518"
"version" : "1.12044803"
}
},
"release_status" : "stable",
Expand All @@ -84,15 +98,16 @@
"web" : "http://github.com/kentfredric/dist-zilla-plugin-metaprovides/tree"
}
},
"version" : "1.12044518",
"version" : "1.12044803",
"x_BuiltWith" : {
"modules" : {
"Dist::Zilla::PluginBundle::KENTNL" : "0.01017122",
"Dist::Zilla::Plugin::Bootstrap::lib" : "0.01000003",
"Dist::Zilla::Plugin::MetaNoIndex" : "1.101550",
"Dist::Zilla::PluginBundle::KENTNL" : "0.01017322",
"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",
Expand Down Expand Up @@ -262,7 +277,7 @@
{
"class" : "Dist::Zilla::Plugin::CompileTests",
"name" : "@KENTNL/CompileTests",
"version" : "1.101800"
"version" : "1.103030"
},
{
"class" : "Dist::Zilla::Plugin::CriticTests",
Expand Down Expand Up @@ -381,6 +396,44 @@
"name" : "TestRequires",
"version" : "4.102342"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
"config" : {
"Dist::Zilla::Plugin::Prereqs" : {
"phase" : "runtime",
"type" : "suggests"
}
},
"name" : "RuntimeSuggests",
"version" : "4.102342"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
"config" : {
"Dist::Zilla::Plugin::Prereqs" : {
"phase" : "test",
"type" : "suggests"
}
},
"name" : "TestSuggests",
"version" : "4.102342"
},
{
"class" : "Dist::Zilla::Plugin::Prereqs",
"config" : {
"Dist::Zilla::Plugin::Prereqs" : {
"phase" : "develop",
"type" : "requires"
}
},
"name" : "DevelopRequires",
"version" : "4.102342"
},
{
"class" : "Dist::Zilla::Plugin::MetaNoIndex",
"name" : "MetaNoIndex",
"version" : "1.101550"
},
{
"class" : "Dist::Zilla::Plugin::FinderCode",
"name" : ":InstallModules",
Expand Down
49 changes: 41 additions & 8 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,23 @@ meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
name: Dist-Zilla-Plugin-MetaProvides
no_index:
directory:
- corpus
- t/lib
provides:
Dist::Zilla::MetaProvides::ProvideRecord:
file: lib/Dist/Zilla/MetaProvides/ProvideRecord.pm
version: 1.12044518
version: 1.12044803
Dist::Zilla::MetaProvides::Types:
file: lib/Dist/Zilla/MetaProvides/Types.pm
version: 1.12044518
version: 1.12044803
Dist::Zilla::Plugin::MetaProvides:
file: lib/Dist/Zilla/Plugin/MetaProvides.pm
version: 1.12044518
version: 1.12044803
Dist::Zilla::Role::MetaProvider::Provider:
file: lib/Dist/Zilla/Role/MetaProvider/Provider.pm
version: 1.12044518
version: 1.12044803
requires:
Dist::Zilla::Role::MetaProvider: 0
Dist::Zilla::Util::EmulatePhase: 0.01000101
Expand All @@ -43,15 +47,16 @@ requires:
resources:
homepage: http://github.com/kentfredric/dist-zilla-plugin-metaprovides/tree
repository: git://github.com/kentfredric/dist-zilla-plugin-metaprovides.git
version: 1.12044518
version: 1.12044803
x_BuiltWith:
modules:
Dist::Zilla::PluginBundle::KENTNL: 0.01017122
Dist::Zilla::Plugin::Bootstrap::lib: 0.01000003
Dist::Zilla::Plugin::MetaNoIndex: 1.101550
Dist::Zilla::PluginBundle::KENTNL: 0.01017322
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
Expand Down Expand Up @@ -186,7 +191,7 @@ x_Dist_Zilla:
-
class: Dist::Zilla::Plugin::CompileTests
name: '@KENTNL/CompileTests'
version: 1.101800
version: 1.103030
-
class: Dist::Zilla::Plugin::CriticTests
name: '@KENTNL/CriticTests'
Expand Down Expand Up @@ -279,6 +284,34 @@ x_Dist_Zilla:
type: requires
name: TestRequires
version: 4.102342
-
class: Dist::Zilla::Plugin::Prereqs
config:
Dist::Zilla::Plugin::Prereqs:
phase: runtime
type: suggests
name: RuntimeSuggests
version: 4.102342
-
class: Dist::Zilla::Plugin::Prereqs
config:
Dist::Zilla::Plugin::Prereqs:
phase: test
type: suggests
name: TestSuggests
version: 4.102342
-
class: Dist::Zilla::Plugin::Prereqs
config:
Dist::Zilla::Plugin::Prereqs:
phase: develop
type: requires
name: DevelopRequires
version: 4.102342
-
class: Dist::Zilla::Plugin::MetaNoIndex
name: MetaNoIndex
version: 1.101550
-
class: Dist::Zilla::Plugin::FinderCode
name: ':InstallModules'
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.12044518
version 1.12044803

SYNOPSIS
In your projects dist.ini
Expand Down
1 change: 1 addition & 0 deletions corpus/dist/DZT/lib/DZT/Sample.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
use strict;
use warnings;

package DZT::Sample;

sub return_arrayref_of_values_passed {
Expand Down
4 changes: 2 additions & 2 deletions corpus/dist/DZT/t/basic.t
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ use Test::More 0.88;
use DZT::Sample;

is_deeply(
DZT::Sample->return_arrayref_of_values_passed(1, [ 2 ], { 3 => 4 }),
[ 1, [ 2 ], { 3 => 4 } ],
DZT::Sample->return_arrayref_of_values_passed( 1, [2], { 3 => 4 } ),
[ 1, [2], { 3 => 4 } ],
"we do what we say on the tin",
);

Expand Down
15 changes: 15 additions & 0 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ main_module = lib/Dist/Zilla/Plugin/MetaProvides.pm

[Bootstrap::lib]



[@KENTNL]
version_major = 1
version_minor = 12
Expand Down Expand Up @@ -38,3 +40,16 @@ twitter_hash_tags = #perl #cpan
;File::Find::Rule = 0.30
;File::Find::Rule::Perl = 1.09

[Prereqs / RuntimeSuggests]
Dist::Zilla::Plugin::MetaNoIndex = 0

[Prereqs / TestSuggests]
Dist::Zilla::Plugin::MetaNoIndex = 0

[Prereqs / DevelopRequires]
Dist::Zilla::Plugin::MetaNoIndex = 0
Dist::Zilla::Plugin::Bootstrap::lib = 0

[MetaNoIndex]
directory = corpus
directory = t/lib
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.12044518';
$Dist::Zilla::MetaProvides::ProvideRecord::VERSION = '1.12044803';
}

# 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.12044518
version 1.12044803
=head1 ATTRIBUTES
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/MetaProvides/Types.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use warnings;

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

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

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

# ABSTRACT: Generating and Populating 'provides' in your META.yml
Expand All @@ -20,7 +20,7 @@ Dist::Zilla::Plugin::MetaProvides - Generating and Populating 'provides' in your
=head1 VERSION
version 1.12044518
version 1.12044803
=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Dist/Zilla/Role/MetaProvider/Provider.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use warnings;

package Dist::Zilla::Role::MetaProvider::Provider;
BEGIN {
$Dist::Zilla::Role::MetaProvider::Provider::VERSION = '1.12044518';
$Dist::Zilla::Role::MetaProvider::Provider::VERSION = '1.12044803';
}

# ABSTRACT: A Role for Metadata providers specific to the 'provider' key.
Expand Down Expand Up @@ -134,7 +134,7 @@ Dist::Zilla::Role::MetaProvider::Provider - A Role for Metadata providers specif
=head1 VERSION
version 1.12044518
version 1.12044803
=head1 PERFORMS ROLES
Expand Down
3 changes: 3 additions & 0 deletions t/00-compile.t
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ use strict;
use warnings;

use Test::More;



use File::Find;
use File::Temp qw{ tempdir };

Expand Down
2 changes: 2 additions & 0 deletions t/000-report-versions-tiny.t
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ sub pmver {
return sprintf('%-40s => %-10s%-15s%s', $module, $pmver, $wanted, "\n");
}

eval { $v .= pmver('Dist::Zilla::Plugin::Bootstrap::lib','any version') };
eval { $v .= pmver('Dist::Zilla::Plugin::MetaNoIndex','any version') };
eval { $v .= pmver('Dist::Zilla::PluginBundle::KENTNL','0.01017119') };
eval { $v .= pmver('Dist::Zilla::PluginBundle::KENTNL::Lite','0.01009803') };
eval { $v .= pmver('Dist::Zilla::Role::MetaProvider','any version') };
Expand Down
Loading

0 comments on commit 95afac7

Please sign in to comment.