Skip to content

Commit

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

my %module_build_args = (
'build_requires' => {
'Config::INI::Reader' => '0',
'Data::Dump' => '0',
'Dist::Zilla::Tester' => '0',
'English' => '0',
'File::Find' => '0',
'File::Temp' => '0',
'Module::Build' => '0.3601',
'Moose::Autobox' => '0',
'Params::Util' => '0',
'Sub::Exporter' => '0',
'Test::Fatal' => '0',
Expand All @@ -29,7 +26,7 @@ my %module_build_args = (
'Kent Fredric <kentnl@cpan.org>'
],
'dist_name' => 'Dist-Zilla-Plugin-MetaProvides',
'dist_version' => '1.11044404',
'dist_version' => '1.11044405',
'license' => 'perl',
'module_name' => 'Dist::Zilla::Plugin::MetaProvides',
'recommends' => {},
Expand Down
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Dist-Zilla-Plugin-MetaProvides

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

1.11044404 2010-11-03 05:25:56 Pacific/Auckland
Upgrade to recent @KENTNL changes ( remove inc/ and xt/ from source tree, relocate perlcritic.rc )
Now have a convenience function, usable by all consuming roles that permit filtering packages
Expand Down
13 changes: 5 additions & 8 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,10 @@
},
"test" : {
"requires" : {
"Config::INI::Reader" : 0,
"Data::Dump" : 0,
"Dist::Zilla::Tester" : 0,
"English" : 0,
"File::Find" : 0,
"File::Temp" : 0,
"Moose::Autobox" : 0,
"Params::Util" : 0,
"Sub::Exporter" : 0,
"Test::Fatal" : 0,
Expand All @@ -67,19 +64,19 @@
"provides" : {
"Dist::Zilla::MetaProvides::ProvideRecord" : {
"file" : "lib/Dist/Zilla/MetaProvides/ProvideRecord.pm",
"version" : "1.11044404"
"version" : "1.11044405"
},
"Dist::Zilla::MetaProvides::Types" : {
"file" : "lib/Dist/Zilla/MetaProvides/Types.pm",
"version" : "1.11044404"
"version" : "1.11044405"
},
"Dist::Zilla::Plugin::MetaProvides" : {
"file" : "lib/Dist/Zilla/Plugin/MetaProvides.pm",
"version" : "1.11044404"
"version" : "1.11044405"
},
"Dist::Zilla::Role::MetaProvider::Provider" : {
"file" : "lib/Dist/Zilla/Role/MetaProvider/Provider.pm",
"version" : "1.11044404"
"version" : "1.11044405"
}
},
"release_status" : "stable",
Expand All @@ -91,7 +88,7 @@
"web" : "http://github.com/kentfredric/dist-zilla-plugin-metaprovides/tree"
}
},
"version" : "1.11044404",
"version" : "1.11044405",
"x_BuiltWith" : {
"modules" : {},
"perl" : "5.012002",
Expand Down
13 changes: 5 additions & 8 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@ abstract: "Generating and Populating 'provides' in your META.yml"
author:
- 'Kent Fredric <kentnl@cpan.org>'
build_requires:
Config::INI::Reader: 0
Data::Dump: 0
Dist::Zilla::Tester: 0
English: 0
File::Find: 0
File::Temp: 0
Module::Build: 0.3601
Moose::Autobox: 0
Params::Util: 0
Sub::Exporter: 0
Test::Fatal: 0
Expand All @@ -28,16 +25,16 @@ name: Dist-Zilla-Plugin-MetaProvides
provides:
Dist::Zilla::MetaProvides::ProvideRecord:
file: lib/Dist/Zilla/MetaProvides/ProvideRecord.pm
version: 1.11044404
version: 1.11044405
Dist::Zilla::MetaProvides::Types:
file: lib/Dist/Zilla/MetaProvides/Types.pm
version: 1.11044404
version: 1.11044405
Dist::Zilla::Plugin::MetaProvides:
file: lib/Dist/Zilla/Plugin/MetaProvides.pm
version: 1.11044404
version: 1.11044405
Dist::Zilla::Role::MetaProvider::Provider:
file: lib/Dist/Zilla/Role/MetaProvider/Provider.pm
version: 1.11044404
version: 1.11044405
requires:
Carp: 0
Dist::Zilla::Role::MetaProvider: 0
Expand All @@ -50,7 +47,7 @@ requires:
resources:
homepage: http://github.com/kentfredric/dist-zilla-plugin-metaprovides/tree
repository: git://github.com/kentfredric/dist-zilla-plugin-metaprovides.git
version: 1.11044404
version: 1.11044405
x_BuiltWith:
modules: {}
perl: 5.012002
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.11044404
version 1.11044405

SYNOPSIS
In your projects dist.ini
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.11044404';
$Dist::Zilla::MetaProvides::ProvideRecord::VERSION = '1.11044405';
}

# 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.11044404
version 1.11044405
=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 @@ -2,7 +2,7 @@ use strict;
use warnings;
package Dist::Zilla::MetaProvides::Types;
BEGIN {
$Dist::Zilla::MetaProvides::Types::VERSION = '1.11044404';
$Dist::Zilla::MetaProvides::Types::VERSION = '1.11044405';
}

# ABSTRACT: Utility Types for the MetaProvides Plugin
Expand Down Expand Up @@ -31,7 +31,7 @@ Dist::Zilla::MetaProvides::Types - Utility Types for the MetaProvides Plugin
=head1 VERSION
version 1.11044404
version 1.11044405
=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 @@ -2,7 +2,7 @@ use strict;
use warnings;
package Dist::Zilla::Plugin::MetaProvides;
BEGIN {
$Dist::Zilla::Plugin::MetaProvides::VERSION = '1.11044404';
$Dist::Zilla::Plugin::MetaProvides::VERSION = '1.11044405';
}

# ABSTRACT: Generating and Populating 'provides' in your META.yml
Expand All @@ -19,7 +19,7 @@ Dist::Zilla::Plugin::MetaProvides - Generating and Populating 'provides' in your
=head1 VERSION
version 1.11044404
version 1.11044405
=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.11044404';
$Dist::Zilla::Role::MetaProvider::Provider::VERSION = '1.11044405';
}

