[siesta-commit] siesta/lib Siesta.pm,1.24,1.25

[prev] [thread] [next] [lurker] [Date index for 2003/03/15]

From: clampr
Subject: [siesta-commit] siesta/lib Siesta.pm,1.24,1.25
Date: 20:16 on 15 Mar 2003
Update of /cvsroot/siesta/siesta/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv10805/lib

Modified Files:
	Siesta.pm 
Log Message:
A metric ton of changes.

* All tables now have abstract id columns, so a users email address 
  is now $user->email and a lists name is $list->name

* Storage methods take ids, not objects

* User/List methods try to be a bit less magical/vaired about 
  what they take as parameters

Since modules and tests have been changed at the same time I expect 
there to be many bugs, but those'll be squished RSN


Index: Siesta.pm
===================================================================
RCS file: /cvsroot/siesta/siesta/lib/Siesta.pm,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- Siesta.pm	10 Oct 2002 14:09:59 -0000	1.24
+++ Siesta.pm	15 Mar 2003 20:15:40 -0000	1.25
@@ -2,7 +2,7 @@
 package Siesta;
 use strict;
 use vars qw/$VERSION/;
-$VERSION = 1.0;    # baby!
+$VERSION = '0.5';
 
 use constant debug => 0;
 use Siesta::Message;
@@ -101,7 +101,7 @@
 
 =item ->set_sender ($class, @options)
 
-Set the current sender to the given class. 
+Set the current sender to the given class.
 This will pass on any options you give it automatically.
 
 =cut



Generated at 13:57 on 01 Jul 2004 by mariachi 0.52