/[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 24 by dpavlin, Sun May 15 22:30:54 2005 UTC revision 25 by dpavlin, Mon May 16 13:52:43 2005 UTC
# Line 9  require Exporter; Line 9  require Exporter;
9  our @ISA = qw(Exporter);  our @ISA = qw(Exporter);
10    
11  our %EXPORT_TAGS = ( 'all' => [ qw(  our %EXPORT_TAGS = ( 'all' => [ qw(
12            add_member_to_list
13            add_message_to_queue
14  ) ] );  ) ] );
15    
16  our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );  our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
# Line 243  sub send_queued_messages { Line 245  sub send_queued_messages {
245    
246  }  }
247    
248  =head2 EXPORT  =head1 EXPORT
249    
250    Exported methods are also available using SOAP interface. For now, those are:
251    
252    =over 4
253    
254    =item add_member_to_list
255    
256    =item add_message_to_queue
257    
258    =back
259    
 None by default.  
260    
261  =head1 SEE ALSO  =head1 SEE ALSO
262    
263  mailman, ezmlm, sympa, L<Mail::Salsa>  mailman, ezmlm, sympa, L<Mail::Salsa>
264    
265    
266  =head1 AUTHOR  =head1 AUTHOR
267    
268  Dobrica Pavlinusic, E<lt>dpavlin@rot13.orgE<gt>  Dobrica Pavlinusic, E<lt>dpavlin@rot13.orgE<gt>
269    
270    
271  =head1 COPYRIGHT AND LICENSE  =head1 COPYRIGHT AND LICENSE
272    
273  Copyright (C) 2005 by Dobrica Pavlinusic  Copyright (C) 2005 by Dobrica Pavlinusic

Legend:
Removed from v.24  
changed lines
  Added in v.25

  ViewVC Help
Powered by ViewVC 1.1.26