/[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

Annotation of /Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 61 - (hide annotations)
Mon Apr 7 14:33:31 2008 UTC (15 years, 11 months 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 dpavlin 1 use inc::Module::Install;
2    
3 dpavlin 13 name 'Arh';
4 dpavlin 61 version '0.04';
5 dpavlin 13 license 'perl';
6     requires 'Jifty' => '0.71116';
7     requires 'File::Find';
8     requires 'Data::Dump';
9 dpavlin 61 requires 'Image::Magick::Thumbnail::Simple';
10 dpavlin 57 requires 'DBD::Pg';
11 dpavlin 61 requires 'File::Slurp';
12 dpavlin 1
13 dpavlin 31 auto_install;
14    
15 dpavlin 1 WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26