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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 11 12:32:34 CEST 2012


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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8227
                CC: colin.campbell at ptfs-europe.com
          Assignee: koha-bugs at lists.koha-community.org
           Summary: Remove compile time warning from C4::Serials
          Severity: minor
    Classification: Unclassified
                OS: All
          Reporter: colin.campbell at ptfs-europe.com
          Hardware: All
            Status: NEW
           Version: unspecified
         Component: Serials
           Product: Koha

C4::Serials issues a depreciation warning over the use of qw(...) as
parentheses

In earlier perl code qw( ... ) was assumed to be equivalent to ( qw( ... ) )
since 5.14 this is no longer the case and different code is generated. perl
5.14.2 and 5.16.0 issue warnings and this will become an error in later perls

-- 
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