The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#########################
# GnomePrint2 Tests
#       - ebb
#########################

#########################

use Test::More tests => 3;
BEGIN { use_ok('Gnome2::Print') };

#########################

$config = Gnome2::Print::Config->default;

ok($job = Gnome2::Print::Job->new($config));

$job->close;
ok(1);