X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f7d51d3e6c5e9b16f688e2e9417f54aee64ed23a..e14cb525c640cb15bb6b2dfb62ccebbe78cb45cd:/SL/BackgroundJob/SelfTest.pm?ds=sidebyside diff --git a/SL/BackgroundJob/SelfTest.pm b/SL/BackgroundJob/SelfTest.pm index 241a9952e..917dc0e18 100644 --- a/SL/BackgroundJob/SelfTest.pm +++ b/SL/BackgroundJob/SelfTest.pm @@ -173,12 +173,12 @@ __END__ =head1 NAME -SL::BackgroundJob::TelfTests - pluggable self testing +SL::BackgroundJob::SelfTest - pluggable self testing =head1 SYNOPSIS - use SL::BackgroundJob::SelfTests; - SL::BackgroundJob::SelfTests->new->run;; + use SL::BackgroundJob::SelfTest; + SL::BackgroundJob::SelfTest->new->run;; =head1 DESCRIPTION