projects
/
dbsrgits/DBIx-Class-Journal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bad2237
)
delete bogus, unused file
Arthur Axel "fREW" Schmidt [Tue, 20 Oct 2009 16:03:13 +0000 (16:03 +0000)]
lib/DBIx/Class/Schema/Journal/DB/AuduitLog.pm
[deleted file]
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Schema/Journal/DB/AuduitLog.pm
b/lib/DBIx/Class/Schema/Journal/DB/AuduitLog.pm
deleted file mode 100644
(file)
index
83d354b
..0000000
--- a/
lib/DBIx/Class/Schema/Journal/DB/AuduitLog.pm
+++ /dev/null
@@
-1,9
+0,0 @@
-package DBIx::Class::Schema::Journal::DB::Base;
-
-use base 'DBIx::Class';
-
-__PACKAGE__->load_components(qw/Core/);
-__PACKAGE__->table('');
-
-
-1;