projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
15c43cf
)
removed FOREIGNBUILDARGS, it is unneccessary
ghpr/applied/as_01bed9ce
skaufman [Thu, 3 Jul 2014 21:53:13 +0000 (17:53 -0400)]
lib/DBIx/Class/ResultSet.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/ResultSet.pm
b/lib/DBIx/Class/ResultSet.pm
index
5483b0b
..
f95d846
100644
(file)
--- a/
lib/DBIx/Class/ResultSet.pm
+++ b/
lib/DBIx/Class/ResultSet.pm
@@
-249,8
+249,6
@@
require an equivalent to MooseX::NonMoose since that's built in to Moo.
sub BUILDARGS { $_[2] }
- sub FOREIGNBUILDARGS { $_[2] }
-
...your code...
1;