Acme::Test::Buffy - example Test::Builder testing module


NAME

Acme::Test::Buffy - example Test::Builder testing module


SYNOPSIS

  use Test::More tests => 1;
  use Acme::Test::Buffy;
  is_buffy($foo, "test foo is Buffy");


DESCRIPTION

The reason for writing this module is to demonstrate how you can write testing modules that work together with Test::Builder. It also shows how to test such modules with Test::Builder::Tester. Look at the source code (which is heavly commented) for further enlightenment.

This module simply exports one testing function that tests if a string is the same as ``Buffy'' (case senstative.)


BUGS

None known. Please report, including documentation bugs to the author. You may use the CPAN RT system. http://rt.cpan.org/NoAuth/ReportBug.html


AUTHOR

Copyright Mark Fowler <mark@twoshortplanks.com> 2002.

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


NOTES

Module also written to annoy Leon Brocard, who will have to update his YAPC::Europe talk slides to include it a mere ten minutes before his talk.


SEE ALSO

the Test::Builder manpage, the Test::Builder::Tester manpage, the Test::More manpage.

 Acme::Test::Buffy - example Test::Builder testing module