Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

CPAN::Meta::Feature

Name CPAN::Meta::Feature
Version 2.150010
Located at /usr/share/perl5/vendor_perl
File /usr/share/perl5/vendor_perl/CPAN/Meta/Feature.pm
Is Core No
Search CPAN for this module CPAN::Meta::Feature
Documentation CPAN::Meta::Feature
Module Details CPAN::Meta::Feature


NAME

CPAN::Meta::Feature - an optional feature provided by a CPAN distribution


VERSION

version 2.150010


DESCRIPTION

A CPAN::Meta::Feature object describes an optional feature offered by a CPAN distribution and specified in the distribution's META.json (or META.yml) file.

For the most part, this class will only be used when operating on the result of the feature or features methods on a the CPAN::Meta manpage object.


METHODS

new

  my $feature = CPAN::Meta::Feature->new( $identifier => \%spec );

This returns a new Feature object. The %spec argument to the constructor should be the same as the value of the optional_feature entry in the distmeta. It must contain entries for description and prereqs.

identifier

This method returns the feature's identifier.

description

This method returns the feature's long description.

prereqs

This method returns the feature's prerequisites as a the CPAN::Meta::Prereqs manpage object.


BUGS

Please report any bugs or feature using the CPAN Request Tracker. Bugs can be submitted through the web interface at http://rt.cpan.org/Dist/Display.html

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.


AUTHORS


COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by David Golden, Ricardo Signes, Adam Kennedy and Contributors.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024