The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Test::Effects version 0.001000

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.