#   Failed test 'use Cantella::Jefferies::Schema;'
#   in t/00-load.t at line 7.
#     Tried to use 'Cantella::Jefferies::Schema'.
#     Error:  Insecure dependency in eval while running with -T switch at
/usr/local/lib/perl5/site_perl/5.8.8/DBIx/Class/Componentised.pm line 74.
# Compilation failed in require at (eval 12) line 2.
# BEGIN failed--compilation aborted at t/00-load.t line 7.
# Testing Cantella::Jefferies 0.01, Perl 5.008008, /usr/bin/perl
# Looks like you failed 1 test of 3.

--------------------------------------------------

use Test::More tests => 3;

BEGIN {
   use_ok( 'Cantella::Jefferies' );
   use_ok( 'Cantella::Jefferies::Schema' );
   use_ok( 'Cantella::Jefferies::Utils' );
}

diag( "Testing Cantella::Jefferies $Cantella::Jefferies::VERSION, Perl $],
$^X" );
_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
Wiki: http://dbix-class.shadowcatsystems.co.uk/
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
Searchable Archive: http://www.mail-archive.com/[email protected]/

Reply via email to