Skip to content

Commit

Permalink
WWW-Mixi-Scraper: updated test/sample/Changes and 0.24 -> CPAN
Browse files Browse the repository at this point in the history
  • Loading branch information
charsbar committed Mar 24, 2009
1 parent 6bd928f commit c5961b1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for WWW-Mixi-Scraper

0.24 2009/03/24
- list_message now supports box=outbox etc (thanks to knagano)

0.23 2009/01/29
- fixed broken ListMessage (html has been changed;
thanks to Keiichiro Nagano)
Expand Down
2 changes: 1 addition & 1 deletion lib/WWW/Mixi/Scraper.pm
Expand Up @@ -3,7 +3,7 @@ package WWW::Mixi::Scraper;
use strict;
use warnings;

our $VERSION = '0.23';
our $VERSION = '0.24';

use String::CamelCase qw( decamelize );
use Module::Find;
Expand Down
3 changes: 3 additions & 0 deletions live_test_sample.yml
Expand Up @@ -24,7 +24,10 @@ tests:

list_message:
- local: list_message.html
- local: list_message_outbox.html
- remote: -
- remote:
box: outbox

new_friend_diary:
- local: new_friend_diary.html
Expand Down
2 changes: 1 addition & 1 deletion t_live/list_message.t
Expand Up @@ -10,7 +10,7 @@ my $rules = {
name => 'string',
time => 'string', # this can't be valid DateTime object as it has no year
link => 'uri',
envelope => 'uri',
# envelope => 'uri', # outbox doesn't have this
# status => 'string', # not yet implemented
};

Expand Down

0 comments on commit c5961b1

Please sign in to comment.