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 11:53:09 +0000 (13:53 +0200)
commita4cff052c2648688a0ccf30781899c6f00777f0e
tree0b15a65ce41f6c5a6aa41ef6143e9686ce069ce5
parent5294fdc61249a48e2e330796f82e0f2035d0faaa
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