Revision history for Net-DNS-SPF-Expander
0.014 2013-12-24
- Fixes for test failures:
http://www.cpantesters.org/distro/N/Net-DNS-SPF-Expander.html
Make sure the origin does not contain a
trailing period in the master strings, and
change some test data from real-world DNS
changes.
0.013 2013-10-04
- BUG FIX: Master record strings need the
"include:" mechanism before each component.
This is a breaking bug, now fixed.
0.012 2013-08-21
- Please remember that addition and subtraction
are commutative. Ahem.
- Tests for max length.
- Replace tabs in Net::DNS::RR->string output.
0.011 2013-08-19
- Add PkgVersion Dist::Zilla plugin.
Chris Weyl (https://github.com/RsrchBoy)
- Give Campus Explorer, Inc., copyright.
0.010
- 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!