projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b411156
)
Remove forgotten part of a48693f4 (incompletely reverted by e327f126)
Peter Rabbitson [Tue, 20 May 2014 14:16:40 +0000 (16:16 +0200)]
t/lib/PrefetchBug.pm
[deleted file]
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/PrefetchBug.pm
b/t/lib/PrefetchBug.pm
deleted file mode 100644
(file)
index
278bf5b
..0000000
--- a/
t/lib/PrefetchBug.pm
+++ /dev/null
@@
-1,11
+0,0 @@
-package
- PrefetchBug;
-
-use strict;
-use warnings;
-
-use base qw/DBIx::Class::Schema/;
-
-__PACKAGE__->load_classes();
-
-1;