Data-Unixish 1.54 Deleted
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
- use_strict
-
Add 'use strict' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules are strictly written.
Error: Data::Unixish::Util
- prereq_matches_use
-
List all used modules in META.yml requires
Error:
- syntax
- 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: Data::Unixish::Util
- 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.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Data::Unixish | Implementation for Unixish, a data transformation framework | 1.54 | metacpan |
Data::Unixish::Apply | Apply one or more dux functions | 1.54 | metacpan |
Data::Unixish::Util | Utility routines | 1.54 | metacpan |
Data::Unixish::_pad | _pad | 1.54 | metacpan |
Data::Unixish::avg | Average numbers | 1.54 | metacpan |
Data::Unixish::bool | Format boolean | 1.54 | metacpan |
Data::Unixish::cat | Pass input unchanged | 1.54 | metacpan |
Data::Unixish::centerpad | Center text to a certain column width | 1.54 | metacpan |
Data::Unixish::chain | Chain several dux functions together | 1.54 | metacpan |
Data::Unixish::cond | Apply dux function conditionally | 1.54 | metacpan |
Data::Unixish::date | Format date | 1.54 | metacpan |
Data::Unixish::grep | Perl grep | 1.54 | metacpan |
Data::Unixish::head | Output the first items of data | 1.54 | metacpan |
Data::Unixish::indent | Add spaces or tabs to the beginnning of each line of text | 1.54 | metacpan |
Data::Unixish::lc | Convert text to lowercase | 1.54 | metacpan |
Data::Unixish::lcfirst | Convert first character of text to lowercase | 1.54 | metacpan |
Data::Unixish::lins | Add some text at the beginning of each line of text | 1.54 | metacpan |
Data::Unixish::linum | Add line numbers | 1.54 | metacpan |
Data::Unixish::lpad | Pad text to the left until a certain column width | 1.54 | metacpan |
Data::Unixish::ltrim | Strip whitespace at the beginning of each line of text | 1.54 | metacpan |
Data::Unixish::map | Perl map | 1.54 | metacpan |
Data::Unixish::num | Format number | 1.54 | metacpan |
Data::Unixish::pick | Pick one or more random items | 1.54 | metacpan |
Data::Unixish::rand | Generate a stream of random numbers | 1.54 | metacpan |
Data::Unixish::randstr | Generate a stream of random strings | 1.54 | metacpan |
Data::Unixish::rev | Reverse items | 1.54 | metacpan |
Data::Unixish::rins | Add some text at the end of each line of text | 1.54 | metacpan |
Data::Unixish::rpad | Pad text to the right until a certain column width | 1.54 | metacpan |
Data::Unixish::rtrim | Strip whitespace at the end of each line of text | 1.54 | metacpan |
Data::Unixish::shuf | Shuffle items | 1.54 | metacpan |
Data::Unixish::sort | Sort items | 1.54 | metacpan |
Data::Unixish::sprintf | Apply sprintf() on input | 1.54 | metacpan |
Data::Unixish::sprintfn | Like sprintf, but use sprintfn() from Text::sprintfn | 1.54 | metacpan |
Data::Unixish::subsort | Sort items using Sort::Sub routine | 1.54 | metacpan |
Data::Unixish::sum | Sum numbers | 1.54 | metacpan |
Data::Unixish::tail | Output the last items of data | 1.54 | metacpan |
Data::Unixish::trim | Strip whitespace at the beginning and end of each line of text | 1.54 | metacpan |
Data::Unixish::trunc | Truncate string to a certain column width | 1.54 | metacpan |
Data::Unixish::uc | Convert text to uppercase | 1.54 | metacpan |
Data::Unixish::ucfirst | Convert first character of text to uppercase | 1.54 | metacpan |
Data::Unixish::wc | Print newline, word, and byte counts | 1.54 | metacpan |
Data::Unixish::wrap | Wrap text | 1.54 | metacpan |
Data::Unixish::yes | Output a string repeatedly until killed | 1.54 | metacpan |
Test::Data::Unixish | Routines to test Data::Unixish | 1.54 | metacpan |