File: Net-DNS-SPF-Expander.changes

package info (click to toggle)
libcpan-changes-perl 0.500005-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,964 kB
  • sloc: perl: 988; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 686 bytes parent folder | download
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
Revision history for {{$dist->name}}

{{$NEXT}}

0.006     2013-07-29
    - Make sure we can run the script on
      the same zonefile again without
      creating nonsense.
    - Fix tests by not reading from the file,
      but using a new return scalar value
      from ->write. It used to return 1, now
      it returns the string that will be
      written out.

0.005
    - Make sure that our split spf records
      contain the protocol, v=spf1.

0.004   2013-07-26
    - Add documentation.

0.003   2013-07-25
    - Make script be found and installed. 

0.002   2013-07-25
    - Make module get opts, and
    - add script

0.001   2013-07-25
    - Initial release. Hello world!