Consistency check between Makefile.pl and about.pl We weren't picking up JSOM so...
[koha-ffzg.git] / Makefile.PL
index 669998f..98c13ae 100644 (file)
@@ -531,19 +531,19 @@ WriteMakefile(
               AUTHOR       => 'Koha Developers <koha-devel@nongnu.org>',
               NO_META      => 1,
               PREREQ_PM => {
-                            'Algorithm::CheckDigits'          => 0.50,
+                            'Algorithm::CheckDigits'           => 0.50,
                             'Biblio::EndnoteStyle'             => 0.05,
                             'CGI'                              => 3.15,
                             'CGI::Carp'                        => 1.29,
-                            'CGI::Session'                     => '4.20',
-                            'CGI::Session::Serialize::yaml'    => '4.20',
+                            'CGI::Session'                     => 4.20,
+                            'CGI::Session::Serialize::yaml'    => 4.20,
                             'Class::Factory::Util'             => 1.6,
                             'Class::Accessor'                  => 0.30,
                             'DBD::mysql'                       => 4.004,
                             'DBD::SQLite'                      => 1.13, # optional, used for offline circulation
                             'DBI'                              => 1.53,
-                            'Data::ICal'                       => 0.13,
                             'Data::Dumper'                     => 2.121,
+                            'Data::ICal'                       => 0.13,
                             'Date::Calc'                       => 5.4,
                             'Date::ICal'                       => 1.72,
                             'Date::Manip'                      => 5.44,
@@ -558,6 +558,7 @@ WriteMakefile(
                             'HTML::Scrubber'                   => 0.08,
                             'HTTP::Cookies'                    => 1.39,
                             'HTTP::Request::Common'            => 1.26,
+                            'JSON'                             => 2.07, # Needed by admin/item_circulation_alerts.pl
                             'LWP::Simple'                      => 1.41,
                             'LWP::UserAgent'                   => 2.033,
                             'Lingua::Stem'                     => 0.82,