Skip Menu |

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

Report information
The Basics
Id: 59020
Status: resolved
Priority: 0/
Queue: DBIx-Class-Tree-NestedSet

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

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



Subject: typos in code examples
Hi! There are minor typos in the code examples at line 1066, 1070-1071, 1331-1333 concerning the assignment of a hash value with the => operator (= is used). e.g. line 1333 contains: $bart = $homer->add_children({name = 'Bart'}); but it should be: $bart = $homer->add_children({name => 'Bart'}); hth, Alex
Fixed in github (not yet released to cpan) Thank you Ian