[prev] [thread] [next] [lurker] [Date index for 2003/03/15]
Update of /cvsroot/siesta/siesta In directory sc8-pr-cvs1:/tmp/cvs-serv10805 Modified Files: Build.PL 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: Build.PL =================================================================== RCS file: /cvsroot/siesta/siesta/Build.PL,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Build.PL 14 Mar 2003 23:17:07 -0000 1.1 +++ Build.PL 15 Mar 2003 20:15:36 -0000 1.2 @@ -1,19 +1,20 @@ +use strict; use Module::Build; my $build = Module::Build ->new( module_name => "Siesta", license => 'perl', scripts => [ 'bin/tequila', 'bin/nacho' ], - requires => { Test::More => 0, - Test::MockObject => 0, - Class::MethodMaker => 0, - Mail::Internet => 0, - Mail::Address => 0, - DBD::SQLite => 0, - File::Path => 0, - File::Basename => 0, - File::Find::Rule => 0, - Storable => 0, + requires => { 'Test::More' => 0, + 'Test::MockObject' => 0, + 'Class::MethodMaker' => 0, + 'Mail::Internet' => 0, + 'Mail::Address' => 0, + 'DBD::SQLite' => 0, + 'File::Path' => 0, + 'File::Basename' => 0, + 'File::Find::Rule' => 0, + 'Storable' => 0, }, dynamic_config => 1, sign => 1,
Generated at 13:57 on 01 Jul 2004 by mariachi 0.52