X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSchema%2FLoader%2FDBI%2FADO.pm;h=1b8b68642a433bc3cffcebe1c613b73b8192a63e;hb=242c152546ea957bee6a11f50568db056c4d2df9;hp=c6056796c7ad9e944dac87aabd388204580248a2;hpb=3bdcf490c99abda52aea5346fddb6f9f6c43bb2c;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/lib/DBIx/Class/Schema/Loader/DBI/ADO.pm b/lib/DBIx/Class/Schema/Loader/DBI/ADO.pm index c605679..1b8b686 100644 --- a/lib/DBIx/Class/Schema/Loader/DBI/ADO.pm +++ b/lib/DBIx/Class/Schema/Loader/DBI/ADO.pm @@ -4,10 +4,8 @@ use strict; use warnings; use base 'DBIx::Class::Schema::Loader::DBI'; use mro 'c3'; -use Carp::Clan qw/^DBIx::Class/; -use namespace::clean; -our $VERSION = '0.07008'; +our $VERSION = '0.07038'; =head1 NAME