Changeset 1843 for lang/perl/Net-Kotonoha
- Timestamp:
- 11/20/07 16:01:02 (6 years ago)
- Location:
- lang/perl/Net-Kotonoha/trunk
- Files:
-
- 2 modified
-
Changes (modified) (1 diff)
-
lib/Net/Kotonoha/Koto.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Net-Kotonoha/trunk/Changes
r1842 r1843 1 1 Revision history for Perl extension Net::Kotonoha 2 3 0.05 Thu Nov 20 15:35:11 2007 4 - fixed bug. Koto::yesman or Koto::noman did not work. 2 5 3 6 0.04 Thu Nov 20 15:26:33 2007 4 7 - changed that return array instead of list. 8 - this version is broken!. 5 9 6 10 0.03 Thu Nov 20 14:29:23 2007 -
lang/perl/Net-Kotonoha/trunk/lib/Net/Kotonoha/Koto.pm
r1842 r1843 128 128 my @found; 129 129 my $myself = $self->{kotonoha}->{user}; 130 @found = grep $_->{user} eq $myself, $self->yesman;131 @found = grep $_->{user} eq $myself, $self->nomanunless @found;130 @found = grep $_->{user} eq $myself, @{$self->yesman}; 131 @found = grep $_->{user} eq $myself, @{@$self->noman} unless @found; 132 132 @found ? return shift @found : croak "couldn't post answer"; 133 133 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)