aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v0.11'v0.11developTom Ryder2018-02-2111-17/+17
|\ | | | | | | | | | | | | | | * release/v0.11: Bump VERSION to 0.11 Update CHANGES Add Module::Signature line to Makefile.PL Remove unneeded File::stat dependency
| * Bump VERSION to 0.11Tom Ryder2018-02-2110-11/+11
| |
| * Update CHANGESTom Ryder2018-02-211-0/+5
| |
| * Merge branch 'feature/sign-releases' into developTom Ryder2018-02-211-0/+1
| |\ | | | | | | | | | | | | * feature/sign-releases: Add Module::Signature line to Makefile.PL
| | * Add Module::Signature line to Makefile.PLTom Ryder2018-02-211-0/+1
| |/
| * Merge branch 'feature/no-stat-depend' into developTom Ryder2018-02-212-6/+0
|/| | | | | | | | | * feature/no-stat-depend: Remove unneeded File::stat dependency
| * Remove unneeded File::stat dependencyTom Ryder2018-02-212-6/+0
|/ | | | | | This was added in b8625a2, likely as part of an aborted experiment in checking that the permissions of the "passfile" for runcrypt(1) were acceptably limited.
* Bump version number to 0.10v0.10Tom Ryder2017-12-0411-11/+15
|
* Use short shebang for translationTom Ryder2017-12-041-1/+1
| | | | | ExtUtils::MakeMaker should change this shebang to the actual Perl binary path.
* Use warn/die properly, bump version numberv0.09Tom Ryder2017-10-2711-27/+26
|
* Bump version numberv0.08Tom Ryder2017-10-2311-11/+15
|
* Test that specifying encryption explicitly worksTom Ryder2017-10-202-0/+17
|
* Remove unneeded exists..defined test seriesTom Ryder2017-10-201-3/+3
| | | | | Better test coverage this way and neither `strict` nor `warnings` seems concerned about testing the definedness of a nonexistent key.
* Add test of custom name in constructorTom Ryder2017-10-202-0/+21
|
* Bump versionv0.07Tom Ryder2017-10-189-9/+15
|
* Add some trailing commasTom Ryder2017-10-181-2/+2
|
* Add test that signing requires key and passphraseTom Ryder2017-10-182-0/+40
|
* Add encrypt-sign build testTom Ryder2017-10-182-0/+33
|
* Refactor encryption-mode build testTom Ryder2017-10-181-7/+6
|
* Remove trailing semicolonTom Ryder2017-10-181-1/+1
|
* Add more tests, bump versionv0.06Tom Ryder2017-10-189-28/+47
| | | | | | | 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.
* Add a test of `mailto` constructor requirementTom Ryder2017-10-182-0/+20
|
* Backport to v5.8.1, bump versionv0.05Tom Ryder2017-10-156-33/+31
| | | | | | | 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-146-6/+10
|
* Correct a documentation errorTom Ryder2017-10-143-3/+3
|
* Bump versionv0.03Tom Ryder2017-10-146-6/+10
|
* Documentation correctionsTom Ryder2017-10-143-37/+44
|
* Bump version numberv0.02Tom Ryder2017-10-146-6/+14
|
* Fix lots of documentation and formattingTom Ryder2017-10-143-110/+164
|
* Fix typov0.01Tom Ryder2017-10-141-1/+1
|
* Update .gitignore to reflect module nameTom Ryder2017-10-141-2/+2
|
* Make SYNOPSIS more useful/completeTom Ryder2017-10-142-2/+18
|
* Perl::Tidy run over bin/runcryptTom Ryder2017-10-141-2/+1
|
* Don't pretend this will work with any OpenPGP impTom Ryder2017-10-141-4/+4
|
* Update BUGS/LIMITATIONS sectionsTom Ryder2017-10-143-21/+5
|
* Update README.markdown againTom Ryder2017-10-141-2/+2
|
* Reassure Perl::Critic about some wordsTom Ryder2017-10-142-0/+2
|
* Update README and brief descriptionTom Ryder2017-10-142-4/+4
|
* Update README.markdownTom Ryder2017-10-141-8/+21
|
* One basic test to start: can we instantiate?Tom Ryder2017-10-142-0/+16
|
* Add diagnostics for file messagesTom Ryder2017-10-141-0/+8
|
* Update file carp/croak messagesTom Ryder2017-10-141-2/+2
|
* Use lowercase carp/croak messages consistentlyTom Ryder2017-10-142-7/+20
|
* 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
|
* Correct usage information for runcryptTom Ryder2017-10-141-2/+4
|
* Add some meta information to Makefile.PLTom Ryder2017-10-141-0/+17
|
* Add prerequisites to Makefile.PLTom Ryder2017-10-141-2/+8
|