Parent Directory | Revision Log | Patch
revision 1.20 by wakaba, Tue Sep 21 03:18:21 2004 UTC | revision 1.21 by wakaba, Mon Nov 8 09:57:49 2004 UTC | |
---|---|---|
# | Line 257 sub convert ($$;%) { | Line 257 sub convert ($$;%) { |
257 | CORE::die "Buggy implementation: $t->{_}/@{[$opt{return_type} or 'Main']} not defined") | CORE::die "Buggy implementation: $t->{_}/@{[$opt{return_type} or 'Main']} not defined") |
258 | ->($self, $source, \%opt) | ->($self, $source, \%opt) |
259 | if $converter; | if $converter; |
260 | local $Error::Depth = $Error::Depth + 1; | |
261 | $self->SUPER::convert ($source, %opt); | $self->SUPER::convert ($source, %opt); |
262 | } | } |
263 | EOH | EOH |
|
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |