X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=about.pl;h=75635a694c95ebd4c5148a73e331356f48bbfa15;hb=2eb28d8457cd00a5073bc946eb334544be22b125;hp=9834807db94ae346ffe556f67e45a60fd345b66f;hpb=c8cd3cb653b1245e40d41b24d7f899cc8456b0f1;p=koha.git diff --git a/about.pl b/about.pl index 9834807db9..75635a694c 100755 --- a/about.pl +++ b/about.pl @@ -16,7 +16,6 @@ # Suite 330, Boston, MA 02111-1307 USA use strict; -require Exporter; use C4::Output; # contains gettemplate use C4::Auth; @@ -63,30 +62,36 @@ $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 DBI -Data::Ical Data::Dumper +Data::ICal Date::Calc -Date::Ical +Date::ICal Date::Manip Digest::MD5 +Email::Date File::Temp +GD GD::Barcode::UPCE Getopt::Long Getopt::Std HTML::Template::Pro HTTP::Cookies +HTTP::OAI HTTP::Request::Common HTML::Scrubber -Image::Magick +IPC::Cmd +JSON LWP::Simple LWP::UserAgent Lingua::Stem @@ -98,6 +103,7 @@ MARC::Charset MARC::File::XML MARC::Record MIME::Base64 +MIME::Lite MIME::QuotedPrint Mail::Sendmail Net::LDAP @@ -111,12 +117,14 @@ PDF::Reuse::Barcode POE POSIX Schedule::At +SMS::Send Term::ANSIColor Test Test::Harness Test::More Text::CSV Text::CSV_XS +Text::CSV::Encoded Text::Iconv Text::Wrap Time::HiRes @@ -126,6 +134,7 @@ XML::Dumper XML::LibXML XML::LibXSLT XML::SAX::ParserFactory +XML::SAX::Writer XML::Simple XML::RSS YAML::Syck @@ -145,14 +154,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, } ); }