The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.009 - 2013-09-11

  • fixed error in synopsis (we do not export anything by default)
  • a caveat added to the documentation regarding embedding warning checks inside another sub (this is for you, ribasushi!!!)
  • ':no_end_test' now also covers side effects of done_testing, as well as END blocks, making it possible to use the warning(s) subs without having an end warning test while using done_testing (necessary when combining with the 'if' pragma)
  • END tests will not be added by a subequent use of Test::Warnings if a previous one passed ':no_end_test'

Modules

Test for warnings and the lack of them