Add missing deprecation warnings on m2m set_*, tighten up code
authorPeter Rabbitson <ribasushi@cpan.org>
Thu, 13 Aug 2015 09:40:55 +0000 (11:40 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Thu, 13 Aug 2015 09:40:55 +0000 (11:40 +0200)
commit8a67d9cf41e498c6e2fe7d79051d402cba4b7ec8
tree00c84c65ba7d42a607bf60f0e9dcd3490efa1a09
parent04d94bcbbfe0f363f32b8420a6247cc9f2bc672f
Add missing deprecation warnings on m2m set_*, tighten up code

Back in the day 4d3a827d had the right idea but did not implement actual
deprecation carp()s. Then ac36a402 added support for a link-data arg, making
things even murkier... sigh.
Changes
lib/DBIx/Class/Relationship/ManyToMany.pm
t/relationship/core.t
t/relationship/custom.t