Bugfix: Uncommenting pagination code
[koha.git] / about.pl
index e21dafc..f92d211 100755 (executable)
--- 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,7 +16,7 @@
 # Suite 330, Boston, MA  02111-1307 USA
 
 use strict;
-
+use warnings;
 use C4::Output;    # contains gettemplate
 use C4::Auth;
 use C4::Context;
@@ -80,12 +80,14 @@ 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
@@ -96,6 +98,7 @@ JSON
 LWP::Simple
 LWP::UserAgent
 Lingua::Stem
+Lingua::Stem::Snowball
 List::Util
 List::MoreUtils
 Locale::Language
@@ -110,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
@@ -125,6 +131,7 @@ Test::Harness
 Test::More
 Text::CSV
 Text::CSV_XS
+Text::CSV::Encoded
 Text::Iconv
 Text::Wrap
 Time::HiRes