--- /dev/null
+*** Version 1.1, 23/09/2012
+
+commit 3f54eb870cf3bae380898dbe0c21ec7a22a2c8eb
+Author: Tara L Andrews <tla@mit.edu>
+Date: Fri Sep 21 03:25:09 2012 +0200
+
+ add Text::Tradition and explicit version to package dependencies
+
+commit a4c19656afb19c0e01b42f6199388bd098f604ef
+Author: Tara L Andrews <tla@mit.edu>
+Date: Tue Sep 18 22:26:29 2012 +0200
+
+ support user lookup by email as well as id
extends 'KiokuX::Model';
use vars qw/ $VERSION /;
-$VERSION = "1.0";
+$VERSION = "1.1";
=head1 NAME
is( scalar $f->traditionlist, 1, "Object is deleted from index" );
}
-{
+TODO: {
+ todo_skip "Deletion conflicts with Analysis package", 2
+ if $t->does('Text::Tradition::HasStemma');
my $g = Text::Tradition::Directory->new( 'dsn' => $dsn );
my $scope = $g->new_scope;
is( scalar $g->traditionlist, 1, "Now one object in new directory index" );
--- /dev/null
+input=lib
+output=t
+execute=0
+verbose=1
+readonly=1
+header=inline2text.txt
is( scalar $f->traditionlist, 1, "Object is deleted from index" );
}
-{
+TODO: {
+ todo_skip "Deletion conflicts with Analysis package", 2
+ if $t->does('Text::Tradition::HasStemma');
my $g = Text::Tradition::Directory->new( 'dsn' => $dsn );
my $scope = $g->new_scope;
is( scalar $g->traditionlist, 1, "Now one object in new directory index" );