GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Test::Group::NoWarnings(3) User Contributed Perl Documentation Test::Group::NoWarnings(3)

Test::Group::NoWarnings - turn warnings into test failures

  use Test::Group;
  use Test::Group::NoWarnings;

  next_test_nowarnings();

  test mytest => sub {
      # ...
  };

This module is an extension for Test::Group. It allows you to trap warnings generated during a test group and convert them to test failures.

If you are not already familiar with Test::Group now would be a good time to go take a look.

See also Test::NoWarnings, which does something similar for the test script as a whole rather than for a particular group.

The following function is exported by default.

Causes warnings to be trapped for the next test group.

Test::Group, Test::NoWarnings

Nick Cleaton <ncleaton@cpan.org>

Dominique Quatravaux <domq@cpan.org>

Copyright (c) 2009 by Nick Cleaton and Dominique Quatravaux

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.1 or, at your option, any later version of Perl 5 you may have available.

2022-04-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.