aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Make DEPENDENCIES a bit more thorough/accurateTom Ryder2017-10-051-1/+11
|
* Fix some stray Markdown backticks in PODTom Ryder2017-10-051-1/+1
|
* Restore Module::Starter CPAN boilerplateTom Ryder2017-10-051-1/+23
| | | | | Looks like v0.13 loaded up into CPAN just fine, so the next release can include this stuff.
* Bump version numberv0.13Tom Ryder2017-10-051-2/+2
| | | | This will be my first attempted release.
* Bump version number (0.12)v0.12Tom Ryder2017-10-051-2/+2
|
* Move SUBROUTINES/METHODS above EXAMPLESTom Ryder2017-10-051-10/+10
|
* Correct bug and add paragraph to "monitoring" exTom Ryder2017-10-051-1/+4
|
* Add "records" example and accompanying testTom Ryder2017-10-051-3/+52
| | | | Tweak last paragraph of second example so it flows.
* Add two "no critic" linesTom Ryder2017-10-051-1/+2
|
* Add a stopwordTom Ryder2017-10-051-1/+1
|
* Fix new "monitoring" example, add test for itTom Ryder2017-10-051-1/+1
|
* Add another exampleTom Ryder2017-10-051-0/+77
| | | | Needs to be tested
* Remove a doubled "the"Tom Ryder2017-10-051-1/+1
|
* Correct email address (!)v0.11Tom Ryder2017-10-041-4/+4
|
* Adjust DESCRIPTION a little per IRC feedbackv0.10Tom Ryder2017-10-041-5/+5
|
* Perl::Tidy missed for errors.tv0.09Tom Ryder2017-10-041-2/+2
|
* Correct READMEv0.08Tom Ryder2017-10-041-2/+2
|
* Add a description of the synopsis' return valuev0.07Tom Ryder2017-10-041-2/+16
|
* Rename module to List::Breakdownv0.06Tom Ryder2017-10-041-20/+20
| | | | | Not close to any other module on CPAN from what I can tell. Also bump version number.
* Add some error testsv0.05Tom Ryder2017-10-031-2/+2
| | | | Ensure that bad inputs raise appropriate fatal errors.
* Correct some awkward documentationv0.04Tom Ryder2017-10-031-3/+4
|
* Adjust exporting to accommodate old Perlsv0.03Tom Ryder2017-10-031-6/+6
|
* Correct a documentation typov0.02Tom Ryder2017-10-031-3/+3
|
* First commit of List::Filtersv0.01Tom Ryder2017-10-031-0/+220
I'll add more Perl distribution infrastructure and tests as I learn more about how that all works. The README.markdown is just a manually converted README for now.