projects
/
dbsrgits/DBIx-Class-Historic.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Stop circref TODO based on RT#82942 from failing after changes in 96577657
[dbsrgits/DBIx-Class-Historic.git]
/
t
/
lib
/
PrefetchBug.pm
1
package
2
PrefetchBug;
3
4
use strict;
5
use warnings;
6
7
use base qw/DBIx::Class::Schema/;
8
9
__PACKAGE__->load_classes();
10
11
1;