/[Arh]/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 61 - (show annotations)
Mon Apr 7 14:33:31 2008 UTC (16 years ago) by dpavlin
File MIME type: text/plain
File size: 266 byte(s)
remove usage of Imager and use Image::Magick instead which will result in
better support for different image formats, serve static thumbs for now
through symlink
1 use inc::Module::Install;
2
3 name 'Arh';
4 version '0.04';
5 license 'perl';
6 requires 'Jifty' => '0.71116';
7 requires 'File::Find';
8 requires 'Data::Dump';
9 requires 'Image::Magick::Thumbnail::Simple';
10 requires 'DBD::Pg';
11 requires 'File::Slurp';
12
13 auto_install;
14
15 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26