Bug 21133: Fix use statements order
[koha.git] / circ / branchoverdues.pl
index 29aad88..d4c20cb 100755 (executable)
@@ -16,8 +16,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 C4::Context;
 use CGI qw ( -utf8 );
 use C4::Output;