The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!perl -T

use strict;
use warnings;

use Audit::DBI::Event;
use Test::More tests => 2;
use Test::NoWarnings;


can_ok(
	'Audit::DBI::Event',
	'get_information',
);