rename restrict by user
authorGuillermo Roditi <groditi@cpan.org>
Sat, 19 May 2007 16:46:38 +0000 (16:46 +0000)
committerGuillermo Roditi <groditi@cpan.org>
Sat, 19 May 2007 16:46:38 +0000 (16:46 +0000)
commit772c89c170f979890e5f8d7e7522d50e8dc0323e
treecba3c77ea6ee7613fc66534e046ce53a01133ff9
rename restrict by user
16 files changed:
Changes [new file with mode: 0644]
MANIFEST [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
README [new file with mode: 0644]
lib/DBIx/Class/Schema/RestrictByUser.pm [new file with mode: 0644]
lib/DBIx/Class/Schema/RestrictByUser/RestrictComp/Schema.pm [new file with mode: 0644]
lib/DBIx/Class/Schema/RestrictByUser/RestrictComp/Source.pm [new file with mode: 0644]
t/02pod.t [new file with mode: 0644]
t/03podcoverage.t.disabled [new file with mode: 0644]
t/04basic.t [new file with mode: 0644]
t/05restrict.t [new file with mode: 0644]
t/lib/RestrictByUserTest.pm [new file with mode: 0755]
t/lib/RestrictByUserTest/Schema.pm [new file with mode: 0644]
t/lib/RestrictByUserTest/Schema/Notes.pm [new file with mode: 0644]
t/lib/RestrictByUserTest/Schema/Users.pm [new file with mode: 0644]
t/var/RestrictByUserTest.db [new file with mode: 0644]