aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v0.12'HEADv0.12masterTom Ryder2021-07-011-1/+1
| | | | | | * release/v0.12: Correct MIN_PERL_VERSION Update URLs in Makefile.PL
* Bump VERSION to 0.11Tom Ryder2018-02-211-1/+1
|
* Bump version number to 0.10v0.10Tom Ryder2017-12-041-1/+1
|
* Use warn/die properly, bump version numberv0.09Tom Ryder2017-10-271-1/+1
|
* Bump version numberv0.08Tom Ryder2017-10-231-1/+1
|
* Bump versionv0.07Tom Ryder2017-10-181-1/+1
|
* Add more tests, bump versionv0.06Tom Ryder2017-10-181-3/+3
| | | | | | | This is still really only testing that the object constructed in the right way and is providing the expected interface and internals as functions. It needs to actually run as much as possible. I still have to figure out how to mock that up cleanly.
* Backport to v5.8.1, bump versionv0.05Tom Ryder2017-10-151-3/+2
| | | | | | | It may be possible to go back further, but I'm tying myself in knots trying. Might have another go later. Dropped Const::Fast dependency even though it can be installed on 5.8.1; seems silly for one numeric constant. Just told Perl::Critic to turn a blind eye.
* Bump versionv0.04Tom Ryder2017-10-141-1/+1
|
* Correct a documentation errorTom Ryder2017-10-141-1/+1
|
* Bump versionv0.03Tom Ryder2017-10-141-1/+1
|
* Documentation correctionsTom Ryder2017-10-141-11/+12
|
* Bump version numberv0.02Tom Ryder2017-10-141-1/+5
|
* Fix lots of documentation and formattingTom Ryder2017-10-141-45/+60
|
* Make SYNOPSIS more useful/completeTom Ryder2017-10-141-1/+9
|
* Update BUGS/LIMITATIONS sectionsTom Ryder2017-10-141-7/+2
|
* Update README.markdown againTom Ryder2017-10-141-2/+2
|
* Update README.markdownTom Ryder2017-10-141-8/+21
|
* Add sign/encrypt optionsTom Ryder2017-10-141-0/+9
| | | | | Default signing to off; step 1 to mitigating the terrible literal passphrase passing.
* Update name of binscript to "runcrypt" in docsTom Ryder2017-10-141-3/+3
|
* Add a README.markdownTom Ryder2017-10-051-0/+149
| | | | Just pod2markdown of the module documentation
* Rename/separate out into app and moduleTom Ryder2017-10-051-45/+0
| | | | | | | | | | | This still needs a lot more work before release. In particular, I have to figure out what I'm going to do about the `passphrase` option. It's probably better to both not require it, in which case no signing is done (only encryption), and to instead allow a path to a file to be specified. The other big puzzle would be how on earth to write automated tests for it... I may end up imitating however Mail::GnuPG is testing itself.
* Remove croncryptshcroncryptTom Ryder2017-05-131-15/+0
| | | | Turned out not to be such a good idea
* Strip README trailing blank lineTom Ryder2016-07-011-1/+0
|
* Add croncryptshTom Ryder2016-03-081-0/+16
|
* Move to Artistic License 2.0Tom Ryder2014-09-301-2/+2
| | | | At request of possible contributor
* Use IPC::Run3 rather than IPC::Open3Tom Ryder2014-06-201-4/+3
| | | | | | | | | | | 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.
* HTTPS version of siteTom Ryder2014-06-091-1/+1
|
* Make README example match man pageTom Ryder2014-05-261-2/+3
|
* Remove Data::Dumper debugging moduleTom Ryder2014-05-261-1/+0
|
* 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-141-0/+45
Very bare bones at the moment. Needs perldoc or man(1) help and possibly a Makefile to install it.