Blame Makefile.PL

Packit 647083
# Generated by Module::Build::Compat->create_makefile_pl
Packit 647083
Packit 647083
use ExtUtils::MakeMaker;
Packit 647083
WriteMakefile
Packit 647083
  (
Packit 647083
   NAME        => 'Class::Accessor::Chained',
Packit 647083
   VERSION     => '0.01',
Packit 647083
   PL_FILES    => {},
Packit 647083
   INSTALLDIRS => 'site',
Packit 647083
   PREREQ_PM   => {
Packit 647083
		 'Test::More' => '0',
Packit 647083
		 'Class::Accessor' => '0',
Packit 647083
		  },
Packit 647083
  );