NAME
Test::Smoke::Poster - Factory for poster objects.
SYNOPSIS
use Test::Smoke::Poster;
my $poster = Test::Smoke::Poster->new(
'LWP::UserAgent',
ddir => '.',
smokedb_url => 'http://perl5.test-smoke.org/report',
);
$poster->post();
DESCRIPTION
Returns a instance of the object-class requested.
Test::Smoke::Poster->new($poster_type, %arguments)
Check arguments and return an instance of $poster_type.
COPYRIGHT
(c) 2002-2013, Abe Timmerman <abeltje@cpan.org> All rights reserved.
With contributions from Jarkko Hietaniemi, Merijn Brand, Campo Weijerman, Alan Burlison, Allen Smith, Alain Barbet, Dominic Dunlop, Rich Rauenzahn, David Cantrell.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See:
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.