Changeset 1842 for lang/perl/Net-Kotonoha
- Timestamp:
- 11/20/07 15:35:58 (5 years ago)
- Location:
- lang/perl/Net-Kotonoha/trunk
- Files:
-
- 3 modified
-
Changes (modified) (1 diff)
-
lib/Net/Kotonoha.pm (modified) (3 diffs)
-
lib/Net/Kotonoha/Koto.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Net-Kotonoha/trunk/Changes
r1840 r1842 1 1 Revision history for Perl extension Net::Kotonoha 2 3 0.04 Thu Nov 20 15:26:33 2007 4 - changed that return array instead of list. 2 5 3 6 0.03 Thu Nov 20 14:29:23 2007 -
lang/perl/Net-Kotonoha/trunk/lib/Net/Kotonoha.pm
r1840 r1842 11 11 use Net::Kotonoha::Koto; 12 12 13 our $VERSION = '0.0 3';13 our $VERSION = '0.04'; 14 14 15 15 sub new { … … 90 90 } 91 91 $tree->delete; 92 return @list;92 return \@list; 93 93 } 94 94 … … 123 123 } 124 124 $tree->delete; 125 return @list;125 return \@list; 126 126 } 127 127 -
lang/perl/Net-Kotonoha/trunk/lib/Net/Kotonoha/Koto.pm
r1224 r1842 71 71 } 72 72 $tree->delete; 73 return @list;73 return \@list; 74 74 } 75 75 76 76 sub yesman { 77 returnshift->_get_list('//dl[@id="commentsyes"]//ul[@class="commentbox"]', 1);77 shift->_get_list('//dl[@id="commentsyes"]//ul[@class="commentbox"]', 1); 78 78 } 79 79 80 80 sub noman { 81 returnshift->_get_list('//dl[@id="commentsno"]//ul[@class="commentbox"]', 2);81 shift->_get_list('//dl[@id="commentsno"]//ul[@class="commentbox"]', 2); 82 82 } 83 83
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)