/[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

trunk/lib/Nos.pm revision 20 by dpavlin, Sun May 15 21:19:26 2005 UTC trunk/Nos.pm revision 21 by dpavlin, Sun May 15 21:35:15 2005 UTC
# Line 71  sub new { Line 71  sub new {
71          $self ? return $self : return undef;          $self ? return $self : return undef;
72  }  }
73    
74  =head2 AUTOLOAD  =head2 update_list_email
75    
76  Returns class from L<Class::DBI>.  Update list e-mail address
77    
78   my $lists = $nos->lists;   $noc->update_list_email($list, 'foobar@example.com');
79    
80  is equivalent to:  =cut
81    
82   my $lists = $loader->find_class('lists');  sub update_list_email {
83            my $self = shift;
84    
 =cut  
85    
86  #sub AUTOLOAD {  }
 #       return if $AUTOLOAD =~ m/DESTROY$/;  
 #       my ($name) = $AUTOLOAD =~ /([^:]+)$/;  
 #  
 #       return $self->{'loader'}->find_class($AUTOLOAD) ||  
 #               croak "unknown method '$AUTOLOAD' called";  
 #}  
87    
88  =head2 send  =head2 send
89    

Legend:
Removed from v.20  
changed lines
  Added in v.21

  ViewVC Help
Powered by ViewVC 1.1.26