Skip Menu |

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

Report information
The Basics
Id: 12924
Status: resolved
Priority: 0/
Queue: Class-MethodMaker

People
Owner: fluffy [...] cpan.org
Requestors: db@kavod.com (no email address)
Cc:
AdminCc:

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



Subject: Very minor documentation fix
Very minor documentation fix (patch attached).
[DBROWNING - Sun May 22 19:11:06 2005]: Show quoted text
> Very minor documentation fix (patch attached).
--- MethodMaker.pm.orig 2005-05-22 16:08:06.000000000 -0700 +++ MethodMaker.pm 2005-05-22 16:08:29.000000000 -0700 @@ -477,7 +477,7 @@ package MyClass; use Class::MethodMaker - [ scalar => [qw/ -scalar s /], ]; + [ scalar => [qw/ -static s /], ]; This option causes components to hold class-specific, rather than instance-specific values. Thus:
Applied in 2.08. Thanks!