root/perl/SWISH-Filter/trunk/Makefile.PL

Revision 2070, 290 bytes (checked in by karpet, 8 months ago)

this is the cpan version. TODO integrate back into swish-e dist

Line 
1 use ExtUtils::MakeMaker;
2 WriteMakefile(
3     NAME              => 'SWISH::Filter',
4     VERSION_FROM      => 'lib/SWISH/Filter.pm', # finds $VERSION
5     PREREQ_PM         => {}, # e.g., Module::Name => 1.1
6 );
7
8 #
9 # TODO: SWISH::Filter::Install -- for fetching/installing supporting packages
10 #
11
Note: See TracBrowser for help on using the browser.