/usr/local/CPAN/String-Fraction/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'String::Fraction',
          'VERSION_FROM' => 'lib/String/Fraction.pm',
          'PREREQ_PM' => {
                           'HTML::Fraction' => '0.40',
                           'Test::More' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'PL_FILES' => {}
        )
;