Bug 10910: Add a warning when deleting a patron with pending suggestions
[koha-ffzg.git] / svc / authentication
index 08d30d0..89aa648 100755 (executable)
@@ -18,8 +18,7 @@
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 #
 
-use strict;
-use warnings;
+use Modern::Perl;
 
 use CGI qw ( -utf8 );
 use C4::Auth qw/check_api_auth/;