Add default resultclass/resultsetclass to the entire test schema, as I am tired of...
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Stats.pm
index 97fbc55..5a4544f 100644 (file)
@@ -32,7 +32,7 @@ sub svp_begin {
   return $self->{'SVP_BEGIN'};
 }
 
-sub svn_release {
+sub svp_release {
   my ($self, $name) = @_;
 
   $self->{'SVP_RELEASE'}++;
@@ -60,4 +60,4 @@ sub query_end {
   return $self->{'QUERY_START'};
 }
 
-1;
\ No newline at end of file
+1;