cpan Test-Simple 0.98_03

latest releases: 1.302199, 1.302198, 1.302197...
pre-release11 years ago

New Features
  • cmp_ok() will error when used with something which is not a
    comparison operator, including =, += and the like.
    github 141

Bug Fixes

  • use_ok() was calling class->import without quoting which could
    cause problems if "class" is also a function.

Doc Fixes

  • use_ok() has been discouraged and de-emphasized as a general
    replacement for use in tests. [github #288]
  • $thing is now $this in the docs to avoid confusing users of
    other languages. [Karen Etheridge]

Incompatible Changes With Previous Alphas (0.98_01)

  • use_ok() will no longer apply lexical pragams. The incompatibilities
    and extra complexity is not worth the marginal use.
    [github #287]

Don't miss a new Test-Simple release

NewReleases is sending notifications on new releases.