1Test2::Event::Warning(3U)ser Contributed Perl DocumentatiToenst2::Event::Warning(3)
2
3
4
6 Test2::Event::Warning - A Test2 event for warnings
7
9 version 0.06
10
12 An event representing an unwanted warning. This is treated as a
13 failure.
14
16 $warning = $event->warning
17 Returns the warning that this event captured.
18
20 Bugs may be submitted at
21 <http://rt.cpan.org/Public/Dist/Display.html?Name=Test2-Plugin-NoWarnings>
22 or via email to bug-test2-plugin-nowarnings@rt.cpan.org <mailto:bug-
23 test2-plugin-nowarnings@rt.cpan.org>.
24
25 I am also usually active on IRC as 'autarch' on "irc://irc.perl.org".
26
28 The source code repository for Test2-Plugin-NoWarnings can be found at
29 <https://github.com/houseabsolute/Test2-Plugin-NoWarnings>.
30
32 Dave Rolsky <autarch@urth.org>
33
35 This software is Copyright (c) 2017 by Dave Rolsky.
36
37 This is free software, licensed under:
38
39 The Artistic License 2.0 (GPL Compatible)
40
41 The full text of the license can be found in the LICENSE file included
42 with this distribution.
43
44
45
46perl v5.28.0 2017-06-04 Test2::Event::Warning(3)