Skip to content

Commit

Permalink
Build results of e070b78 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Jul 24, 2010
2 parents 1c5fcaf + e070b78 commit 80be8fe
Show file tree
Hide file tree
Showing 25 changed files with 538 additions and 239 deletions.
6 changes: 4 additions & 2 deletions Build.PL
Expand Up @@ -4,20 +4,21 @@ use warnings;

use Module::Build 0.3601;


my %module_build_args = (
'build_requires' => {
'Data::Dumper' => '0',
'Dist::Zilla::App::Tester' => '0',
'File::Find' => '0',
'File::Find::Rule' => '0.30',
'File::Find::Rule::Perl' => '1.09',
'File::Temp' => '0',
'FindBin' => '0',
'Module::Build' => '0.3601',
'MooseX::Declare' => '0',
'Path::Class::Dir' => '0.17',
'Path::Class::File' => '0.17',
'Test::Builder::Module' => '0',
'Test::Kwalitee' => '0',
'Test::More' => '0.92',
'Test::Perl::Critic' => '0'
},
Expand All @@ -29,10 +30,11 @@ my %module_build_args = (
'Kent Fredric <kentnl@cpan.org>'
],
'dist_name' => 'Dist-Zilla-Plugin-MetaProvides',
'dist_version' => '1.10027802',
'dist_version' => '1.10034117',
'license' => 'perl',
'module_name' => 'Dist::Zilla::Plugin::MetaProvides',
'recommends' => {},
'recursive_test_files' => 1,
'requires' => {
'Carp' => '0',
'Class::Discover' => '1.000001',
Expand Down
5 changes: 5 additions & 0 deletions Changes
@@ -1,5 +1,10 @@
Revision history for Dist-Zilla-Plugin-MetaProvides

1.10034117 2010-07-24 17:37:49 Pacific/Auckland

Dropped xt/author/kwalitee.t to avoid the needless dep.
( Kwalitee Test plugin doesn't have this issue )

1.10027802 2010-05-23 01:08:02 Pacific/Auckland
Replaced most of dist.ini with @KENTNL
( Yeilding more accurate t/ depends )
Expand Down
7 changes: 5 additions & 2 deletions MANIFEST
Expand Up @@ -15,14 +15,17 @@ lib/Dist/Zilla/Plugin/MetaProvides/Package.pm
lib/Dist/Zilla/Role/MetaProvider/Provider.pm
perlcriticrc
t/00-compile.t
t/000-report-versions-tiny.t
t/author-critic.t
t/author-kwalitee.t
t/dz2-provides.t
t/eg/DZ2/dist.ini
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-distmeta.t
t/release-eol.t
t/release-kwalitee.t
t/release-pod-coverage.t
t/release-pod-syntax.t
xt/author_disabled/01.whitespace.t
t/release-portability.t

0 comments on commit 80be8fe

Please sign in to comment.