Subject: | AJAX.pm: Use $row->get_column($col) instead of $row->$col |
If your DBIx Schema has column names like `column with space` the
$row->$col notation will not work. Instead you can use
$row->get_column($col) and that will work.
This queue is for tickets about the Catalyst-Plugin-AutoCRUD CPAN distribution.
The Basics
People
|
Bug Information
|