WWW::Mixi::Scraper::Plugin::ViewEcho - WWW::Mixi::Scraper::Plugin::ViewEcho documentation


WWW-Mixi-Scraper documentation Contained in the WWW-Mixi-Scraper distribution.

Index


Code Index:

NAME

Top

WWW::Mixi::Scraper::Plugin::ViewEcho

DESCRIPTION

Top

This plugin is deprecated.

METHOD

Top

scrape

AUTHOR

Top

Kazuhiro Osawa

COPYRIGHT AND LICENSE

Top


WWW-Mixi-Scraper documentation Contained in the WWW-Mixi-Scraper distribution.

package WWW::Mixi::Scraper::Plugin::ViewEcho;

use strict;
use warnings;
use WWW::Mixi::Scraper::Plugin;

sub scrape { warn "This plugin is deprecated"; return [] }

1;

__END__