# ABSTRACT: A Role for Metadata providers specific to the 'provider' key.
Expand Down Expand Up @@ -148,7 +148,7 @@ Dist::Zilla::Role::MetaProvider::Provider - A Role for Metadata providers specif
=head1 VERSION
version 1.11044404
version 1.11044405
=head1 PERFORMS ROLES
Expand Down
3 changes: 0 additions & 3 deletions t/000-report-versions-tiny.t
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ sub pmver {
}

eval { $v .= pmver('Carp','any version') };
eval { $v .= pmver('Config::INI::Reader','any version') };
eval { $v .= pmver('Data::Dump','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 All @@ -61,7 +59,6 @@ eval { $v .= pmver('File::Temp','any version') };
eval { $v .= pmver('Hash::Merge::Simple','any version') };
eval { $v .= pmver('Module::Build','0.3601') };
eval { $v .= pmver('Moose','any version') };
eval { $v .= pmver('Moose::Autobox','any version') };
eval { $v .= pmver('Moose::Role','any version') };
eval { $v .= pmver('MooseX::Types','any version') };
eval { $v .= pmver('MooseX::Types::Moose','any version') };
Expand Down
3 changes: 1 addition & 2 deletions t/01-MetaProvider-Provider.t
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use Test::Fatal;
use lib 't/lib';

use TZil;
use Data::Dump qw( dump );

sub make_plugin {
my @args = @_;
Expand Down Expand Up @@ -210,4 +209,4 @@ subtest '_apply_meta_noindex tests' => sub {
is_deeply( [ $noindex_plugin->_apply_meta_noindex( @items{qw( A B C D E F G H I J K )} ) ], [@items{qw( B D F H I )}] , 'NoIndex Filtering application works' );
};

done_testing;
done_testing;
5 changes: 1 addition & 4 deletions t/lib/Dist/Zilla/Plugin/FakePlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ package # PAUSE
Dist::Zilla::Plugin::FakePlugin;

use Moose;
use Moose::Autobox;
use Carp ();
use Config::INI::Reader ();
use Dist::Zilla::MetaProvides::ProvideRecord;

with 'Dist::Zilla::Role::MetaProvider::Provider';
Expand All @@ -23,4 +20,4 @@ sub provides {
}

__PACKAGE__->meta->make_immutable;
1;
1;

0 comments on commit 38e8a96

Please sign in to comment.