/[suikacvs]/messaging/manakai/lib/Message/Field/Structured.pm
Suika

Diff of /messaging/manakai/lib/Message/Field/Structured.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.17 by wakaba, Sat Jun 29 09:31:46 2002 UTC revision 1.18 by wakaba, Sat Jul 6 10:30:43 2002 UTC
# Line 449  sub item ($$;%) { Line 449  sub item ($$;%) {
449      return if $option{dont_croak};      return if $option{dont_croak};
450      Carp::croak q{item: Method not available for this module};      Carp::croak q{item: Method not available for this module};
451    }    }
452      $option{parse} = 1 unless defined $option{parse};
453      $option{parse} = 1 if $option{parse_all} && !defined $option{parse};
454    my @r;    my @r;
455    if ($option{by} eq 'index') {    if ($option{by} eq 'index') {
456      for ($self->{$array}->[$name]) {      for ($self->{$array}->[$name]) {

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24