X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader.pm;h=eb79ca261b453009a7f5187449016f0c377fc889;hb=518472fafb907ed2633edee57f9adba4d77834d0;hp=bd2f8df7f91882b33e42253c40f30ed35038d15c;hpb=520107ef3685818201308dd35958e2dfd1c7c5a2;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader.pm b/lib/DBIx/Class/Schema/Loader.pm index bd2f8df..eb79ca2 100644 --- a/lib/DBIx/Class/Schema/Loader.pm +++ b/lib/DBIx/Class/Schema/Loader.pm @@ -12,7 +12,7 @@ use Scalar::Util qw/ weaken /; # Always remember to do all digits for the version even if they're 0 # i.e. first release of 0.XX *must* be 0.XX000. This avoids fBSD ports # brain damage and presumably various other packaging systems too -our $VERSION = '0.03006'; +our $VERSION = '0.03010'; __PACKAGE__->mk_classaccessor('dump_to_dir'); __PACKAGE__->mk_classaccessor('loader'); @@ -162,10 +162,6 @@ sub connection { if($self->_loader_args && !$class->loader) { $self->_invoke_loader } - else { - warn "loader_options should be set before connecting the " - . "schema, see the DBIx::Class::Schema::Loader docs"; - } return $self; }