Skip to content

Commit 0b1b378

Browse files
committed
Build results of c7e66bc (on master)
2 parents 95afac7 + c7e66bc commit 0b1b378

File tree

13 files changed

+134
-22
lines changed

13 files changed

+134
-22
lines changed

Build.PL

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ my %module_build_args = (
1212
'File::Find' => '0',
1313
'File::Temp' => '0',
1414
'Module::Build' => '0.3601',
15+
'Scalar::Util' => '0',
1516
'Test::Fatal' => '0',
1617
'Test::More' => '0.88'
1718
},
@@ -23,7 +24,7 @@ my %module_build_args = (
2324
'Kent Fredric <kentnl@cpan.org>'
2425
],
2526
'dist_name' => 'Dist-Zilla-Plugin-MetaProvides',
26-
'dist_version' => '1.12044803',
27+
'dist_version' => '1.12044806',
2728
'license' => 'perl',
2829
'module_name' => 'Dist::Zilla::Plugin::MetaProvides',
2930
'recommends' => {},

Changes

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Revision history for Dist-Zilla-Plugin-MetaProvides
22

3+
1.12044806 2010-11-07 07:20:55 Pacific/Auckland
4+
A little bit more testing of the codebase,
5+
tests should be now comprehensive enough to
6+
detect most change-bugs.
7+
38
1.12044803 2010-11-07 04:26:58 Pacific/Auckland
49
Build ourself using MetaNoIndex to hide corpus/ crap.
510
Add MetaNoIndex to suggest lists.
@@ -53,9 +58,9 @@ Revision history for Dist-Zilla-Plugin-MetaProvides
5358

5459
1.10001919 2009-09-12 06:17:57 UTC
5560
Dropped the version dep on FindBin because it causes
56-
problems for some. Apparently deping on something that
61+
problems for some. Apparently deping on something that
5762
may or may not be in core which may or may not be in core
58-
later is a bad thing.
63+
later is a bad thing.
5964
Added CompileTests
6065
Add dist.ini to release for diagnostic reasons.
6166

MANIFEST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ perlcritic.rc
1616
t/00-compile.t
1717
t/000-report-versions-tiny.t
1818
t/01-MetaProvider-Provider.t
19+
t/02-MetaProvides-ProvideRecord.t
20+
t/03-Types.t
1921
t/author-critic.t
2022
t/lib/Dist/Zilla/Plugin/FakePlugin.pm
2123
t/release-distmeta.t

