Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ This module was originally called Tree::PatriciaTrie::IPv4
TODO
- add POD describing Graham Barr's API improvements

1.23 2025-04-27 12:00:00 CEST
- do not link to the nsl library (CPAN RT 124088)
- add test_dynamic and test_static targets (CPAN RT 117929)
- test with 0.0.0.0/0 instead of 0/0 (CPAN RT 146613)
- support compilation with GCC 15
- support Windows

1.22 2013-10-15 21:38:53 CEST
- update FSF address (CPAN RT 88585)
- add IPv6 examples to the synopsis
Expand Down
2 changes: 1 addition & 1 deletion Patricia.pm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ BEGIN {
@EXPORT = qw(AF_INET AF_INET6);
}

'$Revision: 1.22 $' =~ m/(\d+)\.(\d+)((_\d+)|)/ && ( $VERSION = "$1.$2$3");
'$Revision: 1.23 $' =~ m/(\d+)\.(\d+)((_\d+)|)/ && ( $VERSION = "$1.$2$3");

bootstrap Net::Patricia $VERSION;

Expand Down