projects
/
dbsrgits/DBIx-Class-Historic.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
As clear as it gets
[dbsrgits/DBIx-Class-Historic.git]
/
lib
/
DBIx
/
Class
/
Componentised.pm
1
package # hide from PAUSE
2
DBIx::Class::Componentised;
3
4
use strict;
5
use warnings;
6
7
###
8
# Keep this class for backwards compatibility
9
###
10
11
use base 'Class::C3::Componentised';
12
13
1;