Bug 18887: Port max_holds rules to new CirculationRules system
[koha.git] / admin / printers.pl
index cb43148..bd30bde 100755 (executable)
@@ -37,8 +37,7 @@
 # You should have received a copy of the GNU General Public License
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
-use strict;
-#use warnings; FIXME - Bug 2505
+use Modern::Perl;
 use CGI qw ( -utf8 );
 use C4::Context;
 use C4::Output;