root/trunk/Makefile.PL
| Revision 23, 257 bytes (checked in by btrott, 3 years ago) | |
|---|---|
| |
| 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.
