X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FStorage%2FStatistics.pm;h=b60c44ea42507ac23b0a088b73f09297520de585;hb=79a77af646d55bab4840d883527d4f73c9426427;hp=1ecf1fce77c6cdf05d75a292e480e39349688ed8;hpb=adb3554a3f72bf9c9b267c5eb84a8401da64bf37;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Storage/Statistics.pm b/lib/DBIx/Class/Storage/Statistics.pm index 1ecf1fc..b60c44e 100644 --- a/lib/DBIx/Class/Storage/Statistics.pm +++ b/lib/DBIx/Class/Storage/Statistics.pm @@ -124,7 +124,7 @@ sub svp_begin { Called when a savepoint is released. =cut -sub svn_release { +sub svp_release { my ($self, $name) = @_; $self->print("RELEASE SAVEPOINT $name\n");