/[Search-Estraier]/trunk/Estraier.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 /trunk/Estraier.pm

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

revision 30 by dpavlin, Thu Jan 5 15:33:48 2006 UTC revision 31 by dpavlin, Thu Jan 5 15:36:25 2006 UTC
# Line 733  sub set_timeout { Line 733  sub set_timeout {
733          $self->{timeout} = $sec;          $self->{timeout} = $sec;
734  }  }
735    
736    =head2 set_auth
737    
738    Specify name and password for authentication to node server.
739    
740      $node->set_auth('clint','eastwood');
741    
742    =cut
743    
744    sub set_auth {
745            my $self = shift;
746            my ($login,$passwd) = @_;
747            $self->{auth} = "$login:$passwd";
748    }
749    
750  package Search::Estraier::Master;  package Search::Estraier::Master;
751    
752  use Carp;  use Carp;

Legend:
Removed from v.30  
changed lines
  Added in v.31

  ViewVC Help
Powered by ViewVC 1.1.26