Revision history for Perl extension App::Gallery.
+0.002 2017-08-12T17:20+08:00
+ - Fix PREREQ_PM
+
0.001 2017-07-31T22:10+08:00
- Initial release
-App-Gallery version 0.001
-=========================
+App-Gallery version 0.001001
+============================
gallery.pl creates basic image galleries. Pass an output directory and
a list of images to the script. The images will be hard linked into
use HTML::Template::Compiled;
use Image::Magick;
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
my $default_template;
my %default_args = (tmpl => '', title => 'Gallery', width => 600, height => 600);