Description: defined(@array) is an error since perl 5.21.x
Origin: vendor
Bug-Debian: https://bugs.debian.org/789731
Forwarded: no
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2015-09-13

--- a/versions/frame.pl
+++ b/versions/frame.pl
@@ -354,7 +354,7 @@
     elsif ($reverse == 1) {$colorset="${which}_colorset_star"}
     elsif ($reverse == 2) {$colorset="${which}_colorset_star_star"}
     else {$colorset="${which}_colorset"}
-    if (!(defined  @$colorset))
+    if (!(@$colorset))
 	{ print STDERR "\nframes for $which are not supported\n"; return($rest);}	
     local($frame_tmp)=$frame_data;
     local($key, @values);
