| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
# -*- cperl -*- |
|
2
|
|
|
|
|
|
|
# copyright (C) 2005 Topia . all rights reserved. |
|
3
|
|
|
|
|
|
|
# This is free software; you can redistribute it and/or modify it |
|
4
|
|
|
|
|
|
|
# under the same terms as Perl itself. |
|
5
|
|
|
|
|
|
|
# $Id: ListCommunity.pm 30 2005-01-29 20:50:35Z topia $ |
|
6
|
|
|
|
|
|
|
# $URL: file:///usr/minetools/svnroot/mixi/trunk/WWW-Mixi-OO/lib/WWW/Mixi/OO/ListCommunity.pm $ |
|
7
|
|
|
|
|
|
|
package WWW::Mixi::OO::ListCommunity; |
|
8
|
1
|
|
|
1
|
|
9839
|
use strict; |
|
|
1
|
|
|
|
|
3
|
|
|
|
1
|
|
|
|
|
45
|
|
|
9
|
1
|
|
|
1
|
|
6
|
use warnings; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
34
|
|
|
10
|
1
|
|
|
1
|
|
5
|
use base qw(WWW::Mixi::OO::TablePreviewListPage); |
|
|
1
|
|
|
|
|
1
|
|
|
|
1
|
|
|
|
|
606
|
|
|
11
|
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
1; |