NAME
Test::Smoke - Centralise $VERSION and handle reading the config
SYNOPSIS
use Test::Smoke;
use vars qw( $VERSION );
$VERSION = Test::Smoke->VERSION;
read_config( $config_name ) or warn Test::Smoke->config_error;
DESCRIPTION
Test::Smoke
exports $conf
and read_config()
by default.
- Test::Smoke::read_config( $config_name )
- Test::Smoke->config_error()
-
Return the value of
$ConfigError
COPYRIGHT
(c) 2003, All rights reserved.
* Abe Timmerman <abeltje@cpan.org>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See:
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.