line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Dist::Zilla::MintingProfile::IDOPEREL; |
2
|
|
|
|
|
|
|
|
3
|
|
|
|
|
|
|
# ABSTRACT: Wrapper for IDOPEREL's personal minting profile |
4
|
|
|
|
|
|
|
|
5
|
1
|
|
|
1
|
|
1041
|
use Moose; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
6
|
|
6
|
|
|
|
|
|
|
with 'Dist::Zilla::Role::MintingProfile::ShareDir'; |
7
|
|
|
|
|
|
|
|
8
|
|
|
|
|
|
|
our $VERSION = "1.001000"; |
9
|
|
|
|
|
|
|
$VERSION = eval $VERSION; |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
=head1 NAME |
12
|
|
|
|
|
|
|
|
13
|
|
|
|
|
|
|
Dist::Zilla::MintingProfile::IDOPEREL - Wrapper for IDOPEREL's personal minting profile |
14
|
|
|
|
|
|
|
|
15
|
|
|
|
|
|
|
=head1 AUTHOR |
16
|
|
|
|
|
|
|
|
17
|
|
|
|
|
|
|
Ido Perlmuter, C<< <ido at ido50.net> >> |
18
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=head1 BUGS |
20
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
Please report any bugs or feature requests to C<bug-dist-zilla-pluginbundle-idoperel at rt.cpan.org>, or through |
22
|
|
|
|
|
|
|
the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dist-Zilla-PluginBundle-IDOPEREL>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head1 SUPPORT |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
You can find documentation for this module with the perldoc command. |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
perldoc Dist::Zilla::MintingProfile::IDOPEREL |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
You can also look for information at: |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=over 4 |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=item * RT: CPAN's request tracker |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=Dist-Zilla-PluginBundle-IDOPEREL> |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
=item * AnnoCPAN: Annotated CPAN documentation |
39
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
L<http://annocpan.org/dist/Dist-Zilla-PluginBundle-IDOPEREL> |
41
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
=item * CPAN Ratings |
43
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
L<http://cpanratings.perl.org/d/Dist-Zilla-PluginBundle-IDOPEREL> |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
=item * Search CPAN |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
L<http://search.cpan.org/dist/Dist-Zilla-PluginBundle-IDOPEREL/> |
49
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
=back |
51
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
=head1 LICENSE AND COPYRIGHT |
53
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
Copyright 2010-2016 Ido Perlmuter. |
55
|
|
|
|
|
|
|
|
56
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or modify it |
57
|
|
|
|
|
|
|
under the terms of either: the GNU General Public License as published |
58
|
|
|
|
|
|
|
by the Free Software Foundation; or the Artistic License. |
59
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
See http://dev.perl.org/licenses/ for more information. |
61
|
|
|
|
|
|
|
|
62
|
|
|
|
|
|
|
=cut |
63
|
|
|
|
|
|
|
|
64
|
|
|
|
|
|
|
__PACKAGE__->meta->make_immutable; |