[prev] [thread] [next] [lurker] [Date index for 2002/09/12]
Update of /cvsroot/siesta/siesta/lib/Siesta In directory usw-pr-cvs1:/tmp/cvs-serv17424/lib/Siesta Modified Files: List.pm Plugin.pm Storage.pm Log Message: perltidy Index: List.pm =================================================================== RCS file: /cvsroot/siesta/siesta/lib/Siesta/List.pm,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- List.pm 11 Sep 2002 11:12:30 -0000 1.36 +++ List.pm 12 Sep 2002 12:55:31 -0000 1.37 @@ -177,11 +177,10 @@ =cut -sub add_plugin -{ - my $self = shift; +sub add_plugin { + my $self = shift; - return Siesta->storage->add_plugin_to_list($self, @_); + return Siesta->storage->add_plugin_to_list( $self, @_ ); } @@ -193,9 +192,9 @@ sub set_plugins { - my $self = shift; - - return Siesta->storage->set_plugins($self, @_); + my $self = shift; + + return Siesta->storage->set_plugins( $self, @_ ); } 1; Index: Plugin.pm =================================================================== RCS file: /cvsroot/siesta/siesta/lib/Siesta/Plugin.pm,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- Plugin.pm 10 Sep 2002 18:23:37 -0000 1.18 +++ Plugin.pm 12 Sep 2002 12:55:31 -0000 1.19 @@ -68,7 +68,9 @@ __END__ + =back =cut + Index: Storage.pm =================================================================== RCS file: /cvsroot/siesta/siesta/lib/Siesta/Storage.pm,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- Storage.pm 12 Sep 2002 11:36:07 -0000 1.13 +++ Storage.pm 12 Sep 2002 12:55:31 -0000 1.14 @@ -44,6 +44,7 @@ Initialise a new database. + =item ->load_user( $id ) return a hash with a user in it, or nothing @@ -131,4 +132,5 @@ in order : per user-per list, per user, per list, system default. =cut +
Generated at 13:57 on 01 Jul 2004 by mariachi 0.52