Changeset 2011
- Timestamp:
- 02/10/08 01:14:35
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/fastladder-crawler/plagger/lib/Plagger/Plugin/Store/Fastladder/Schema/Loader.pm
r2010 r2011 2 2 use strict; 3 3 use warnings; 4 use Carp; 4 5 5 6 { … … 19 20 20 21 my $schema = Plagger::Plugin::Store::Fastladder::Schema->connect(@connect_info); 22 croak "cannot load schema info" unless $schema->sources; 21 23 22 24 # setup relationships
