Data-Unixish 1.26 Deleted
Kwalitee Issues
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- syntax
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Data-Unixish-1.26/lib/Data/Unixish/bool.pm -- Around line 131: Non-ASCII character seen before =encoding in '["â","â","â","â"]'. Assuming UTF-8
- no_unauthorized_packages
-
Ask the owner of the distribution (the one who released it first, or the one who is designated in x_authority) to give you a (co-)maintainer's permission.
Error:
- Data::Unixish
- Data::Unixish::Apply
- Data::Unixish::bool
- Data::Unixish::cat
- Data::Unixish::date
- Data::Unixish::head
- Data::Unixish::lc
- Data::Unixish::lcfirst
- Data::Unixish::ltrim
- Data::Unixish::pick
- Data::Unixish::rev
- Data::Unixish::rtrim
- Data::Unixish::shuf
- Data::Unixish::sort
- Data::Unixish::sprintf
- Data::Unixish::sprintfn
- Data::Unixish::sum
- Data::Unixish::tail
- Data::Unixish::trim
- Data::Unixish::uc
- Data::Unixish::ucfirst
- Data::Unixish::wrap
- Test::Data::Unixish
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- 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 |
|---|---|---|---|
| Data::Unixish | Implementation for Unixish, a data transformation framework | 1.26 | metacpan |
| Data::Unixish::Apply | Apply one or more dux functions to data | 1.26 | metacpan |
| Data::Unixish::CmdLine | Run a dux function from the command-line | 1.26 | metacpan |
| Data::Unixish::bool | Format bool | 1.26 | metacpan |
| Data::Unixish::cat | Pass input unchanged | 1.26 | metacpan |
| Data::Unixish::date | Format date | 1.26 | metacpan |
| Data::Unixish::head | Output the first items of data | 1.26 | metacpan |
| Data::Unixish::lc | Convert text to lowercase | 1.26 | metacpan |
| Data::Unixish::lcfirst | Convert first character of text to lowercase | 1.26 | metacpan |
| Data::Unixish::ltrim | Strip whitespace at the beginning of each line of text | 1.26 | metacpan |
| Data::Unixish::pick | Pick one or more random items | 1.26 | metacpan |
| Data::Unixish::rev | Reverse items | 1.26 | metacpan |
| Data::Unixish::rtrim | Strip whitespace at the end of each line of text | 1.26 | metacpan |
| Data::Unixish::shuf | Shuffle items | 1.26 | metacpan |
| Data::Unixish::sort | Sort items | 1.26 | metacpan |
| Data::Unixish::sprintf | Apply sprintf() on input | 1.26 | metacpan |
| Data::Unixish::sprintfn | Like sprintf, but use sprintfn() from Text::sprintfn | 1.26 | metacpan |
| Data::Unixish::sum | Sum numbers | 1.26 | metacpan |
| Data::Unixish::tail | Output the last items of data | 1.26 | metacpan |
| Data::Unixish::trim | Strip whitespace at the beginning and end of each line of text | 1.26 | metacpan |
| Data::Unixish::uc | Convert text to uppercase | 1.26 | metacpan |
| Data::Unixish::ucfirst | Convert first character of text to uppercase | 1.26 | metacpan |
| Data::Unixish::wrap | Wrap text | 1.26 | metacpan |
| Test::Data::Unixish | Routines to test Data::Unixish | 1.26 | metacpan |