X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=about.pl;h=44f6ceb51f7bdc33508e58194f8ad4f87ad22d63;hb=0c7e7053e2ec3ca33061b997ebbbe50f5d3f5f3a;hp=be499c550efdb197d5ce700bb7061b8f9df2eaed;hpb=778f3f3a24f80d62b4d5e5d0207be17b0e22659c;p=koha_fer diff --git a/about.pl b/about.pl index be499c550e..44f6ceb51f 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,47 +62,67 @@ $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 +Data::ICal Date::Calc +Date::ICal Date::Manip Digest::MD5 +Digest::SHA +Email::Date File::Temp +GD GD::Barcode::UPCE Getopt::Long Getopt::Std -Image::Magick HTML::Template::Pro HTTP::Cookies +HTTP::OAI HTTP::Request::Common +HTML::Scrubber +IPC::Cmd +JSON LWP::Simple LWP::UserAgent Lingua::Stem List::Util +List::MoreUtils Locale::Language MARC::Crosswalk::DublinCore MARC::Charset MARC::File::XML MARC::Record MIME::Base64 +MIME::Lite MIME::QuotedPrint 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 POSIX Schedule::At +SMS::Send Term::ANSIColor Test Test::Harness @@ -119,6 +138,7 @@ XML::Dumper XML::LibXML XML::LibXSLT XML::SAX::ParserFactory +XML::SAX::Writer XML::Simple XML::RSS YAML::Syck @@ -138,14 +158,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, } ); }