diff options
author | Todd Rinaldo <toddr@cpan.org> | 2020-09-15 17:40:55 -0500 |
---|---|---|
committer | Todd Rinaldo <toddr@cpan.org> | 2020-09-15 19:38:18 -0500 |
commit | 8fa9c8df6550bca3290be5dea52bc871e9b6eb19 (patch) | |
tree | 4b6a7541ebfd41db6618f186914799eb9eff97e1 /cpan/IO-Socket-IP/t/21as-inet.t | |
parent | 4737eb086461114557478cd96ef0b839db56baf0 (diff) | |
download | perl-8fa9c8df6550bca3290be5dea52bc871e9b6eb19.tar.gz |
Update IO-Socket-IP to CPAN version 0.41
[DELTA]
0.41 2020-09-15 16:59
[CHANGES]
* Updated to `=head2 barename` documentation style
[BUGFIXES]
* Remember to declare configure_requires Module::Build
0.40 2020-09-15 16:41
[CHANGES]
* Don't ship a Makefile.PL
* Updated docs about `-register` option
[BUGFIXES]
* Ensure safety under default-strict (RT133322)
Diffstat (limited to 'cpan/IO-Socket-IP/t/21as-inet.t')
-rw-r--r-- | cpan/IO-Socket-IP/t/21as-inet.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpan/IO-Socket-IP/t/21as-inet.t b/cpan/IO-Socket-IP/t/21as-inet.t index 2b8713d46f..96e7efbb82 100644 --- a/cpan/IO-Socket-IP/t/21as-inet.t +++ b/cpan/IO-Socket-IP/t/21as-inet.t @@ -1,5 +1,6 @@ #!/usr/bin/perl +use v5; use strict; use warnings; |