The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Module::Build;
my $build = Module::Build->new
(

module_name => 'File::Samba',
license => 'perl',
create_makefile_pl => 'passthrough',
requires => {
            	'Data::Dump'   => '0',
            },
dist_author => 'Salvatore E. ScottoDiLuzio <lt>washu@olypmus.net<gt>',
dist_abstract => 'Module to manipulate a smb.conf file'
);
$build->create_build_script;