From 8caca909e16afa516eb022f31c6d1dce883d22d7 Mon Sep 17 00:00:00 2001 From: dakkar Date: Thu, 10 Nov 2016 14:51:20 +0000 Subject: strictures in ::Types --- lib/Data/QRCode/Types.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Data/QRCode/Types.pm') diff --git a/lib/Data/QRCode/Types.pm b/lib/Data/QRCode/Types.pm index 3c5eec7..ac711e2 100644 --- a/lib/Data/QRCode/Types.pm +++ b/lib/Data/QRCode/Types.pm @@ -1,4 +1,6 @@ package Data::QRCode::Types; +use strict; +use warnings; use Type::Library -base, -declare => qw( QRCodeEC QRCodeMode ); -- cgit v1.2.3