File: README

package info (click to toggle)
libtest-effects-perl 0.001005-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 212 kB
  • sloc: perl: 493; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 702 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Test::Effects version 0.001005

Test::Effects provides a single exported subroutine: effects_ok();

This sub expects a code block to execute, followed by a hash that
specifies which side-effects of that code shoudl be tested (and how).
The module can test everything that Test::Trap does, as well as
timing information, but provides a much more convenient interface
for specifying those tests.


INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

DEPENDENCIES

None.


COPYRIGHT AND LICENCE

Copyright (C) 2012, Damian Conway

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.