http://www.perlmonks.org?node_id=1014733


in reply to DBIx::Class get error when running make schema

It sounds like you have columns named with leading numbers. This is an "illegal" sub name in perl though it can be worked around. It's not a good idea probably. You can either follow the advice in the warning or manually write an accessor with a safer name if you don't want to rename your column but that second options means writing the classes from scratch since the loader won't work.