Skip to content

Commit

Permalink
lang/perl/WWW-Mixi-Scraper: list_message parse: 'box' support. like $…
Browse files Browse the repository at this point in the history
…mixi->list_message->parse(box => 'outbox');
  • Loading branch information
knagano committed Mar 24, 2009
1 parent 3421bab commit 6bd928f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/WWW/Mixi/Scraper/Plugin/ListMessage.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use WWW::Mixi::Scraper::Plugin;

validator {qw( page is_number )};
validator {qw( page is_number box is_anything )};

sub scrape {
my ($self, $html) = @_;
Expand Down

0 comments on commit 6bd928f

Please sign in to comment.