From b818ac9db28d4972b4ffec1760639cf32e8bc658 Mon Sep 17 00:00:00 2001 From: alech Date: Tue, 19 Aug 2008 13:01:17 +0000 Subject: [PATCH] Added Class::Accessor::[Chained]::Fast to the requirements (needed by Data::Page but not listed by them) git-svn-id: https://openxpki.svn.sourceforge.net/svnroot/openxpki@1322 95d9436f-6502-0410-902c-bd9569d1a17e --- trunk/perl-modules/core/trunk/Makefile.PL | 2 ++ 1 file changed, 2 insertions(+) diff --git a/trunk/perl-modules/core/trunk/Makefile.PL b/trunk/perl-modules/core/trunk/Makefile.PL index 710e0775..003ee666 100644 --- a/trunk/perl-modules/core/trunk/Makefile.PL +++ b/trunk/perl-modules/core/trunk/Makefile.PL @@ -277,6 +277,8 @@ WriteMakefile( 'INC' => "-I. -I$openssl_inc_dir", 'CCFLAGS' => '-O2 -g', 'PREREQ_PM' => { + 'Class::Accessor::Fast' => '0.31', + 'Class::Accessor::Chained::Fast' => 1, 'Class::Std' => '0.0.8', 'CGI::Session' => '3.95', 'DBI' => 1, -- 2.11.4.GIT