Mailing List Archive

[bricoleurs/bricolage] e6f760: Remove use of bare qw() in for blocks.
Branch: refs/heads/rev-2.0
Home: https://github.com/bricoleurs/bricolage
Commit: e6f7600117093c38a4a1c5aa9ccd0af26e6852fb
https://github.com/bricoleurs/bricolage/commit/e6f7600117093c38a4a1c5aa9ccd0af26e6852fb
Author: David E. Wheeler <david@justatheory.com>
Date: 2013-09-02 (Mon, 02 Sep 2013)

Changed paths:
M inst/dist_sql.pl
M inst/upgrade/1.10.6/update_doc_version_indexes.pl
M inst/upgrade/1.11.1/add_displayed.pl
M inst/upgrade/1.11.2/cover_date_not_null.pl
M inst/upgrade/1.8.1/fix_orphan_assets.pl
M lib/Bric/SOAP/Media.pm
M lib/Bric/SOAP/Story.pm
M lib/Bric/SOAP/Template.pm

Log Message:
-----------
Remove use of bare qw() in for blocks.

Was deprecated in Perl 5.16 and made a syntax error in Perl 5.18. Resolves