|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Re: DBIx::Class get error when running make schemaby Your Mother (Canon) |
| on Jan 22, 2013 at 17:06 UTC ( #1014733=note: print w/ replies, xml ) | Need Help?? |
|
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.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||