/[Lingua-Spelling-Alternative]/Alternative.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /Alternative.pm

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

revision 1.1 by dpavlin, Mon Feb 11 14:26:22 2002 UTC revision 1.2 by dpavlin, Mon Feb 11 14:33:42 2002 UTC
# Line 20  $VERSION = '0.01'; Line 20  $VERSION = '0.01';
20  #my @affix_add;  #my @affix_add;
21  #my @affix_sub;  #my @affix_sub;
22    
23  my $debug=1;  my $debug=0;
24    
25  # stub  # stub
26    
# Line 29  sub new { Line 29  sub new {
29          my $self = {};          my $self = {};
30          bless($self, $class);          bless($self, $class);
31          $self->{ARGS} = {@_};          $self->{ARGS} = {@_};
32            $debug = $self->{ARGS}->{DEBUG};
33          $self ? return $self : return undef;          $self ? return $self : return undef;
34  }  }
35    
# Line 156  entered in search engine) Line 157  entered in search engine)
157    
158  The new() constructor (without parameters) create container for new  The new() constructor (without parameters) create container for new
159  language.  language.
160    Only parametar it supports is DEBUG which turns on (some) debugging
161    output.
162    
163  =item load_affix  =item load_affix
164    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.26