Module::Provision::MetaData - Provides module metadata
; In dist.ini ; authordep Module::Provision [MetaProvides::FromFile] inherit_version = 0 file = some_file.ini reader_name = Module::Provision::MetaData
Provides module metadata. For use when a distribution grows too large for PPI to extract the package names in a reasonable time frame
Defines these attributes;
provider
An instance of Module::Provision
read_file
Returns a hash reference of metadata. Ignores any passed parameters
None
There are no known incompatibilities in this module
There are no known bugs in this module. Please report problems to http://rt.cpan.org/NoAuth/Bugs.html?Dist=Module-Provision. Patches are welcome
Larry Wall - For the Perl programming language
Peter Flanigan, <pjfl@cpan.org>
<pjfl@cpan.org>
Copyright (c) 2017 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
To install Module::Provision, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Module::Provision
CPAN shell
perl -MCPAN -e shell install Module::Provision
For more information on module installation, please visit the detailed CPAN module installation guide.