Subject: | Deprecation warnings |
Starting with perl 5.14, usage of qw() in list context is deprecated.
RDF::Helper::RDFTrine has for some for-loops over 'qw(subject predicate
object)' which should be '(qw(subject predicate object))'. Adding
parentheses around qw() stops the warnings.
Subject: | patch |
Message body not shown because it is not plain text.