META.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"English" : 0,
6464
"File::Find" : 0,
6565
"File::Temp" : 0,
66+
"Scalar::Util" : 0,
6667
"Test::Fatal" : 0,
6768
"Test::More" : "0.88"
6869
},
@@ -74,19 +75,19 @@
7475
"provides" : {
7576
"Dist::Zilla::MetaProvides::ProvideRecord" : {
7677
"file" : "lib/Dist/Zilla/MetaProvides/ProvideRecord.pm",
77-
"version" : "1.12044803"
78+
"version" : "1.12044806"
7879
},
7980
"Dist::Zilla::MetaProvides::Types" : {
8081
"file" : "lib/Dist/Zilla/MetaProvides/Types.pm",
81-
"version" : "1.12044803"
82+
"version" : "1.12044806"
8283
},
8384
"Dist::Zilla::Plugin::MetaProvides" : {
8485
"file" : "lib/Dist/Zilla/Plugin/MetaProvides.pm",
85-
"version" : "1.12044803"
86+
"version" : "1.12044806"
8687
},
8788
"Dist::Zilla::Role::MetaProvider::Provider" : {
8889
"file" : "lib/Dist/Zilla/Role/MetaProvider/Provider.pm",
89-
"version" : "1.12044803"
90+
"version" : "1.12044806"
9091
}
9192
},
9293
"release_status" : "stable",
@@ -98,7 +99,7 @@
9899
"web" : "http://github.com/kentfredric/dist-zilla-plugin-metaprovides/tree"
99100
}
100101
},
101-
"version" : "1.12044803",
102+
"version" : "1.12044806",
102103
"x_BuiltWith" : {
103104
"modules" : {
104105
"Dist::Zilla::Plugin::Bootstrap::lib" : "0.01000003",
@@ -114,6 +115,7 @@
114115
"Moose::Role" : "1.17",
115116
"MooseX::Types" : "0.24",
116117
"MooseX::Types::Moose" : "0.24",
118+
"Scalar::Util" : "1.23",
117119
"Test::Fatal" : "0.003",
118120
"Test::More" : "0.96",
119121
"namespace::autoclean" : "0.11"

META.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ build_requires:
88
File::Find: 0
99
File::Temp: 0
1010
Module::Build: 0.3601
11+
Scalar::Util: 0
1112
Test::Fatal: 0
1213
Test::More: 0.88
1314
configure_requires:
@@ -26,16 +27,16 @@ no_index:
2627
provides:
2728
Dist::Zilla::MetaProvides::ProvideRecord:
2829
file: lib/Dist/Zilla/MetaProvides/ProvideRecord.pm
29-
version: 1.12044803
30+
version: 1.12044806
3031
Dist::Zilla::MetaProvides::Types:
3132
file: lib/Dist/Zilla/MetaProvides/Types.pm
32-
version: 1.12044803
33+
version: 1.12044806
3334
Dist::Zilla::Plugin::MetaProvides:
3435
file: lib/Dist/Zilla/Plugin/MetaProvides.pm
35-
version: 1.12044803
36+
version: 1.12044806
3637
Dist::Zilla::Role::MetaProvider::Provider:
3738
file: lib/Dist/Zilla/Role/MetaProvider/Provider.pm
38-
version: 1.12044803
39+
version: 1.12044806
3940
requires:
4041
Dist::Zilla::Role::MetaProvider: 0
4142
Dist::Zilla::Util::EmulatePhase: 0.01000101
@@ -47,7 +48,7 @@ requires:
4748
resources:
4849
homepage: http://github.com/kentfredric/dist-zilla-plugin-metaprovides/tree
4950
repository: git://github.com/kentfredric/dist-zilla-plugin-metaprovides.git
50-
version: 1.12044803
51+
version: 1.12044806
5152
x_BuiltWith:
5253
modules:
5354
Dist::Zilla::Plugin::Bootstrap::lib: 0.01000003
@@ -63,6 +64,7 @@ x_BuiltWith:
6364
Moose::Role: 1.17
6465
MooseX::Types: 0.24
6566
MooseX::Types::Moose: 0.24
67+
Scalar::Util: 1.23
6668
Test::Fatal: 0.003
6769
Test::More: 0.96
6870
namespace::autoclean: 0.11

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ NAME
33
in your META.yml
44

55
VERSION
6-
version 1.12044803
6+
version 1.12044806
77

88
SYNOPSIS
99
In your projects dist.ini

lib/Dist/Zilla/MetaProvides/ProvideRecord.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use warnings;
33

44
package Dist::Zilla::MetaProvides::ProvideRecord;
55
BEGIN {
6-
$Dist::Zilla::MetaProvides::ProvideRecord::VERSION = '1.12044803';
6+
$Dist::Zilla::MetaProvides::ProvideRecord::VERSION = '1.12044806';
77
}
88

99
# ABSTRACT: Data Management Record for MetaProvider::Provides Based Class
@@ -49,7 +49,7 @@ Dist::Zilla::MetaProvides::ProvideRecord - Data Management Record for MetaProvid
4949
5050
=head1 VERSION
5151
52-
version 1.12044803
52+
version 1.12044806
5353
5454
=head1 ATTRIBUTES
5555

lib/Dist/Zilla/MetaProvides/Types.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use warnings;
33

44
package Dist::Zilla::MetaProvides::Types;
55
BEGIN {
6-
$Dist::Zilla::MetaProvides::Types::VERSION = '1.12044803';
6+
$Dist::Zilla::MetaProvides::Types::VERSION = '1.12044806';
77
}
88

99
# ABSTRACT: Utility Types for the MetaProvides Plugin
@@ -32,7 +32,7 @@ Dist::Zilla::MetaProvides::Types - Utility Types for the MetaProvides Plugin
3232
3333
=head1 VERSION
3434
35-
version 1.12044803
35+
version 1.12044806
3636
3737
=head1 SUBTYPES
3838

lib/Dist/Zilla/Plugin/MetaProvides.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use warnings;
33

44
package Dist::Zilla::Plugin::MetaProvides;
55
BEGIN {
6-
$Dist::Zilla::Plugin::MetaProvides::VERSION = '1.12044803';
6+
$Dist::Zilla::Plugin::MetaProvides::VERSION = '1.12044806';
77
}
88

99
# ABSTRACT: Generating and Populating 'provides' in your META.yml
@@ -20,7 +20,7 @@ Dist::Zilla::Plugin::MetaProvides - Generating and Populating 'provides' in your
2020
2121
=head1 VERSION
2222
23-
version 1.12044803
23+
version 1.12044806
2424
2525
=head1 SYNOPSIS
2626

lib/Dist/Zilla/Role/MetaProvider/Provider.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use warnings;
33

44
package Dist::Zilla::Role::MetaProvider::Provider;
55
BEGIN {
6-
$Dist::Zilla::Role::MetaProvider::Provider::VERSION = '1.12044803';
6+
$Dist::Zilla::Role::MetaProvider::Provider::VERSION = '1.12044806';
77
}
88

99
# ABSTRACT: A Role for Metadata providers specific to the 'provider' key.
@@ -134,7 +134,7 @@ Dist::Zilla::Role::MetaProvider::Provider - A Role for Metadata providers specif
134134
135135
=head1 VERSION
136136
137-
version 1.12044803
137+
version 1.12044806
138138
139139
=head1 PERFORMS ROLES
140140

0 commit comments

Comments
 (0)