Skip Menu |

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

Report information
The Basics
Id: 83824
Status: new
Priority: 0/
Queue: Class-Data-Inheritable

People
Owner: Nobody in particular
Requestors: x.guimard [...] free.fr
Cc:
AdminCc:

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



Subject: Spelling errors in pod
Hi, there is little spelling errors: --- a/lib/Class/Data/Inheritable.pm +++ b/lib/Class/Data/Inheritable.pm @@ -54,7 +54,7 @@ Class::Data::Inheritable is for creating accessor/mutators to class data. That is, if you want to store something about your class as a whole (instead of about a single object). This data is then inherited -by your subclasses and can be overriden. +by your subclasses and can be overridden. For example: @@ -87,7 +87,7 @@ However, should Raygun decide to set its own Suitcase() it has now "overridden" Pere::Ubu and is on its own, just like if it had -overriden a method: +overridden a method: # Raygun has an orange suitcase, Pere::Ubu's is still Blue. Raygun->Suitcase('Orange');