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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
Revision history for Perl module Net::IPv6Addr
1.02 2021-03-31
* Remove Net::IPv4Addr dependence
* Disable base85 unless user installed Math::Base85
1.01 2020-06-20
* Documentation revisions
1.0 2020-06-18
* Stricter requirements for base 85 addresses
0.96 2018-10-06
* Requirement on Math::BigInt changed to add version
0.95 2018-10-06
* "from_bigint" method added
* Documentation updated to reflect the current RFCs
* Tests of "to_bigint", rfc compliance; fix broken string test
* Any valid ipv6 value can now be output as mixed ipv6 and ipv4
0.94 2018-10-06 Ben Bullock <bkb@cpan.org>
* Pod error fixed
* EXPORTS_OK corrected
0.93 2018-10-05 Ben Bullock <bkb@cpan.org>
* Remove README and use generated one
* Fix bad links in documentation
0.92 2018-10-05 Ben Bullock <bkb@cpan.org>
* Documentation expanded with working examples
* UTF-8 in Makefile.PL marked
* to_* routines exported on demand
* Repetition in error messages removed
* Parsing of mixed IPv6/IPv4 now OK
0.91 2017-10-06 Ben Bullock <bkb@cpan.org>
* Documentation (esp. SEE ALSO, BUGS)
* Better validation of IPv4 addresses in ipv6_chkip
0.9 2017-09-30 Ben Bullock <bkb@cpan.org>
* in_network / in_network_of_size bug fix
0.8 2017-09-30 Ben Bullock <bkb@cpan.org>
* Export some functions
* Documentation corrected
0.7 2017-08-26 Ben Bullock <bkb@cpan.org>
* Documentation rewrite
0.6 2017-08-25 Ben Bullock <bkb@cpan.org>
* Changed format of ChangeLog to follow CPAN::Changes::Spec,
which means it will be displayed nicely by MetaCPAN.
0.5 2017-08-24 Ben Bullock <bkb@cpan.org>
* Add licence information to POD documentation
0.4 2017-08-24 Ben Bullock <bkb@cpan.org>
* Add contributors and licence information
* Add documentation
* Remove RFCs from distro
0.3 2017-08-24 Ben Bullock <bkb@cpan.org>
* Add meta files to distribution
* in_network altered
* Documentation updates
0.2 2002-08-06 Tony Monroe <tmonroe+perl@nog.net>
* Many patches from Jyrki Soini <jyrki.soini@sonera.com>,
fixing bugs and adding features!
0.1 2001-07-21 Tony Monroe <tmonroe+perl@nog.net>
* Based on Net::IPv4Addr version 0.10.
Author: Francis J. Lacoste <francis.lacoste@iNsu.COM>
* Passes all basic tests.
* Takes any input or output format described by RFC1884 or RFC1924.
* Automatically generates those pesky IP6.INT. strings (RFC1886).
|