Tidy up TxnScopeGuard and its tests a bit
[dbsrgits/DBIx-Class-Historic.git] / t / lib / DBICNGTest / Schema.pm
index 15ec398..57d2d50 100644 (file)
@@ -136,6 +136,18 @@ sub initial_populate {
 }
 
 
+=head2 job_handler_echo
+
+This is a method to test the job handler role.
+
+=cut
+
+sub job_handler_echo {
+       my ($schema, $job, $alert) = @_;
+       return $alert;
+}
+
+
 =head1 AUTHORS
 
 See L<DBIx::Class> for more information regarding authors.