Bug 12759: Use a list (shelf) for batch record modification and deletion
[koha_ffzg] / tools / scheduler.pl
index 809ffae..3cf6b7e 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; FIXME - Bug 2505
+use Modern::Perl;
 use C4::Context;
 use C4::Scheduler;
 use C4::Reports::Guided;