make sure DBD::Oracle is loaded when using constants from it
Rafael Kitover [Thu, 30 Jul 2009 16:04:47 +0000 (16:04 +0000)]
lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm

index a9da2c7..1593978 100644 (file)
@@ -231,6 +231,7 @@ table with more than one LOB column.
 
 sub source_bind_attributes 
 {
+       require DBD::Oracle;
        my $self = shift;
        my($source) = @_;