Skip to content

Commit

Permalink
Build of 1.10027518 @ d687595
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed May 20, 2010
1 parent 2886ca1 commit d4755a7
Show file tree
Hide file tree
Showing 22 changed files with 261 additions and 275 deletions.
68 changes: 40 additions & 28 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -2,37 +2,49 @@
use strict;
use warnings;

use Module::Build;
use Module::Build 0.3601;

my $build = Module::Build->new(
module_name => 'Dist::Zilla::Plugin::MetaProvides',
license => 'perl',
dist_abstract => "Generating\ and\ Populating\ \'provides\'\ in\ your\ META\.yml",
dist_name => "Dist\-Zilla\-Plugin\-MetaProvides",
dist_author => [
"Kent\ Fredric\ \<kentnl\@cpan\.org\>",
my %module_build_args = (
'build_requires' => {
'Module::Build' => '0.3601'
},
'configure_requires' => {
'ExtUtils::MakeMaker' => '6.31',
'Module::Build' => '0.3601'
},
'dist_abstract' => 'Generating and Populating \'provides\' in your META.yml',
'dist_author' => [
'Kent Fredric <kentnl@cpan.org>'
],
requires => {
"MooseX::Types::Moose" => '0.19',
"MooseX::Has::Sugar" => '0.0404',
"Module::Extract::VERSION" => '0.13',
"FindBin" => '0',
"aliased" => '0.30',
"Class::Discover" => '1.000001',
"Path::Class::File" => '0.17',
"List::MoreUtils" => '0.22',
"Moose" => '0.89',
"File::Find::Rule" => '0.30',
"namespace::autoclean" => '0.08',
"File::Find::Rule::Perl" => '1.09',
"Moose::Autobox" => '0.09',
"Test::More" => '0.92',
"Module::Extract::Namespaces" => '0.14',
"MooseX::Types" => '0.19',
"Dist::Zilla" => '0.092310',
"Path::Class::Dir" => '0.17',
'dist_name' => 'Dist-Zilla-Plugin-MetaProvides',
'dist_version' => '1.10027518',
'license' => 'perl',
'module_name' => 'Dist::Zilla::Plugin::MetaProvides',
'recommends' => {},
'requires' => {
'Class::Discover' => '1.000001',
'Dist::Zilla' => '2.101310',
'File::Find::Rule' => '0.30',
'File::Find::Rule::Perl' => '1.09',
'FindBin' => '0',
'List::MoreUtils' => '0.22',
'Module::Extract::Namespaces' => '0.14',
'Module::Extract::VERSION' => '0.13',
'Moose' => '0.89',
'Moose::Autobox' => '0.09',
'MooseX::Has::Sugar' => '0.0404',
'MooseX::Types' => '0.19',
'MooseX::Types::Moose' => '0.19',
'Path::Class::Dir' => '0.17',
'Path::Class::File' => '0.17',
'Test::More' => '0.92',
'aliased' => '0.30',
'namespace::autoclean' => '0.08'
},
script_files => [ qw() ],
'script_files' => []
);


my $build = Module::Build->new(%module_build_args);

$build->create_build_script;
5 changes: 5 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Revision history for Dist-Zilla-Plugin-MetaProvides

1.10027518 2010-05-20 17:33:10 Pacific/Auckland
Upgraded tests to Dist::Zilla 2.x. ( should resolve rt #56482 )
( Thanks to DAXIM/Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 for reporting )
Upgraded dist.ini to Dist::Zilla 2.x

1.10001919 2009-09-12 06:17:57 UTC
Dropped the version dep on FindBin because it causes
problems for some. Apparently deping on something that
Expand Down
6 changes: 3 additions & 3 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This software is copyright (c) 2009 by Kent Fredric.
This software is copyright (c) 2010 by Kent Fredric.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
Expand All @@ -12,7 +12,7 @@ b) the "Artistic License"

--- The GNU General Public License, Version 1, February 1989 ---

This software is Copyright (c) 2009 by Kent Fredric.
This software is Copyright (c) 2010 by Kent Fredric.

This is free software, licensed under:

Expand Down Expand Up @@ -270,7 +270,7 @@ That's all there is to it!

--- The Artistic License 1.0 ---

This software is Copyright (c) 2009 by Kent Fredric.
This software is Copyright (c) 2010 by Kent Fredric.

This is free software, licensed under:

Expand Down
2 changes: 1 addition & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ t/eg/DZ2/dist_meta_provides.ini
t/eg/DZ2/lib/DZ2.pm
t/eg/DZ2/lib/DZ2mx.pm
t/lib/TestClean.pm
t/release-meta-yaml.t
t/release-distmeta.t
t/release-pod-coverage.t
t/release-pod-syntax.t
xt/author_disabled/01.whitespace.t
95 changes: 52 additions & 43 deletions META.json
Original file line number Diff line number Diff line change
@@ -1,67 +1,76 @@
{
"resources" : {
"repository" : "http://github.com/kentfredric/dist-zilla-plugin-metaprovides/tree"
},
"generated_by" : "Dist::Zilla::Plugin::MetaJSON version 1.092450",
"meta-spec" : {
"version" : 1.4,
"url" : "http://module-build.sourceforge.net/META-spec-v1.4.html"
},
"version" : "1.10001919",
"name" : "Dist-Zilla-Plugin-MetaProvides",
"abstract" : "Generating and Populating 'provides' in your META.yml",
"author" : [
"Kent Fredric <kentnl@cpan.org>"
],
"build_requires" : {
"Module::Build" : "0.3601"
},
"configure_requires" : {
"ExtUtils::MakeMaker" : "6.31",
"Module::Build" : "0.3601"
},
"generated_by" : "Dist::Zilla version 2.101310",
"license" : "perl",
"meta-spec" : {
"url" : "http://module-build.sourceforge.net/META-spec-v1.4.html",
"version" : 1.4
},
"name" : "Dist-Zilla-Plugin-MetaProvides",
"provides" : {
"Dist::Zilla::MetaProvides::Types" : {
"version" : "1.10001919",
"file" : "lib/Dist/Zilla/MetaProvides/Types.pm"
},
"Dist::Zilla::MetaProvides::ProvideRecord" : {
"version" : "1.10001919",
"file" : "lib/Dist/Zilla/MetaProvides/ProvideRecord.pm"
"file" : "lib/Dist/Zilla/MetaProvides/ProvideRecord.pm",
"version" : "1.10027518"
},
"Dist::Zilla::Plugin::MetaProvides::Package" : {
"version" : "1.10001919",
"file" : "lib/Dist/Zilla/Plugin/MetaProvides/Package.pm"
"Dist::Zilla::MetaProvides::Types" : {
"file" : "lib/Dist/Zilla/MetaProvides/Types.pm",
"version" : "1.10027518"
},
"Dist::Zilla::Plugin::MetaProvides" : {
"version" : "1.10001919",
"file" : "lib/Dist/Zilla/Plugin/MetaProvides.pm"
"file" : "lib/Dist/Zilla/Plugin/MetaProvides.pm",
"version" : "1.10027518"
},
"Dist::Zilla::Role::MetaProvider::Provider" : {
"version" : "1.10001919",
"file" : "lib/Dist/Zilla/Role/MetaProvider/Provider.pm"
"Dist::Zilla::Plugin::MetaProvides::Class" : {
"file" : "lib/Dist/Zilla/Plugin/MetaProvides/Class.pm",
"version" : "1.10027518"
},
"Dist::Zilla::Plugin::MetaProvides::FromFile" : {
"version" : "1.10001919",
"file" : "lib/Dist/Zilla/Plugin/MetaProvides/FromFile.pm"
"file" : "lib/Dist/Zilla/Plugin/MetaProvides/FromFile.pm",
"version" : "1.10027518"
},
"Dist::Zilla::Plugin::MetaProvides::Class" : {
"version" : "1.10001919",
"file" : "lib/Dist/Zilla/Plugin/MetaProvides/Class.pm"
"Dist::Zilla::Plugin::MetaProvides::Package" : {
"file" : "lib/Dist/Zilla/Plugin/MetaProvides/Package.pm",
"version" : "1.10027518"
},
"Dist::Zilla::Role::MetaProvider::Provider" : {
"file" : "lib/Dist/Zilla/Role/MetaProvider/Provider.pm",
"version" : "1.10027518"
}
},
"recommends" : {},
"requires" : {
"MooseX::Types::Moose" : "0.19",
"MooseX::Has::Sugar" : "0.0404",
"Module::Extract::VERSION" : "0.13",
"FindBin" : "0",
"aliased" : "0.30",
"Class::Discover" : "1.000001",
"Path::Class::File" : "0.17",
"List::MoreUtils" : "0.22",
"Moose" : "0.89",
"Dist::Zilla" : "2.101310",
"File::Find::Rule" : "0.30",
"namespace::autoclean" : "0.08",
"File::Find::Rule::Perl" : "1.09",
"Moose::Autobox" : "0.09",
"Test::More" : "0.92",
"FindBin" : "0",
"List::MoreUtils" : "0.22",
"Module::Extract::Namespaces" : "0.14",
"Module::Extract::VERSION" : "0.13",
"Moose" : "0.89",
"Moose::Autobox" : "0.09",
"MooseX::Has::Sugar" : "0.0404",
"MooseX::Types" : "0.19",
"Dist::Zilla" : "0.092310",
"Path::Class::Dir" : "0.17"
"MooseX::Types::Moose" : "0.19",
"Path::Class::Dir" : "0.17",
"Path::Class::File" : "0.17",
"Test::More" : "0.92",
"aliased" : "0.30",
"namespace::autoclean" : "0.08"
},
"resources" : {
"repository" : "http://github.com/kentfredric/dist-zilla-plugin-metaprovides"
},
"abstract" : "Generating and Populating 'provides' in your META.yml"
"version" : "1.10027518"
}

28 changes: 17 additions & 11 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
abstract: "Generating and Populating 'provides' in your META.yml"
author:
- 'Kent Fredric <kentnl@cpan.org>'
generated_by: 'Dist::Zilla::Plugin::MetaYAML version 1.092450'
build_requires:
Module::Build: 0.3601
configure_requires:
ExtUtils::MakeMaker: 6.31
Module::Build: 0.3601
generated_by: 'Dist::Zilla version 2.101310'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Expand All @@ -11,28 +16,29 @@ name: Dist-Zilla-Plugin-MetaProvides
provides:
Dist::Zilla::MetaProvides::ProvideRecord:
file: lib/Dist/Zilla/MetaProvides/ProvideRecord.pm
version: 1.10001919
version: 1.10027518
Dist::Zilla::MetaProvides::Types:
file: lib/Dist/Zilla/MetaProvides/Types.pm
version: 1.10001919
version: 1.10027518
Dist::Zilla::Plugin::MetaProvides:
file: lib/Dist/Zilla/Plugin/MetaProvides.pm
version: 1.10001919
version: 1.10027518
Dist::Zilla::Plugin::MetaProvides::Class:
file: lib/Dist/Zilla/Plugin/MetaProvides/Class.pm
version: 1.10001919
version: 1.10027518
Dist::Zilla::Plugin::MetaProvides::FromFile:
file: lib/Dist/Zilla/Plugin/MetaProvides/FromFile.pm
version: 1.10001919
version: 1.10027518
Dist::Zilla::Plugin::MetaProvides::Package:
file: lib/Dist/Zilla/Plugin/MetaProvides/Package.pm
version: 1.10001919
version: 1.10027518
Dist::Zilla::Role::MetaProvider::Provider:
file: lib/Dist/Zilla/Role/MetaProvider/Provider.pm
version: 1.10001919
version: 1.10027518
recommends: {}
requires:
Class::Discover: 1.000001
Dist::Zilla: 0.092310
Dist::Zilla: 2.101310
File::Find::Rule: 0.30
File::Find::Rule::Perl: 1.09
FindBin: 0
Expand All @@ -50,5 +56,5 @@ requires:
aliased: 0.30
namespace::autoclean: 0.08
resources:
repository: http://github.com/kentfredric/dist-zilla-plugin-metaprovides/tree
version: 1.10001919
repository: http://github.com/kentfredric/dist-zilla-plugin-metaprovides
version: 1.10027518
Loading

0 comments on commit d4755a7

Please sign in to comment.