X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FData%2FStore%2FCommand%2FCall.pm;fp=lib%2FDBIx%2FData%2FStore%2FCommand%2FCall.pm;h=08bc398e347ecaa773f5fdfe8b7ab5a899c89fd2;hb=d67a183c4ffb24c0a78de98b77094458cd1f27a9;hp=44361514c15a1a448990a29ae2cd925e6bd528d1;hpb=8834be3447158ee672460951ad57cbccf460f627;p=dbsrgits%2FDBIx-Data-Store-old.git diff --git a/lib/DBIx/Data/Store/Command/Call.pm b/lib/DBIx/Data/Store/Command/Call.pm index 4436151..08bc398 100644 --- a/lib/DBIx/Data/Store/Command/Call.pm +++ b/lib/DBIx/Data/Store/Command/Call.pm @@ -5,6 +5,7 @@ use Method::Signatures::Simple; method execute { $self->_new_active_sth->rows; + return } with 'DBIx::Data::Store::Command';