aboutsummaryrefslogtreecommitdiff
path: root/t
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v0.12'HEADv0.12masterTom Ryder2021-07-016-6/+6
| | | | | | * release/v0.12: Correct MIN_PERL_VERSION Update URLs in Makefile.PL
* Bump VERSION to 0.11Tom Ryder2018-02-216-6/+6
|
* Bump version number to 0.10v0.10Tom Ryder2017-12-046-6/+6
|
* Use warn/die properly, bump version numberv0.09Tom Ryder2017-10-276-9/+9
|
* Bump version numberv0.08Tom Ryder2017-10-236-6/+6
|
* Test that specifying encryption explicitly worksTom Ryder2017-10-201-0/+16
|
* Add test of custom name in constructorTom Ryder2017-10-201-0/+20
|
* Bump versionv0.07Tom Ryder2017-10-184-4/+4
|
* Add some trailing commasTom Ryder2017-10-181-2/+2
|
* Add test that signing requires key and passphraseTom Ryder2017-10-181-0/+39
|
* Add encrypt-sign build testTom Ryder2017-10-181-0/+32
|
* 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-183-16/+28
| | | | | | | 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/+19
|
* Backport to v5.8.1, bump versionv0.05Tom Ryder2017-10-151-1/+1
| | | | | | | 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
|
* Bump versionv0.03Tom Ryder2017-10-141-1/+1
|
* Bump version numberv0.02Tom Ryder2017-10-141-1/+1
|
* One basic test to start: can we instantiate?Tom Ryder2017-10-141-0/+15