use
5.005;
my
$author4
=
'Siddharth Patwardhan <sidd@cs.utah.edu>'
;
my
$author3
=
'Serguei Pakhomov <pakh0002@umn.edu>'
;
my
$author2
=
'Ted Pedersen <tpederse@d.umn.edu>'
;
my
$author1
=
'Bridget McInnes <bthomson@cs.umn.edu>'
;
WriteMakefile(
'NAME'
=>
'UMLS::Interface'
,
'VERSION_FROM'
=>
'lib/UMLS/Interface.pm'
,
'PREREQ_PM'
=> {
'DBI'
=>
'0'
,
'DBD::mysql'
=>
'0'
,
'Digest::SHA1'
=>
'2.12'
,
'File::Spec'
=>
'3.31'
,
'File::Path'
=>
'2.08'
},
'EXE_FILES'
=> [(
"utils/removeConfigData.pl"
,
"utils/findLeastCommonSubsumer.pl"
,
"utils/findPathToRoot.pl"
,
"utils/findShortestPath.pl"
,
"utils/getChildren.pl"
,
"utils/getParents.pl"
,
"utils/getCuiDef.pl"
,
"utils/getExtendedDef.pl"
,
"utils/getRelated.pl"
,
"utils/getRelations.pl"
,
"utils/getStDef.pl"
,
"utils/getAssociatedTerms.pl"
,
"utils/getAssociatedCuis.pl"
,
"utils/findCuiDepth.pl"
,
"utils/getSts.pl"
,
"utils/findDFS.pl"
,
"utils/getTableNames.pl"
,
"utils/getCuiList.pl"
,
"utils/getIC.pl"
,
"utils/getStString.pl"
,
"utils/findShortestPathLength.pl"
,
"utils/getCompounds.pl"
,
"utils/findNumberOfCloserConcepts.pl"
)],
'dist'
=> {
'COMPRESS'
=>
'gzip -9f'
,
'SUFFIX'
=>
'gz'
},
($] >= 5.005 ?
(
'ABSTRACT_FROM'
=>
'lib/UMLS/Interface.pm'
,
'AUTHOR'
=>
"$author1, $author2, $author3, $author4"
) : ()));