aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* Test that specifying encryption explicitly worksTom Ryder2017-10-201-0/+1
|
* Add test of custom name in constructorTom Ryder2017-10-201-0/+1
|
* Add test that signing requires key and passphraseTom Ryder2017-10-181-0/+1
|
* Add encrypt-sign build testTom Ryder2017-10-181-0/+1
|
* Add more tests, bump versionv0.06Tom Ryder2017-10-181-1/+1
| | | | | | | 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-181-0/+1
|
* One basic test to start: can we instantiate?Tom Ryder2017-10-141-0/+1
|
* Add dedicated LICENSE fileTom Ryder2017-10-141-0/+1
|
* Rename/separate out into app and moduleTom Ryder2017-10-051-6/+6
| | | | | | | | | | | 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/+9