Codebase list libnet-dns-resolver-mock-perl / 88e3026
Import upstream version 1.20220817+git20220817.2.6b2659c Debian Janitor 1 year, 4 months ago
4 changed file(s) with 4 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Net::DNS::Resolver::Mock
11
2 1.20221125 2022-11-25 03:56:43+00:00 UTC
2 1.20221218 2022-12-18 16:25:04+00:00 UTC
33
44 1.20220817
55 - Fix issue when looking up record at the root
2222 base: '0'
2323 strict: '0'
2424 warnings: '0'
25 version: '1.20221125'
25 version: '1.20221218'
2626 x_generated_by_perl: v5.36.0
2727 x_serialization_backend: 'YAML::Tiny version 1.73'
2828 x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
2828 "Test::Exception" => 0,
2929 "Test::More" => 0
3030 },
31 "VERSION" => "1.20221125",
31 "VERSION" => "1.20221218",
3232 "test" => {
3333 "TESTS" => "t/*.t"
3434 }
22 use strict;
33 use warnings;
44
5 our $VERSION = '1.20221125'; # VERSION
5 our $VERSION = '1.20221218'; # VERSION
66
77 use base 'Net::DNS::Resolver';
88