| WWW-Mixi-Scraper documentation | Contained in the WWW-Mixi-Scraper distribution. |
WWW::Mixi::Scraper::Plugin::ViewEcho
This plugin is deprecated.
Kazuhiro Osawa
Copyright (C) 2008 by Kazuhiro Osawa.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| 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__