The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use Module::Build;
my $b= Module::Build->new(
        module_name        => 'Authen::Tcpdmatch',
        dist_version_from  => 'lib/Authen/Tcpdmatch/Tcpdmatch.pm',
        dist_author        => 'Ioannis Tambouras <ioannis@cpan.org>',
        requires           => {  perl                 => '5.008',
              					'NetAddr::IP'         => '3.14',
              					'Attribute::Handlers' => '0.91',
              					'Parse::RecDescent'   => '1.965001',
                              },
        recommends         => { 'Test::More'          => 0,
                                'Test::Exception'     => 0,
                                'Test::Pod::Coverage' => '1.0',
                                'Test::Pod'           => 0,
								'Test::HasVersion'    => '0.012',
								'Test::CPAN::Meta'    => '0.18',
								'Test::Exception'     => '0.31',
								'Test::Distribution'  => '2.00',
								'Test::Dependencies'  => '0.12',
								'Test::MinimumVersion'=> '0.101080',
								'Test::Strict'        => '0.14',
								'Test::Spelling'      => '0.15',
                              },
        license            => 'perl',
        #create_makefile_pl=> 'traditional',
        #create_readme     => 1,
);

$b->create_build_script;