/[webpac2]/trunk/lib/WebPAC/Output/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/lib/WebPAC/Output/Estraier.pm

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

revision 245 by dpavlin, Wed Dec 14 23:04:59 2005 UTC revision 246 by dpavlin, Wed Dec 14 23:08:11 2005 UTC
# Line 214  my $estmaster_actions = { Line 214  my $estmaster_actions = {
214          nodedel => [ qw/name/ ],          nodedel => [ qw/name/ ],
215  };  };
216    
217    =head2 est_ua
218    
219    Make C<LWP::UserAgent> object with Super User priviledges
220    
221      my $ua = $self->est_ua( user => 'admin', passwd => 'admin' );
222    
223    =cut
224    
225  sub est_ua {  sub est_ua {
226          my $self = shift;          my $self = shift;
227    

Legend:
Removed from v.245  
changed lines
  Added in v.246

  ViewVC Help
Powered by ViewVC 1.1.26