Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removed FOREIGNBUILDARGS, it is unnecessary #50

Conversation

samuelckaufman
Copy link

FOREIGNBUILDARGS is added by MooseX::NonMoose and is built into Moo.
It is designed for munging constructor parameters before sending them to the superclass, whereas BUILDARGS is for munging params in the subclass. It is unnecessary in this case, as Moo(se) ( the subclass ) is the one that needs it's constructor params munged, not DBIx::Class::ResultSet ( the superclass ).

@ribasushi
Copy link
Collaborator

This has been incorporated with extra changes as 01bed9ce7 Thank you very much for kicking this off.

@samuelckaufman samuelckaufman deleted the wip/moo_resultsets_docs branch July 8, 2014 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants