/usr/local/CPAN/data-trie/Makefile.PL
use
ExtUtils::MakeMaker
;
WriteMakefile
(
NAME
=>
'Data::Trie'
,
VERSION_FROM
=>
'Trie.pm'
,
)
;