| WWW-Mixi-Scraper documentation | Contained in the WWW-Mixi-Scraper distribution. |
WWW::Mixi::Scraper::Plugin::ListBookmark
This plugin is deprecated.
Tomohiro Hosaka <bokutin@cpan.org>
Copyright (C) 2008 by Tomohiro Hosaka.
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::ListBookmark; use strict; use warnings; use WWW::Mixi::Scraper::Plugin; sub scrape { warn "This plugin is deprecated"; return [] } 1; __END__