Acme-Test-Buffy
view release on metacpan or search on metacpan
lib/Acme/Test/Buffy.pm view on Meta::CPAN
package Acme::Test::Buffy;
# turn on strict. If this was perl 5.6.0 I'd turn on warnings too, but
# testing scripts normally work on perls all the way back to 5.004
# so I can't say that.
use strict;
#use warnings;
# declare the global vars for exporter and isa and stuff. If this
# was 5.6.0 we could use our
use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
# this is the first version of the module
$VERSION = "0.02";
# load the test builder class. This class contains all the methods
# that you use to emit test results.
( run in 1.055 second using v1.01-cache-2.11-cpan-49f99fa48dc )