add 'ALL' key for naming hash
authorRafael Kitover <rkitover@cpan.org>
Mon, 24 Oct 2011 21:24:04 +0000 (17:24 -0400)
committerRafael Kitover <rkitover@cpan.org>
Mon, 24 Oct 2011 21:24:04 +0000 (17:24 -0400)
commit1aba0deff71118deac7fc9428efe340a619418b0
tree57a10c6da7b906b6b916ce6316e4afc0e7f444b1
parentdf35916c8f26ed90aaec76305935d13507348b17
add 'ALL' key for naming hash

Because I earlier added the 'force_ascii' parameter for the naming hash,
I now add the 'ALL' key to set 'relationships', 'monikers' and
'column_accessors' in one shot. This lets you do:

    naming => { ALL => 'v8', force_ascii => 1 }
lib/DBIx/Class/Schema/Loader/Base.pm