new virtual shelves changes, keyed by biblionumber
[koha_gimpoz] / Makefile.PL
index f00a204..bb5e56a 100644 (file)
@@ -29,8 +29,11 @@ Makefile.PL - Koha packager and installer
 
 =head1 SYNOPSIS
 
-perl Makefile.PL
-make
+       perl Makefile.PL
+       make
+       sudo make install
+       make manifest tardist
+       make manifest zipdist
 
 =head1 DESCRIPTION
 
@@ -76,23 +79,28 @@ to generate initial configuration files.
 WriteMakefile(
 
     NAME => 'koha',
-    VERSION => strftime('2.9.%Y%m%d%H'),
+    VERSION => strftime('2.9.%Y%m%d%H',gmtime),
     ABSTRACT => 'Award-winning integrated library system (ILS) and Web OPAC',
     AUTHOR => 'Koha Developers <koha-devel@nongnu.org>',
     NO_META => 1,
     PREREQ_PM => {
 'CGI' => 3.15,
 'CGI::Carp' => 1.29,
+'CGI::Session' => '4.10',
+'Class::Accessor' => 0.30,
+'DBD::mysql' => 3.0008,
 'DBI' => 1.53,
 'Data::Dumper' => 2.121_08,
 'Data::Random' => 0.05,
 'Date::Calc' => 5.4,
 'Date::Manip' => 5.44,
 'Digest::MD5' => 2.36,
+'Event' => 1.06,
 'File::Temp' => 0.16,
 'GD::Barcode::UPCE' => 1.1,
 'Getopt::Long' => 2.35,
 'Getopt::Std' => 1.05,
+'HTML::Template' => 2.8,
 'HTML::Template::Pro' => 0.65,
 'HTML::Tree' => 3.1901,
 'HTTP::Cookies' => 1.39,
@@ -108,6 +116,8 @@ WriteMakefile(
 'MIME::Base64' => 3.07,
 'MIME::QuotedPrint' => 3.07,
 'Mail::Sendmail' => 0.79,
+'Net::Z3950' => 0,
+'Net::Z3950::ZOOM' => 1.16,
 'PDF::API2' => 2.000,
 'PDF::API2::Page' => 2.000,
 'PDF::API2::Util' => 2.000,
@@ -125,6 +135,7 @@ WriteMakefile(
 'XML::LibXML' => 1.59,
 'XML::SAX::ParserFactory' => 1.01,
 'XML::Simple' => 2.14,
+'XML::RSS' => 1.31,
 'ZOOM' => 0,
         },