X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=about.pl;h=f92d211b4ab378a160c2eba8c8755406305cd8f1;hb=5fc0c4968d83ae19b43eda622eda1426c76c3fe2;hp=6cff96d5bc85abd688da6c7a2c4567af04d0d654;hpb=1baf6348cc38e4feeddad89332d78d08c81d5930;p=koha_fer diff --git a/about.pl b/about.pl index 6cff96d5bc..f92d211b4a 100755 --- a/about.pl +++ b/about.pl @@ -1,5 +1,5 @@ #!/usr/bin/perl - + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it under the @@ -16,8 +16,7 @@ # Suite 330, Boston, MA 02111-1307 USA use strict; -require Exporter; - +use warnings; use C4::Output; # contains gettemplate use C4::Auth; use C4::Context; @@ -63,32 +62,43 @@ $template->param( ); my @component_names = qw/ +Algorithm::CheckDigits Biblio::EndnoteStyle CGI CGI::Carp CGI::Session +CGI::Session::Serialize::yaml Class::Factory::Util Class::Accessor Compress::Zlib DBD::mysql +DBD::SQLite2 DBI Data::Dumper -Date::Calc Data::ICal +Date::Calc +Date::ICal Date::Manip Digest::MD5 +Digest::SHA +Email::Date File::Temp GD GD::Barcode::UPCE Getopt::Long Getopt::Std +Graphics::Magick HTML::Template::Pro HTTP::Cookies +HTTP::OAI HTTP::Request::Common HTML::Scrubber +IPC::Cmd +JSON LWP::Simple LWP::UserAgent Lingua::Stem +Lingua::Stem::Snowball List::Util List::MoreUtils Locale::Language @@ -103,9 +113,12 @@ Mail::Sendmail Net::LDAP Net::LDAP::Filter Net::Z3950::ZOOM +Number::Format PDF::API2 PDF::API2::Page PDF::API2::Util +PDF::API2::Simple +PDF::Table PDF::Reuse PDF::Reuse::Barcode POE @@ -118,6 +131,7 @@ Test::Harness Test::More Text::CSV Text::CSV_XS +Text::CSV::Encoded Text::Iconv Text::Wrap Time::HiRes @@ -127,6 +141,7 @@ XML::Dumper XML::LibXML XML::LibXSLT XML::SAX::ParserFactory +XML::SAX::Writer XML::Simple XML::RSS YAML::Syck @@ -146,14 +161,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, } ); }