Bug 20426: Fix default fund value when adding orders from iso2709 file
[koha.git] / plugins / plugins-upload.pl
index 8a2ac26..06fcea5 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;
+use Modern::Perl;
 
 use Archive::Extract;
 use File::Temp;