/[notice-sender]/trunk/Nos.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/Nos.pm

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

revision 89 by dpavlin, Mon Dec 18 18:55:43 2006 UTC revision 90 by dpavlin, Mon Dec 18 19:35:04 2006 UTC
# Line 1043  and options for it. Line 1043  and options for it.
1043  =cut  =cut
1044    
1045  sub new {  sub new {
1046          my $class = shift;          my $class = shift;
1047          my $self = {@_};          my $self = {@_};
1048    
1049          croak "need aliases parametar" unless ($self->{'aliases'});          croak "need aliases parametar" unless ($self->{'aliases'});
1050    
# Line 1241  Returning arrays from SOAP calls is some Line 1241  Returning arrays from SOAP calls is some
1241  seems that SOAP::Lite client thinks that it has array with one element which  seems that SOAP::Lite client thinks that it has array with one element which
1242  is array of hashes with data.  is array of hashes with data.
1243    
1244    =head1 PRIVATE METHODS
1245    
1246    Documented here because tests use them
1247    
1248    =head2 _nos_object
1249    
1250      my $nos = $nos->_nos_object;
1251    
1252    =cut
1253    
1254    sub _nos_object {
1255            return $nos;
1256    }
1257    
1258  =head1 EXPORT  =head1 EXPORT
1259    
1260  Nothing.  Nothing.

Legend:
Removed from v.89  
changed lines
  Added in v.90

  ViewVC Help
Powered by ViewVC 1.1.26