X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=example%2Fgallery.cgi;h=053155b45912f21e0bb316d73f3fd6e31a9ff1da;hb=cde61557c48e9889d942fb95fcb762e6c24f15a3;hp=b20d8b49006df3c6cc7591fbfa5f223b2dd6076a;hpb=006c56f153962d8280c05ae8dcf4cabc291c34dc;p=gallery.git diff --git a/example/gallery.cgi b/example/gallery.cgi index b20d8b4..053155b 100644 --- a/example/gallery.cgi +++ b/example/gallery.cgi @@ -1,7 +1,6 @@ #!/usr/bin/perl -use strict; -use warnings; +use common::sense; use lib $ENV{'DOCUMENT_ROOT'} . "/../lib/gal/lib"; use lib $ENV{'DOCUMENT_ROOT'} . "/../lib/perl";