The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl -w
use strict;

use lib qw(lib);

use CPAN::YACSmoke;

my %conf  = (
#	list_from	=> 'Recent',		# use Recent plugin
#	audit_log	=> 'audit.log',
#	config_file	=> 'cpansmoke.ini',
	cpantest    => 1,
);

test(\%conf);