From: Martin Mares Date: Mon, 3 Feb 2014 10:11:28 +0000 (+0100) Subject: Gallery.pm needs File::Spec X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=1b419ac0d640126f583daa1bb146d7213e639870;p=gallery.git Gallery.pm needs File::Spec --- 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 ###