1This modules causes any warnings produced by test scripts to be
2captured and stored. It automatically adds an extra test that will run
3when your script ends to check that there were no warnings. If there
4were any warnings, the test will give a "not ok" and diagnostics of
5where, when and what the warning was, including a stack trace of what
6was going on when the it occurred.
7