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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8227
                CC: [email protected]
          Assignee: [email protected]
           Summary: Remove compile time warning from C4::Serials
          Severity: minor
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to