You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ja...@apache.org on 2008/12/22 14:13:56 UTC

svn commit: r728678 - /incubator/thrift/trunk/lib/perl/Makefile.PL

Author: jake
Date: Mon Dec 22 05:13:56 2008
New Revision: 728678

URL: http://svn.apache.org/viewvc?rev=728678&view=rev
Log:
THRIFT-190. Added dependency check to perl Makefile

Modified:
    incubator/thrift/trunk/lib/perl/Makefile.PL

Modified: incubator/thrift/trunk/lib/perl/Makefile.PL
URL: http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/perl/Makefile.PL?rev=728678&r1=728677&r2=728678&view=diff
==============================================================================
--- incubator/thrift/trunk/lib/perl/Makefile.PL (original)
+++ incubator/thrift/trunk/lib/perl/Makefile.PL Mon Dec 22 05:13:56 2008
@@ -2,7 +2,8 @@
 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 <ja...@gmail.com>') : ()),