THRIFT-190. Added dependency check to perl Makefile
authorT Jake Luciani <jake@apache.org>
Mon, 22 Dec 2008 13:13:56 +0000 (13:13 +0000)
committerT Jake Luciani <jake@apache.org>
Mon, 22 Dec 2008 13:13:56 +0000 (13:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@728678 13f79535-47bb-0310-9956-ffa450edef68

lib/perl/Makefile.PL

index fa3ea88..a860b4d 100644 (file)
@@ -2,7 +2,8 @@ use ExtUtils::MakeMaker;
 WriteMakefile( 'NAME' => 'Thrift',
                'VERSION_FROM' => 'lib/Thrift.pm',
                'PREREQ_PM'              => {
-                   'Bit::Vector' => 0
+                   'Bit::Vector' => 0,
+                   'Class::Accessor' => 0
                },
                ($] >= 5.005 ?
  (                AUTHOR     => 'T Jake Luciani <jakers@gmail.com>') : ()),