-
-
01 Mar 2017 12:20:14 UTC
- Distribution: Dist-Zilla-Plugin-MetaProvides
- Module version: 2.002004
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (1)
- Testers (4829 / 3 / 0)
- Kwalitee
Bus factor: 0- 97.00% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (41.33KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
Why not adopt me?
This distribution is up for adoption! If you're interested then please contact the PAUSE module admins via email.NAME
Dist::Zilla::MetaProvides::ProvideRecord - Data Management Record for MetaProvider::Provides Based Class
VERSION
version 2.002004
PUBLIC METHODS
copy_into
( \%provides_list )
Populate the referenced
%provides_list
with data from this Provide Record object.This is called by the Dist::Zilla::Role::MetaProvider::Provider Role.
This is very convenient if you have an array full of these objects, for you can just do
my %discovered; for ( @array ) { $_->copy_into( \%discovered ); }
and
%discovered
will be populated with relevant data.ATTRIBUTES / PARAMETERS
version
See "ModVersion" in Dist::Zilla::MetaProvides::Types
module
The String Name of a fully qualified module to be reported as included in the distribution.
file
The String Name of the file as to be reported in the distribution.
parent
A "ProviderObject" in Dist::Zilla::MetaProvides::Types, mostly to get Zilla information and accessors from Dist::Zilla::Role::MetaProvider::Provider
AUTHOR
Kent Fredric <kentnl@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Kent Fredric <kentfredric@gmail.com>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install Dist::Zilla::Plugin::MetaProvides, copy and paste the appropriate command in to your terminal.
cpanm Dist::Zilla::Plugin::MetaProvides
perl -MCPAN -e shell install Dist::Zilla::Plugin::MetaProvides
For more information on module installation, please visit the detailed CPAN module installation guide.