/usr/local/CPAN/Lingua-SV-Num2Word/Makefile.PL


use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME'              => 'Lingua::SV::Num2Word',
    'VERSION_FROM'      => 'Num2Word.pm',
    ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
      (AUTHOR     => 'Vitor Serra Mori') : ())
);