aboutsummaryrefslogtreecommitdiff
path: root/Changes
blob: d91c1b0a7add2109886535039d7419de6961af6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Revision history for Perl module Mail::Run::Crypt

This project began life as a monolithic Perl script. It does much the
same thing now but it's refactored out into an application and a module.

0.06 2017-10-18

 - Expand test suite's test of constructed object's state. Much more
   work is still needed as I figure out how to mock up the object
   interfaces required without spraying email everywhere or requiring
   system commands to be run.

0.05 2017-10-15

 - Backport to Perl v5.8.1

0.04 2017-10-14

 - Another documentation fix

0.03 2017-10-14

 - Several more documentation fixes

0.02 2017-10-14

 - Lots of documentation fixes and reformatting

0.01 2017-10-05

 - First perlmodded release, refactoring and rewriting much older code.