Bug 10601 [QA Followup] fix POD error
[koha.git] / C4 / BackgroundJob.pm
index 05327f0..f562c8e 100644 (file)
@@ -264,7 +264,7 @@ sub fetch {
 
 =over 4
 
-$job->set($hashref);
+=item $job->set($hashref);
 
 =back
 
@@ -285,7 +285,7 @@ sub set {
 
 =over 4
 
-$job->get($hashref);
+=item $job->get($hashref);
 
 =back