Skip to content

Commit 749cf8a

Browse files
committed
Build results of c9f3ee2 (on master)
2 parents fb38ce6 + c9f3ee2 commit 749cf8a

File tree

12 files changed

+83
-32
lines changed

12 files changed

+83
-32
lines changed

.perltidyrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-i 2
2+
-l 130

Build.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ my %module_build_args = (
2323
"Kent Fredric <kentnl\@cpan.org>"
2424
],
2525
"dist_name" => "Dist-Zilla-Plugin-MetaProvides",
26-
"dist_version" => "1.12060502",
26+
"dist_version" => "1.13000000",
2727
"license" => "perl",
2828
"module_name" => "Dist::Zilla::Plugin::MetaProvides",
2929
"recommends" => {},

Changes

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

3+
1.13000000 2012-02-04T07:35:05Z
4+
[Features]
5+
- Add a provisional filter that eliminates X::_y form namespaces ( a
6+
hiding convention ), enabled by default. Toggle skip_underscore to
7+
change. Thanks XDG/David Golden for reporting this in rt#74675.
8+
39
1.12060502 2012-02-04T00:39:26Z
410
- Maintenance Release
511

MANIFEST

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.perltidyrc
12
Build.PL
23
Changes
34
LICENSE

META.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,19 +77,19 @@
7777
"provides" : {
7878
"Dist::Zilla::MetaProvides::ProvideRecord" : {
7979
"file" : "lib/Dist/Zilla/MetaProvides/ProvideRecord.pm",
80-
"version" : "1.12060502"
80+
"version" : "1.13000000"
8181
},
8282
"Dist::Zilla::MetaProvides::Types" : {
8383
"file" : "lib/Dist/Zilla/MetaProvides/Types.pm",
84-
"version" : "1.12060502"
84+
"version" : "1.13000000"
8585
},
8686
"Dist::Zilla::Plugin::MetaProvides" : {
8787
"file" : "lib/Dist/Zilla/Plugin/MetaProvides.pm",
88-
"version" : "1.12060502"
88+
"version" : "1.13000000"
8989
},
9090
"Dist::Zilla::Role::MetaProvider::Provider" : {
9191
"file" : "lib/Dist/Zilla/Role/MetaProvider/Provider.pm",
92-
"version" : "1.12060502"
92+
"version" : "1.13000000"
9393
}
9494
},
9595
"release_status" : "stable",
@@ -101,7 +101,7 @@
101101
"web" : "https://github.com/kentfredric/dist-zilla-plugin-metaprovides"
102102
}
103103
},
104-
"version" : "1.12060502",
104+
"version" : "1.13000000",
105105
"x_BuiltWith" : {
106106
"modules" : {
107107
"Dist::Zilla::Plugin::Bootstrap::lib" : "0.01023601",
@@ -110,7 +110,7 @@
110110
"Dist::Zilla::PluginBundle::Author::KENTNL::Lite" : "NA(possibly not installed)",
111111
"Dist::Zilla::Role::MetaProvider" : "4.300007",
112112
"Dist::Zilla::Util::EmulatePhase" : "0.01025801",
113-
"Dist::Zilla::Util::Test::KENTNL" : "0.01015822",
113+
"Dist::Zilla::Util::Test::KENTNL" : "0.01015823",
114114
"File::Find" : "1.19",
115115
"File::Temp" : "0.22",
116116
"Module::Build" : "0.38",

META.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ no_index:
2626
provides:
2727
Dist::Zilla::MetaProvides::ProvideRecord:
2828
file: lib/Dist/Zilla/MetaProvides/ProvideRecord.pm
29-
version: 1.12060502
29+
version: 1.13000000
3030
Dist::Zilla::MetaProvides::Types:
3131
file: lib/Dist/Zilla/MetaProvides/Types.pm
32-
version: 1.12060502
32+
version: 1.13000000
3333
Dist::Zilla::Plugin::MetaProvides:
3434
file: lib/Dist/Zilla/Plugin/MetaProvides.pm
35-
version: 1.12060502
35+
version: 1.13000000
3636
Dist::Zilla::Role::MetaProvider::Provider:
3737
file: lib/Dist/Zilla/Role/MetaProvider/Provider.pm
38-
version: 1.12060502
38+
version: 1.13000000
3939
requires:
4040
Dist::Zilla::Role::MetaProvider: 0
4141
Dist::Zilla::Util::EmulatePhase: 0.01000101
@@ -50,7 +50,7 @@ requires:
5050
resources:
5151
homepage: https://github.com/kentfredric/dist-zilla-plugin-metaprovides
5252
repository: https://github.com/kentfredric/dist-zilla-plugin-metaprovides.git
53-
version: 1.12060502
53+
version: 1.13000000
5454
x_BuiltWith:
5555
modules:
5656
Dist::Zilla::Plugin::Bootstrap::lib: 0.01023601
@@ -59,7 +59,7 @@ x_BuiltWith:
5959
Dist::Zilla::PluginBundle::Author::KENTNL::Lite: 'NA(possibly not installed)'
6060
Dist::Zilla::Role::MetaProvider: 4.300007
6161
Dist::Zilla::Util::EmulatePhase: 0.01025801
62-
Dist::Zilla::Util::Test::KENTNL: 0.01015822
62+
Dist::Zilla::Util::Test::KENTNL: 0.01015823
6363
File::Find: 1.19
6464
File::Temp: 0.22
6565
Module::Build: 0.38

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.12060502
6+
version 1.13000000
77

88
SYNOPSIS
99
In your projects dist.ini

lib/Dist/Zilla/MetaProvides/ProvideRecord.pm

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ BEGIN {
66
$Dist::Zilla::MetaProvides::ProvideRecord::AUTHORITY = 'cpan:KENTNL';
77
}
88
{
9-
$Dist::Zilla::MetaProvides::ProvideRecord::VERSION = '1.12060502';
9+
$Dist::Zilla::MetaProvides::ProvideRecord::VERSION = '1.13000000';
1010
}
1111

1212
# ABSTRACT: Data Management Record for MetaProvider::Provides Based Class
@@ -28,7 +28,13 @@ has module => ( isa => Str, is => 'ro', required => 1 );
2828
has file => ( isa => Str, is => 'ro', required => 1 );
2929

3030

31-
has parent => ( is => 'ro', required => 1, weak_ref => 1, isa => ProviderObject, handles => [ 'zilla', '_resolve_version', ], );
31+
has parent => (
32+
is => 'ro',
33+
required => 1,
34+
weak_ref => 1,
35+
isa => ProviderObject,
36+
handles => [ 'zilla', '_resolve_version', ],
37+
);
3238

3339

3440
sub copy_into {
@@ -56,7 +62,7 @@ Dist::Zilla::MetaProvides::ProvideRecord - Data Management Record for MetaProvid
5662
5763
=head1 VERSION
5864
59-
version 1.12060502
65+
version 1.13000000
6066
6167
=head1 ATTRIBUTES
6268

lib/Dist/Zilla/MetaProvides/Types.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ BEGIN {
66
$Dist::Zilla::MetaProvides::Types::AUTHORITY = 'cpan:KENTNL';
77
}
88
{
9-
$Dist::Zilla::MetaProvides::Types::VERSION = '1.12060502';
9+
$Dist::Zilla::MetaProvides::Types::VERSION = '1.13000000';
1010
}
1111

1212
# ABSTRACT: Utility Types for the MetaProvides Plugin
@@ -35,7 +35,7 @@ Dist::Zilla::MetaProvides::Types - Utility Types for the MetaProvides Plugin
3535
3636
=head1 VERSION
3737
38-
version 1.12060502
38+
version 1.13000000
3939
4040
=head1 SUBTYPES
4141

lib/Dist/Zilla/Plugin/MetaProvides.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ BEGIN {
66
$Dist::Zilla::Plugin::MetaProvides::AUTHORITY = 'cpan:KENTNL';
77
}
88
{
9-
$Dist::Zilla::Plugin::MetaProvides::VERSION = '1.12060502';
9+
$Dist::Zilla::Plugin::MetaProvides::VERSION = '1.13000000';
1010
}
1111

1212
# ABSTRACT: Generating and Populating 'provides' in your META.yml
@@ -23,7 +23,7 @@ Dist::Zilla::Plugin::MetaProvides - Generating and Populating 'provides' in your
2323
2424
=head1 VERSION
2525
26-
version 1.12060502
26+
version 1.13000000
2727
2828
=head1 SYNOPSIS
2929

0 commit comments

Comments
 (0)