aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Bump versionv0.04Tom Ryder2017-10-141-2/+2
|
* Correct a documentation errorTom Ryder2017-10-141-1/+1
|
* Bump versionv0.03Tom Ryder2017-10-141-2/+2
|
* Documentation correctionsTom Ryder2017-10-141-11/+12
|
* Bump version numberv0.02Tom Ryder2017-10-141-2/+2
|
* Fix lots of documentation and formattingTom Ryder2017-10-141-46/+65
|
* Make SYNOPSIS more useful/completeTom Ryder2017-10-141-1/+9
|
* Update BUGS/LIMITATIONS sectionsTom Ryder2017-10-141-7/+2
|
* Reassure Perl::Critic about some wordsTom Ryder2017-10-141-0/+1
|
* Update README and brief descriptionTom Ryder2017-10-141-2/+2
|
* Use lowercase carp/croak messages consistentlyTom Ryder2017-10-141-3/+16
|
* Test existence and definedness for hash optionsTom Ryder2017-10-141-3/+3
|
* Use a nicer example passphraseTom Ryder2017-10-141-1/+1
|
* Add a missing word to docsTom Ryder2017-10-141-2/+2
|
* Mention that signing is optionalTom Ryder2017-10-141-5/+5
|
* Add sign/encrypt optionsTom Ryder2017-10-141-5/+35
| | | | | Default signing to off; step 1 to mitigating the terrible literal passphrase passing.
* Specify reason for Perl 5.10Tom Ryder2017-10-141-2/+2
|
* Update name of binscript to "runcrypt" in docsTom Ryder2017-10-141-5/+5
|
* Correct a couple of POD bonersTom Ryder2017-10-051-0/+4
|
* Rename/separate out into app and moduleTom Ryder2017-10-052-141/+287
| | | | | | | | | | | 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.
* Add Module::Starter boilerplate for perlmoddingTom Ryder2017-10-051-0/+141