Codebase list libnet-dns-resolver-mock-perl / 4411d9a
Import upstream version 1.20200215+git20200215.1.61c7871 Debian Janitor 2 years ago
6 changed file(s) with 16 addition(s) and 13 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Net::DNS::Resolver::Mock
1
2 1.20211105 2021-11-05 13:20:31+00:00 UTC
13
24 1.20200215 2020-02-15 15:07:49+00:00 UTC
35 - Add missing Changelog
291291
292292 - "Package" refers to the collection of files distributed by the Copyright
293293 Holder, and derivatives of that collection of files created through
294 textual modification.
294 textual modification.
295295 - "Standard Version" refers to such a Package if it has not been modified,
296296 or has been modified in accordance with the wishes of the Copyright
297 Holder.
297 Holder.
298298 - "Copyright Holder" is whoever is named in the copyright or copyrights for
299 the package.
299 the package.
300300 - "You" is you, if you're thinking about copying or distributing this Package.
301301 - "Reasonable copying fee" is whatever you can justify on the basis of media
302302 cost, duplication charges, time of people involved, and so on. (You will
303303 not be required to justify it to the Copyright Holder, but only to the
304 computing community at large as a market that must bear the fee.)
304 computing community at large as a market that must bear the fee.)
305305 - "Freely Available" means that no fee is charged for the item itself, though
306306 there may be fees involved in handling the item. It also means that
307307 recipients of the item may redistribute it under the same conditions they
308 received it.
308 received it.
309309
310310 1. You may make and give away verbatim copies of the source form of the
311311 Standard Version of this Package without restriction, provided that you
372372
373373 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
374374 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
375 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
375 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
376376
377377 The End
378378
0 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.012.
0 # This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.017.
11 Changes
22 LICENSE
33 MANIFEST
88 configure_requires:
99 ExtUtils::MakeMaker: '0'
1010 dynamic_config: 0
11 generated_by: 'Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010'
11 generated_by: 'Dist::Zilla version 6.017, CPAN::Meta::Converter version 2.150010'
1212 license: perl
1313 meta-spec:
1414 url: http://module-build.sourceforge.net/META-spec-v1.4.html
2222 base: '0'
2323 strict: '0'
2424 warnings: '0'
25 version: '1.20200215'
26 x_generated_by_perl: v5.30.1
25 version: '1.20211105'
26 x_generated_by_perl: v5.32.1
2727 x_serialization_backend: 'YAML::Tiny version 1.73'
28 x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
0 # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.012.
0 # This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.017.
11 use strict;
22 use warnings;
33
2828 "Test::Exception" => 0,
2929 "Test::More" => 0
3030 },
31 "VERSION" => "1.20200215",
31 "VERSION" => "1.20211105",
3232 "test" => {
3333 "TESTS" => "t/*.t"
3434 }
22 use strict;
33 use warnings;
44
5 our $VERSION = '1.20200215'; # VERSION
5 our $VERSION = '1.20211105'; # VERSION
66
77 use base 'Net::DNS::Resolver';
88