X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FDBI%2FSybase%2FMicrosoft_SQL_Server%2FNoBindVars.pm;h=4fc6f6d86954759a7980d4eb4a856784f7d9429a;hb=322b7a6b;hp=16db6d14c2e61698593250ff6e3efdaee144a7e8;hpb=51ac7136944f82aa2675cc133a8d080c5fb367b1;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server/NoBindVars.pm b/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server/NoBindVars.pm index 16db6d1..4fc6f6d 100644 --- a/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server/NoBindVars.pm +++ b/lib/DBIx/Class/Storage/DBI/Sybase/Microsoft_SQL_Server/NoBindVars.pm @@ -9,6 +9,12 @@ use base qw/ /; use mro 'c3'; +sub new { + my $self = shift->next::method(@_); + $self->_rebless; + return $self; +} + sub _rebless { my $self = shift;