Priority: Urgent
Current State: Closed
Released In: 2.1.3
Target Release: patch
Applies To: Engine
Component: Configure
Branches: Release02x01 master
Item14288
Fails with
2-Failed to eval $VERSION from our $RELEASE = $VERSION; in Foswiki/Plugins/GlobalReplacePlugin.pm at line 24: Global symbol "$VERSION" requires explicit package name (did you forget to declare "my $VERSION"?) at al 709) line 1, <$mf> line 24.
Simple fix is to just skip processing $RELEASE, as the version comparison is sufficient.
--
GeorgeClark - 25 Jan 2017
Better fix is to just not die, but move on. Log the error.
--
GeorgeClark - 25 Jan 2017