[Koha-bugs] [Bug 8227] Remove compile time warning from C4::Serials

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 12 10:39:38 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8227

Julian Maurice <julian.maurice at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #10174|0                           |1
        is obsolete|                            |

--- Comment #2 from Julian Maurice <julian.maurice at biblibre.com> ---
Created attachment 10246
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10246&action=edit
[SIGNED-OFF] Bug 8227 Fix deprecated construct compile time warning in Serials

On master:
$ perl -cw C4/Serials.pm
Use of qw(...) as parentheses is deprecated at C4/Serials.pm line 604.
C4/Serials.pm syntax OK

With patch:
$ perl -cw C4/Serials.pm
C4/Serials.pm syntax OK

Signed off

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


More information about the Koha-bugs mailing list