#!perl -w
use strict;
use Module::Build;
Module::Build
  ->new( module_name => "File::Path::Expand",
         license     => 'perl',
         requires    => {
             'Test::More' => 0,
         },
         create_makefile_pl => 'traditional',
        )
  ->create_build_script;



syntax highlighted by Code2HTML, v. 0.9.1