Subject: | Small bug in docs |
This is a *very minor* "documentation bug": in the SYNOPSIS, the instance called $p2 is erroneously created via a procedural-style call to Class::Prototyped::new(), instead of an OO-style call to Class::Prototyped->new(). With the given arguments list, the call fails with the error "odd number of slot parameters to new".