Changeset 23

Show
Ignore:
Timestamp:
04/07/06 05:53:58 (3 years ago)
Author:
btrott
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Makefile.PL

    r2 r23  
    22WriteMakefile( 'NAME' => 'CSS::Cleaner', 
    33               'VERSION_FROM' => 'lib/CSS/Cleaner.pm', 
    4                'PREREQ_PM'              => { 
    5                    'CSS'    => 1.07, 
    6                }, 
    7                ABSTRACT_FROM => 'lib/CSS/Cleaner.pm', 
     4               ABSTRACT => 'Cleans/sanitizes CSS', 
    85               AUTHOR     => 'Brad Fitzpatrick <brad@danga.com>', 
    96               ); 
  • trunk/t/01-basic.t

    r20 r23  
    11# -*-perl-*- 
    2 use Test::More tests => 23
     2use Test::More tests => 24
    33use CSS::Cleaner; 
    44