Bug 20019: use Modern::Perl in misc perl scripts
[koha-equinox.git] / virtualshelves / sendshelf.pl
index 9880efd..996c2f7 100755 (executable)
@@ -17,8 +17,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 Encode qw( encode );