File: NOTES

package info (click to toggle)
libtest-harness-perl 2.64-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 504 kB
  • ctags: 201
  • sloc: perl: 3,789; makefile: 45; sh: 10
file content (10 lines) | stat: -rw-r--r-- 434 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
Test::Harness is backwards compatible with 5.004 and must remain that
way.  Because of this, you may seem some odd things being done.

    - Because => doesn't quote properly in 5.004, you have to remember
      to quote the LHS if its 'next' or 'ok' or 'skip', etc...


Test::Harness cannot have a dependency on any other testing module because
of a risk of a circular dependency.  Therefore, we distribute Test::More
along with it.