aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove croncryptshcroncryptTom Ryder2017-05-132-18/+0
| | | | Turned out not to be such a good idea
* Strip README trailing blank lineTom Ryder2016-07-011-1/+0
|
* Add croncryptshTom Ryder2016-03-082-0/+19
|
* Remove useless variable initTom Ryder2014-10-301-1/+1
|
* Move to Artistic License 2.0Tom Ryder2014-09-303-130/+159
| | | | At request of possible contributor
* Use IPC::Run3 rather than IPC::Open3Tom Ryder2014-06-203-25/+7
| | | | | | | | | | | IPC::Open3 is recommended by Perl::Critic, but it's a relatively low-level tool that requires system select() calls and careful attention to buffering/blocking, among other things. It looks like it's great if you need fine-tuned detail like that, but in this case, I don't, I just need something better than system() that will capture both stdout and stderr from a call. IPC::Run3 is by the same author and much better suited to this purpose.
* Simplify required Perl versionTom Ryder2014-06-201-1/+1
|
* Move utf8 use pragma because I'm pickyTom Ryder2014-06-201-1/+1
|
* Add autodieTom Ryder2014-06-201-0/+1
|
* HTTPS version of siteTom Ryder2014-06-091-1/+1
|
* Make README example match man pageTom Ryder2014-05-261-2/+3
|
* Add man pageTom Ryder2014-05-261-0/+27
|
* Add copy of Artistic LicenseTom Ryder2014-05-261-0/+128
|
* Move into logical bindirTom Ryder2014-05-261-0/+0
|
* Set a minimum Perl version for clarityTom Ryder2014-05-261-0/+3
|
* Remove Data::Dumper debugging moduleTom Ryder2014-05-262-2/+0
|
* Source in UTF-8Tom Ryder2014-03-071-0/+1
|
* Update site URLTom Ryder2014-02-241-1/+1
|
* Format environment variable as monospaceTom Ryder2014-02-141-1/+1
|
* Some minor formattingTom Ryder2014-02-141-5/+6
|
* First code commitTom Ryder2014-02-143-4/+170
| | | | | Very bare bones at the moment. Needs perldoc or man(1) help and possibly a Makefile to install it.
* Initial commitTom Ryder2014-02-131-0/+4