Changed use to require in Relationship/Base to avoid import
[dbsrgits/DBIx-Class-Historic.git] / lib / DBIx / Class.pm
index c143635..0d2f400 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use vars qw($VERSION);
 use base qw/DBIx::Class::Componentised/;
 
-$VERSION = '0.03002';
+$VERSION = '0.03003';
 
 
 1;