Bug 21325: Prevent authentication when sending userid and password in querystring
[koha-ffzg.git] / C4 / Scheduler.pm
index 24f46fe..a1c1ae5 100644 (file)
@@ -17,15 +17,13 @@ package C4::Scheduler;
 # 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 vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 use C4::Context;
 use Schedule::At;
 
 BEGIN {
-       # set the version for version checking
        require Exporter;
        @ISA = qw(Exporter);
        @EXPORT =