Bug 25279: Use the API to list cities
[koha-ffzg.git] / C4 / BackgroundJob.pm
index f607340..48683f9 100644 (file)
@@ -18,8 +18,7 @@ package C4::BackgroundJob;
 # 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::Auth qw/get_session/;
 use Digest::MD5;