Revision history for Net-DNS-SPF-Expander
0.010 2013-08-06
- Another sorting fix for single records and
test failures on 5.18.
0.009 2013-08-01
- Fix tests for 5.18 by making sure expansions
are sorted, and making sure we don't clobber
@_ with an implicit split to @_ in
_expand_spf_component.
0.008 2013-07-30
- Remove IO_All filetype on output_file.
0.007 2013-07-30
- Fix Changes file. neilbowers
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 2013-07-28
- 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!