in reply to New module - Test::FileReferenced - please review

Not really that important, but I tidied the Makefile.PL:
# Note: this file was auto-generated by Module::Build::Compat version +0.3607 require 5.008000; use ExtUtils::MakeMaker; WriteMakefile( 'PL_FILES' => {}, 'INSTALLDIRS' => 'site', 'NAME' => 'Test::FileReferenced', 'EXE_FILES' => [], 'VERSION_FROM' => 'lib/Test/FileReferenced.pm', 'PREREQ_PM' => { 'Test::More' => '0.94', 'Test::Exception' => '0.27', 'FindBin' => '1.47', 'YAML::Any' => '0.71', 'Cwd' => '3.2701' } );

Replies are listed 'Best First'.
Re^2: New module - Test::FileReferenced - please review
by Natanael (Acolyte) on May 29, 2010 at 19:19 UTC
    Thank You for the effort, but since "this file was auto-generated by Module::Build::Compat" I have not even checked it's contents.

    I'm affraid, that my attempts to clean it up every time it's re-created by Module::Build would only increase the chance of it being broken in some way or another. :(