Gitiles
Code Review
Sign In
gerrit.mcp.mirantis.com
/
packaging
/
sources
/
thrift
/
8dae994f8f4abca87c3e9cbb73d1863d4883dda7
/
.
/
lib
/
perl
/
Makefile.PL
blob: fa3ea882793450062ceebb9586b108c5ec58091b [
file
] [
log
] [
blame
]
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>'
)
:
()),
);