CPAN::Meta::Feature(3p) Perl Programmers Reference Guide

CPAN::Meta::Feature(3p) Perl Programmers Reference Guide #

CPAN::Meta::Feature(3p) Perl Programmers Reference Guide

NNAAMMEE #

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

VVEERRSSIIOONN #

 version 2.150010

DDEESSCCRRIIPPTTIIOONN #

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

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

MMEETTHHOODDSS #

nneeww 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".

iiddeennttiiffiieerr This method returns the feature’s identifier.

ddeessccrriippttiioonn This method returns the feature’s long description.

pprreerreeqqss This method returns the feature’s prerequisites as a CPAN::Meta::Prereqs object.

BBUUGGSS #

 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?Queue=CPAN-Meta>

 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.

AAUUTTHHOORRSS #

 •   David Golden <dagolden@cpan.org>

 •   Ricardo Signes <rjbs@cpan.org>

 •   Adam Kennedy <adamk@cpan.org>

CCOOPPYYRRIIGGHHTT AANNDD LLIICCEENNSSEE #

 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 v5.36.3 2019-02-13 CPAN::Meta::Feature(3p)