Skip Menu |

This queue is for tickets about the DBIx-Class CPAN distribution.

Report information
The Basics
Id: 76031
Status: resolved
Priority: 0/
Queue: DBIx-Class

People
Owner: Nobody in particular
Requestors: dsteinbrunner [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.08196
Fixed in: 0.08200



Subject: get_column typo in DBIx::Class::Manual::Joining doc
In the perldoc for DBIx::Class::Manual::Joining, this line: print $row->get_colum('track_name'); ## WORKS should read as: print $row->get_column('track_name'); ## WORKS
On Sun Mar 25 12:20:43 2012, dsteinbrunner@pobox.com wrote: Show quoted text
> In the perldoc for DBIx::Class::Manual::Joining, this line: > > print $row->get_colum('track_name'); ## WORKS > > should read as: > > print $row->get_column('track_name'); ## WORKS
Already fixed earlier, to be released soon-ish: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits/DBIx-Class.git;a=commit;h=23d9df41 Cheers!
Fixed in 0.08200, thanks for your help!