This question about Using an extension: Asked

qw() in list context deprecated

With recent Perl upgrade in file there is a deprecated use of qw(...)

  • Apply this correction to file .../lib/Foswiki/Plugins/JHotDrawPlugin.pm :
248c248
<     foreach my $ftype (qw(draw gif map svg)) {
---
>     foreach my $ftype qw(draw gif map svg) {

-- GuidoBrugnara - 06 May 2015

 

QuestionForm edit

Subject Using an extension
Extension JHotDrawPlugin
Version Foswiki 1.1.9
Status Asked
Related Topics
Topic revision: r1 - 06 May 2015, GuidoBrugnara
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy