Bug 20639: (follow-up) Fix population of backends
[koha.git] / opac / opac-modrequest.pl
index 1c7a235..e86cd43 100755 (executable)
@@ -22,8 +22,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;
+use Modern::Perl;
 
 use CGI qw ( -utf8 );
 use C4::Output;