/[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 238 by dpavlin, Wed Dec 14 18:55:38 2005 UTC revision 246 by dpavlin, Wed Dec 14 23:08:11 2005 UTC
# Line 17  WebPAC::Output::Estraier - Create Hyper Line 17  WebPAC::Output::Estraier - Create Hyper
17    
18  =head1 VERSION  =head1 VERSION
19    
20  Version 0.03  Version 0.04
21    
22  =cut  =cut
23    
24  our $VERSION = '0.03';  our $VERSION = '0.04';
25    
26  =head1 SYNOPSIS  =head1 SYNOPSIS
27    
# 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.238  
changed lines
  Added in v.246

  ViewVC Help
Powered by ViewVC 1.1.26