summaryrefslogtreecommitdiff
path: root/lib/VNDB/DB/ULists.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VNDB/DB/ULists.pm')
-rw-r--r--lib/VNDB/DB/ULists.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VNDB/DB/ULists.pm b/lib/VNDB/DB/ULists.pm
index 23bde7cf..e6a85ba0 100644
--- a/lib/VNDB/DB/ULists.pm
+++ b/lib/VNDB/DB/ULists.pm
@@ -303,6 +303,7 @@ sub dbWishListGet {
push @join, 'JOIN vn v ON v.id = wl.vid';
}
+ no if $] >= 5.022, warnings => 'redundant';
my $order = sprintf {
title => 'v.title %s',
added => 'wl.added %s',