Changeset 540

Show
Ignore:
Timestamp:
04/05/06 14:59:36
Author:
miyagawa
Message:

remove unnecessary doc bits

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/plagger/lib/Plagger/Plugin/Filter/EntryFullText.pm

    r534 r540  
    240240  - module: Filter::EntryFullText 
    241241 
    242   # assets/plugins/filter-entryfulltext/asahi_com.pl 
    243   sub handle { 
    244       my($self, $args) = @_; 
    245       $args->{entry}->link =~ qr!^http://www\.asahi\.com/!; 
    246   } 
    247  
    248   sub extract_body { 
    249       my($self, $content) = @_; 
    250       ( $content =~ /<!-- Start of Kiji -->(.*)<!-- End of Kiji -->/s )[0]; 
    251   } 
    252  
    253242=head1 DESCRIPTION 
    254243