thrift/lib/perl/Makefile.PL
Mark Slee 254ce20e51 Perl library for Thrift
Summary: Submitted by Jake Luciani

Reviewed By: mcslee


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665112 13f79535-47bb-0310-9956-ffa450edef68
2007-05-16 02:21:06 +00:00

10 lines
335 B
Perl

use ExtUtils::MakeMaker;
WriteMakefile( 'NAME' => 'Thrift',
'VERSION_FROM' => 'lib/Thrift.pm',
'PREREQ_PM' => {
'Bit::Vector' => 0
},
($] >= 5.005 ?
( AUTHOR => 'T Jake Luciani <jakers@gmail.com>') : ()),
);