Skip Menu |

This queue is for tickets about the Rose-DB-Object CPAN distribution.

Report information
The Basics
Id: 78860
Status: stalled
Priority: 0/
Queue: Rose-DB-Object

People
Owner: Nobody in particular
Requestors: OSALAUN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.798
Fixed in: (no value)



Subject: Minor fixe in the documentation
Hi, I noticed a minor typo in http://search.cpan.org/~jsiracusa/Rose-DB-Object-0.798/lib/Rose/DB/Object/Loader.pm that may be annoying while learning how Rose::DB works. My::Corp::Product->new(name => 'Sled'); should be $p = My::Corp::Product->new(name => 'Sled'); $loader->make_classes; should be $loader->make_classes(with_managers => 1); so the example below works fine Thank you for the great work :)
On Thu Aug 09 05:04:06 2012, OSALAUN wrote: Show quoted text
> $loader->make_classes; > should be > $loader->make_classes(with_managers => 1); > so the example below works fine
Are you sure about that one? The with_managers attribute defaults to true, so those two calls should be equivalent (unless you explicitly set $loader->with_managers(0) earlier).