/usr/local/CPAN/LaTeX-Pod/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.34
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'LaTeX::Pod',
          'EXE_FILES' => [
                           'scripts/latex2pod'
                         ],
          'VERSION_FROM' => 'lib/LaTeX/Pod.pm',
          'PREREQ_PM' => {
                           'Getopt::Long' => 0,
                           'FindBin' => 0,
                           'File::Spec' => 0,
                           'LaTeX::TOM' => 0,
                           'Carp' => 0,
                           'Test::More' => 0,
                           'boolean' => 0,
                           'Params::Validate' => 0
                         }
        )
;