1Test::Smoke::Poster(3)User Contributed Perl DocumentationTest::Smoke::Poster(3)
2
3
4
6 Test::Smoke::Poster - Factory for poster objects.
7
9 use Test::Smoke::Poster;
10 my $poster = Test::Smoke::Poster->new(
11 'LWP::UserAgent',
12 ddir => '.',
13 smokedb_url => 'http://perl5.test-smoke.org/report',
14 );
15 $poster->post();
16
18 Returns a instance of the object-class requested.
19
20 Test::Smoke::Poster->new($poster_type, %arguments)
21 Check arguments and return an instance of $poster_type.
22
24 (c) 2002-2013, Abe Timmerman <abeltje@cpan.org> All rights reserved.
25
26 With contributions from Jarkko Hietaniemi, Merijn Brand, Campo
27 Weijerman, Alan Burlison, Allen Smith, Alain Barbet, Dominic Dunlop,
28 Rich Rauenzahn, David Cantrell.
29
30 This library is free software; you can redistribute it and/or modify it
31 under the same terms as Perl itself.
32
33 See:
34
35 · <http://www.perl.com/perl/misc/Artistic.html>
36
37 · <http://www.gnu.org/copyleft/gpl.html>
38
39 This program is distributed in the hope that it will be useful, but
40 WITHOUT ANY WARRANTY; without even the implied warranty of
41 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
42
43
44
45perl v5.28.1 2017-03-06 Test::Smoke::Poster(3)