Revision 2725c98d
Von G. Richardson vor etwa 12 Jahren hinzugefügt
SL/BackgroundJob/SelfTest.pm | ||
---|---|---|
173 | 173 |
|
174 | 174 |
=head1 NAME |
175 | 175 |
|
176 |
SL::BackgroundJob::TelfTests - pluggable self testing
|
|
176 |
SL::BackgroundJob::SelfTest - pluggable self testing
|
|
177 | 177 |
|
178 | 178 |
=head1 SYNOPSIS |
179 | 179 |
|
180 |
use SL::BackgroundJob::SelfTests;
|
|
181 |
SL::BackgroundJob::SelfTests->new->run;;
|
|
180 |
use SL::BackgroundJob::SelfTest; |
|
181 |
SL::BackgroundJob::SelfTest->new->run;; |
|
182 | 182 |
|
183 | 183 |
=head1 DESCRIPTION |
184 | 184 |
|
Auch abrufbar als: Unified diff
Diverse Typos in SelfTest korrigiert