/usr/local/CPAN/Parse-BBCode/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.3800
require 5.006001;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Parse::BBCode',
          'VERSION_FROM' => 'lib/Parse/BBCode.pm',
          'PREREQ_PM' => {
                           'Carp' => 0,
                           'Class::Accessor::Fast' => '0.25',
                           'Data::Dumper' => 0,
                           'Test::More' => 0,
                           'Test::NoWarnings' => 0,
                           'URI::Escape' => 0,
                           'strict' => 0,
                           'warnings' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;