[Koha-bugs] [Bug 25874] Explicit return of undef in C4/CourseReserves.pm

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 25 18:15:26 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25874

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 106309
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=106309&action=edit
Bug 25874: Explicit return of undef in C4/CourseReserves.pm

"return" statement with explicit "undef" at line 87, column 5.  See page 199 of
PBP.  (Severity: 5)

Test Plan:
1) perlcritic C4/CourseReserves.pm
    "return" statement with explicit "undef" at line 87, column 5.  See page
199 of PBP.  (Severity: 5)
2) Apply this patch
3) perlcritic C4/CourseReserves.pm
    C4/CourseReserves.pm source OK

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list