root/trunk/Makefile.PL

Revision 23, 257 bytes (checked in by btrott, 3 years ago)

Fixed the number of tests; removed the CSS.pm prereq; added an abstract,
since there isn't any POD yet.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 use ExtUtils::MakeMaker;
2 WriteMakefile( 'NAME' => 'CSS::Cleaner',
3                'VERSION_FROM' => 'lib/CSS/Cleaner.pm',
4                ABSTRACT => 'Cleans/sanitizes CSS',
5                AUTHOR     => 'Brad Fitzpatrick <brad@danga.com>',
6                );
7
Note: See TracBrowser for help on using the browser.