byrnereese / mt-plugin-imagecropper

A Movable Type plugin to assist in the generation of a set array of thumbnails conforming to size requirements defined by the user.

This URL has Read+Write access

mt-plugin-imagecropper / Makefile.PL
100644 8 lines (6 sloc) 0.154 kb
1
2
3
4
5
6
7
8
use ExtUtils::MakeMaker;
 
WriteMakefile(
    NAME => 'ImageCropper',
    VERSION => '1.0.8',
    DISTNAME => 'ImageCropper',
);