fix for bug 2577: Cannot delete patron in IE
[koha.git] / about.pl
index 9834807..0c47aa0 100755 (executable)
--- a/about.pl
+++ b/about.pl
@@ -72,13 +72,14 @@ Class::Accessor
 Compress::Zlib
 DBD::mysql
 DBI
-Data::Ical
 Data::Dumper
 Date::Calc
-Date::Ical
+Data::ICal
 Date::Manip
 Digest::MD5
+Email::Date
 File::Temp
+GD
 GD::Barcode::UPCE
 Getopt::Long
 Getopt::Std
@@ -86,7 +87,6 @@ HTML::Template::Pro
 HTTP::Cookies
 HTTP::Request::Common
 HTML::Scrubber
-Image::Magick
 LWP::Simple
 LWP::UserAgent
 Lingua::Stem
@@ -98,6 +98,7 @@ MARC::Charset
 MARC::File::XML
 MARC::Record
 MIME::Base64
+MIME::Lite
 MIME::QuotedPrint
 Mail::Sendmail
 Net::LDAP
@@ -111,6 +112,7 @@ PDF::Reuse::Barcode
 POE
 POSIX
 Schedule::At
+SMS::Send
 Term::ANSIColor
 Test
 Test::Harness
@@ -145,14 +147,12 @@ foreach my $component ( sort @component_names ) {
     else {
         $version = 'module is missing';
     }
-    $counter++;
-    $counter=0 if $counter >3;
     push(
         @components,
         {
             name    => $component,
             version => $version,
-            counter => $counter,
+            newrow  => (++$counter % 4) ? 0 : 1,
         }
     );
 }