Adding Biblio::EndNote dep
authorPaul POULAIN <paul@koha-fr.org>
Fri, 23 Nov 2007 18:26:01 +0000 (19:26 +0100)
committerJoshua Ferraro <jmf@liblime.com>
Sun, 25 Nov 2007 23:03:21 +0000 (17:03 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
Makefile.PL
about.pl

index 3cdb131..c9f6772 100755 (executable)
@@ -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',
index 0873ef5..59d047a 100755 (executable)
--- a/about.pl
+++ b/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