We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7515aa commit a622ae8Copy full SHA for a622ae8
Changes
@@ -1,12 +1,12 @@
1
Revision history for perl module Net::RDAP:
2
3
-0.36 - 2025-04-03
+0.37 - 2025-04-03
4
- added link() and related() methods to Net::RDAP::Base.
5
- added event(), entity(), registrant() and registrar() methods to
6
Net::RDAP::Object.
7
- added has_role() to Net::RDAP::Object::Entity.
8
9
-0.35 - 2025-03-19
+0.36 - 2025-03-19
10
- remove vCard as a dependency in Makefile.PL
11
- change use of DateTime::Format::ISO8601 in
12
Net::RDAP::Registry::IANARegistry.
lib/Net/RDAP.pm
@@ -26,7 +26,7 @@ use constant DEFAULT_CACHE_TTL => 3600;
26
use strict;
27
use warnings;
28
29
-$VERSION = '0.36';
+$VERSION = '0.37';
30
31
=pod
32
0 commit comments