The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl
# ==============================================================================
#
#   Eidolon
#   Copyright (c) 2009, Atma 7
#   ---
#   t/eidolon.t - root package tests
#
# ==============================================================================  

use Test::More tests => 2;
use warnings;
use strict;

BEGIN
{
    use_ok("Eidolon");
}

ok( $Eidolon::VERSION, "version check" );