aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump version numberv0.14Tom Ryder2017-10-056-6/+11
|
* Add missing EXAMPLES subheadingTom Ryder2017-10-051-1/+1
| | | | How'd I miss that!
* Add comments for t/errors.t testsTom Ryder2017-10-051-1/+9
|
* Add a test to cover a missing branchTom Ryder2017-10-051-1/+5
|
* Make DEPENDENCIES a bit more thorough/accurateTom Ryder2017-10-051-1/+11
|
* Fix some stray Markdown backticks in PODTom Ryder2017-10-051-1/+1
|
* Add pm_to_blib to MANIFEST.SKIPTom Ryder2017-10-051-0/+1
|
* Restore Module::Starter CPAN boilerplateTom Ryder2017-10-052-1/+38
| | | | | Looks like v0.13 loaded up into CPAN just fine, so the next release can include this stuff.
* Bump version numberv0.13Tom Ryder2017-10-056-6/+11
| | | | This will be my first attempted release.
* Make Changes format match CPAN::Changes::SpecTom Ryder2017-10-051-18/+18
| | | | | The format of the changes seems to be optional, but at least for now I'll follow exactly what it recommends.
* Bump version number (0.12)v0.12Tom Ryder2017-10-056-6/+12
|
* Perl::Tidy run over records.tTom Ryder2017-10-051-5/+5
|
* Move SUBROUTINES/METHODS above EXAMPLESTom Ryder2017-10-051-10/+10
|
* Add distribution tarballs to MANIFEST.SKIPTom Ryder2017-10-051-0/+1
|
* Correct bug and add paragraph to "monitoring" exTom Ryder2017-10-051-1/+4
|
* Add "records" example and accompanying testTom Ryder2017-10-053-3/+95
| | | | Tweak last paragraph of second example so it flows.
* Add "monitoring" example test to MANIFESTTom Ryder2017-10-051-0/+1
|
* 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-052-1/+72
|
* Add another exampleTom Ryder2017-10-051-0/+77
| | | | Needs to be tested
* Remove a doubled "the"Tom Ryder2017-10-051-1/+1
|
* Add a MANIFEST.SKIPTom Ryder2017-10-041-0/+7
|
* Move some author testing into xtTom Ryder2017-10-044-0/+46
| | | | | | I like the POD and MANIFEST author tests that module-starter(1p) made for me, but I don't like the env variable invocation for them much. I've put them in xt instead so I can do `prove xt`.
* Add Changes to MANIFEST, tooTom Ryder2017-10-041-0/+1
| | | | I will get the hang of this eventually.
* Add a Changes fileTom Ryder2017-10-041-0/+54
|
* Correct email address (!)v0.11Tom Ryder2017-10-043-6/+6
|
* Fix up .gitignore to reflect project renamingTom Ryder2017-10-041-2/+2
|
* Adjust DESCRIPTION a little per IRC feedbackv0.10Tom Ryder2017-10-043-7/+7
|
* Perl::Tidy missed for errors.tv0.09Tom Ryder2017-10-043-8/+10
|
* Correct READMEv0.08Tom Ryder2017-10-044-5/+5
|
* Add a description of the synopsis' return valuev0.07Tom Ryder2017-10-043-4/+18
|
* Rename module to List::Breakdownv0.06Tom Ryder2017-10-047-40/+40
| | | | | Not close to any other module on CPAN from what I can tell. Also bump version number.
* Add some error testsv0.05Tom Ryder2017-10-034-5/+23
| | | | Ensure that bad inputs raise appropriate fatal errors.
* Correct some awkward documentationv0.04Tom Ryder2017-10-032-4/+5
|
* Adjust exporting to accommodate old Perlsv0.03Tom Ryder2017-10-032-7/+7
|
* Correct a documentation typov0.02Tom Ryder2017-10-031-3/+3
|
* First commit of List::Filtersv0.01Tom Ryder2017-10-037-0/+433
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.