info > CPAN::Meta::Feature

đŸˇī¸ NAME

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

🚀 Quick Reference

Use CaseCommandDescription
Get a feature objectmy $feature = $meta->feature($identifier)Retrieve a specific optional feature from a CPAN::Meta object
Get all featuresmy @features = $meta->featuresGet list of all optional features
Get feature identifier$feature->identifierReturn the feature's identifier string
Get feature description$feature->descriptionReturn the feature's long description
Get feature prerequisites$feature->prereqsReturn a CPAN::Meta::Prereqs object for the feature

đŸ“Ļ 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 CPAN::Meta 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 CPAN::Meta::Prereqs 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?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.

👤 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 v5.34.0 2026-06-23 CPAN::Meta::Feature(3perl)

CPAN::Meta::Feature
đŸˇī¸ NAME 🚀 Quick Reference đŸ“Ļ VERSION 📝 DESCRIPTION đŸ› ī¸ METHODS
🔧 new 🔍 identifier 📖 description 📋 prereqs
🐛 BUGS 👤 AUTHORS ÂŠī¸ COPYRIGHT AND LICENSE

Generated by phpman v4.9.26-5-g7740029 Author: Che Dong Under GNU General Public License
2026-08-25 17:49 @216.73.217.127
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!