From 1b419ac0d640126f583daa1bb146d7213e639870 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 3 Feb 2014 11:11:28 +0100 Subject: [PATCH] Gallery.pm needs File::Spec --- gal/UCW/Gallery.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/gal/UCW/Gallery.pm b/gal/UCW/Gallery.pm index f4baa1f..c5d5c9b 100644 --- a/gal/UCW/Gallery.pm +++ b/gal/UCW/Gallery.pm @@ -6,6 +6,7 @@ package UCW::Gallery; use strict; use warnings; +use File::Spec; use Storable; ### Class methods ### -- 2.39.2