[Koha-patches] [PATCH] [bug #2759] Add a dependance to CGI::Session::serialize::yaml 4.20

Nahuel Angelinetti nahuel.angelinetti at biblibre.com
Wed Nov 5 16:43:11 CET 2008


---
 Makefile.PL |    3 ++-
 about.pl    |    1 +
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 69a12cf..b184df5 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -536,7 +536,8 @@ WriteMakefile(
                             'Biblio::EndnoteStyle'             => 0.05,
                             'CGI'                              => 3.15,
                             'CGI::Carp'                        => 1.29,
-                            'CGI::Session'                     => '4.10',
+                            'CGI::Session'                     => '4.20',
+                            'CGI::Session::Serialize::yaml'    => '4.20',
                             'Class::Factory::Util'             => 1.6,
                             'Class::Accessor'                  => 0.30,
                             'DBD::mysql'                       => 4.004,
diff --git a/about.pl b/about.pl
index 08b3b6f..1c6e810 100755
--- a/about.pl
+++ b/about.pl
@@ -67,6 +67,7 @@ Biblio::EndnoteStyle
 CGI
 CGI::Carp
 CGI::Session
+CGI::Session::Serialize::yaml
 Class::Factory::Util
 Class::Accessor
 Compress::Zlib
-- 
1.5.6.3




More information about the Koha-patches mailing list