initial checkin for UserStamp
authorJohn Goulah <jgoulah@debian.org>
Tue, 10 Jun 2008 16:07:44 +0000 (16:07 +0000)
committerJohn Goulah <jgoulah@debian.org>
Tue, 10 Jun 2008 16:07:44 +0000 (16:07 +0000)
commit7bde90793dcc50d50b8dfc45e69001bf641d89d5
tree6ceb3aff67e4501f28663687b78b5e49db7dcf39
parent064e1283034b6dbb96905537dfee459ab1a8ca28
initial checkin for UserStamp

git-svn-id: http://dev.catalyst.perl.org/repos/bast/DBIx-Class-UserStamp/1.000/trunk@4481 bd8105ee-0ff8-0310-8827-fb3f25b6796d
14 files changed:
Changes [new file with mode: 0644]
Makefile.PL [new file with mode: 0644]
lib/DBIx/Class/UserStamp.pm [new file with mode: 0644]
t/01basic.t [new file with mode: 0644]
t/02pod.t [new file with mode: 0644]
t/03podcoverage.t [new file with mode: 0644]
t/04userstamp.t [new file with mode: 0644]
t/05accessor.t [new file with mode: 0644]
t/lib/DBIC/Test.pm [new file with mode: 0644]
t/lib/DBIC/Test/Schema.pm [new file with mode: 0644]
t/lib/DBIC/Test/Schema/Accessor.pm [new file with mode: 0644]
t/lib/DBIC/Test/Schema/TestUser.pm [new file with mode: 0644]
t/sql/test.sqlite.sql [new file with mode: 0644]
t/var/test.db [new file with mode: 0644]