projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
335bcec
)
Nuked ancient and unused classdata entry
Matt S Trout [Wed, 22 Mar 2006 11:52:30 +0000 (11:52 +0000)]
lib/DBIx/Class/Relationship/Base.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Relationship/Base.pm
b/lib/DBIx/Class/Relationship/Base.pm
index
0c7a141
..
343c0d0
100644
(file)
--- a/
lib/DBIx/Class/Relationship/Base.pm
+++ b/
lib/DBIx/Class/Relationship/Base.pm
@@
-5,8
+5,6
@@
use warnings;
use base qw/DBIx::Class/;
-__PACKAGE__->mk_classdata('_relationships', { } );
-
=head1 NAME
DBIx::Class::Relationship::Base - Inter-table relationships