Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
681e04e
)
THRIFT-190. Added dependency check to perl Makefile
author
T Jake Luciani
<jake@apache.org>
Mon, 22 Dec 2008 13:13:56 +0000
(13:13 +0000)
committer
T 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
patch
|
blob
|
history
diff --git
a/lib/perl/Makefile.PL
b/lib/perl/Makefile.PL
index
fa3ea88
..
a860b4d
100644
(file)
--- a/
lib/perl/Makefile.PL
+++ b/
lib/perl/Makefile.PL
@@
-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>') : ()),