27 Mar
2018
27 Mar
'18
3:06 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14407 --- Comment #44 from M. Tompsett <mtompset@hotmail.com> --- Comment on attachment 70476 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=70476 Bug 14407: Unit tests for in_ipset Review of attachment 70476: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=14407&attachment=70476) ----------------------------------------------------------------- ::: t/Auth.t @@ +18,5 @@
+use Modern::Perl; +use Test::More tests => 10; + +use C4::Auth qw / in_ipset /; +use warnings;
Modern::Perl should cover the use warnings situation. -- You are receiving this mail because: You are watching all bug changes.