Allow escape of the illegal name checks, darkpan has too much crap
authorPeter Rabbitson <ribasushi@cpan.org>
Tue, 13 Nov 2012 07:57:30 +0000 (08:57 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Thu, 15 Nov 2012 09:48:12 +0000 (10:48 +0100)
commit6c6bc8c2ab1a427010501b54b2959c9e2ba23515
treeb5008eba9c539b4947dbe3d061b136a5a0321028
parent533d4d9650ce9f5353ca36b1721217a4127c5f87
Allow escape of the illegal name checks, darkpan has too much crap

Because one of the former maintainers of DBIC::SL is a raging idiot,
there is now a ton of DBIC code out there that attempts to create column
accessors with illegal names. In the interest of not cluttering the logs
of unsuspecting victims (unsuspecting because these accessors are
unusuable anyway) we provide an explicit "do not warn at all" escape,
until all such code is fixed

This will be a loooooong time >:(
Changes
lib/Class/Accessor/Grouped.pm
t/accessors.t
t/illegal_name.t [new file with mode: 0644]