Browse Source

Adding Biblio::EndNote dep

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
3.0.x
Paul POULAIN 17 years ago
committed by Joshua Ferraro
parent
commit
36d4b404f1
  1. 1
      Makefile.PL
  2. 4
      about.pl

1
Makefile.PL

@ -96,6 +96,7 @@ WriteMakefile(
AUTHOR => 'Koha Developers <koha-devel@nongnu.org>',
NO_META => 1,
PREREQ_PM => {
'Biblio::EndnoteStyle' => 0.05,
'CGI' => 3.15,
'CGI::Carp' => 1.29,
'CGI::Session' => '4.10',

4
about.pl

@ -56,7 +56,9 @@ $template->param(
zebraVersion => $zebraVersion,
);
my @component_names =
qw/CGI
qw/
Biblio::EndnoteStyle
CGI
CGI::Carp
CGI::Session
Class::Factory::Util

Loading…
Cancel
Save