Role-TinyCommons-Collection 0.010 Latest
Kwalitee Issues
No Core Issues.
- meta_yml_declares_perl_version
- 
        If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs. 
- use_warnings
- 
        Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens. Error: Role::TinyCommons::Collection 
- has_security_doc
- 
        Add SECURITY(.pod|md). See Software::Security::Policy. 
- security_doc_contains_contact
- 
        Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy. 
- has_contributing_doc
- 
        Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors. 
Modules
| Name | Abstract | Version | View | 
|---|---|---|---|
| Role::TinyCommons::Collection | Roles related to collections | 0.010 | metacpan | 
| Role::TinyCommons::Collection::CompareItems | The cmp_items() interface | 0.010 | metacpan | 
| Role::TinyCommons::Collection::FindItem | The find_item() interface | 0.010 | metacpan | 
| Role::TinyCommons::Collection::FindItem::Iterator | Provides find_item() for iterators | 0.010 | metacpan | 
| Role::TinyCommons::Collection::GetItemByKey | Locating an item by a key | 0.010 | metacpan | 
| Role::TinyCommons::Collection::GetItemByPos | Locating an item by an integer position | 0.010 | metacpan | 
| Role::TinyCommons::Collection::PickItems | The pick_items() interface | 0.010 | metacpan | 
| Role::TinyCommons::Collection::PickItems::Iterator | Provide pick_items() that picks by iterating all items once | 0.010 | metacpan | 
| Role::TinyCommons::Collection::PickItems::RandomPos | Provide pick_items() that picks items by random positions | 0.010 | metacpan | 
| Role::TinyCommons::Collection::PickItems::RandomSeekLines | Provide pick_items() that picks items by random seeking lines in a (file)handle | 0.010 | metacpan | 
| Role::TinyCommons::Collection::SelectItems | The search_items() interface | 0.010 | metacpan |