projects
/
dbsrgits/DBIx-Class.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
Corrected columns_info_for indent level - 2 space indent everyone please, you may...
[dbsrgits/DBIx-Class.git]
/
lib
/
DBIx
/
Class
/
CDBICompat
/
ObjIndexStubs.pm
Commit
Line
Data
c0e7b4e5
1
package # hide from PAUSE
2
DBIx::Class::CDBICompat::ObjIndexStubs;
a3018bd3
3
4
use strict;
5
use warnings;
6
7
sub remove_from_object_index { }
8
9
sub clear_object_index { }
10
11
1;