Changeset 819
- Timestamp:
- 05/24/06 23:07:14
- Files:
-
- trunk/plagger/Makefile.PL (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/Makefile.PL
r806 r819 37 37 recommends('Test::Pod::Coverage'), 38 38 ], 39 'Cookie sharing with Firefox' => [ 40 -default => 0, 41 recommends('HTTP::Cookies::Mozilla'), 42 ], 43 ); 44 45 features( 39 46 'Subscription::Bloglines' => [ 40 47 -default => 1, … … 231 238 if ($^O eq 'darwin') { 232 239 features( 240 'Cookie sharing with Safari' => [ 241 -default => 0, 242 recommends('HTTP::Cookies::Safari'), 243 ], 233 244 'Search::Spotlight' => [ 234 245 -default => 1, 235 246 recommends('Mac::Glue'), 236 247 ], 237 );238 features(239 248 'Publish::Speech' => [ 240 249 -default => 0, … … 247 256 } elsif ($^O eq 'MSWin32') { 248 257 features( 258 'Cookie sharing with MSIE' => [ 259 -default => 0, 260 recommends('HTTP::Cookies::Microsoft'), 261 ], 249 262 'Publish::Speech' => [ 250 263 -default => 0,
