Changes for version 1.32 - 2013-04-18

  • No functional changes. A couple of fixes for Data::Unixish::List and reenable t/wrap.t.

Modules

Implementation for Unixish, a data transformation framework
Apply one or more dux functions to data
Run a dux function from the command-line
Apply dux function to a list (and return the result as a list)
Utility routines
Average numbers
Format bool
Pass input unchanged
Center text to a certain column width
Format date
Output the first items of data
Convert text to lowercase
Convert first character of text to lowercase
Pad text to the left until a certain column width
Strip whitespace at the beginning of each line of text
Format number
Pick one or more random items
Reverse items
Pad text to the right until a certain column width
Strip whitespace at the end of each line of text
Shuffle items
Sort items
Apply sprintf() on input
Like sprintf, but use sprintfn() from Text::sprintfn
Sum numbers
Output the last items of data
Strip whitespace at the beginning and end of each line of text
Truncate string to a certain column width
Convert text to uppercase
Convert first character of text to uppercase
Print newline, word, and byte counts
Output a string repeatedly until killed
Routines to test Data::Unixish