The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package ETests_Config;
# ==============================================================================
#
#   Eidolon
#   Copyright (c) 2009, Atma 7
#   ---
#   t/lib/ETests_Config.pm - configuration test class
#
# ==============================================================================

use warnings;
use strict;

our $VERSION = "0.02";

1;