table of contents
Test2::Event::Warning(3pm) | User Contributed Perl Documentation | Test2::Event::Warning(3pm) |
NAME¶
Test2::Event::Warning - A Test2 event for warnings
VERSION¶
version 0.10
DESCRIPTION¶
An event representing an unwanted warning. This is treated as a failure.
ACCESSORS¶
- $warning = $event->warning
- Returns the warning that this event captured.
SUPPORT¶
Bugs may be submitted at <https://github.com/houseabsolute/Test2-Plugin-NoWarnings/issues>.
SOURCE¶
The source code repository for Test2-Plugin-NoWarnings can be found at <https://github.com/houseabsolute/Test2-Plugin-NoWarnings>.
AUTHOR¶
Dave Rolsky <autarch@urth.org>
COPYRIGHT AND LICENSE¶
This software is Copyright (c) 2024 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
The full text of the license can be found in the LICENSE file included with this distribution.
2024-04-13 | perl v5.38.2 |