Skip Menu |

This queue is for tickets about the Role-Basic CPAN distribution.

Report information
The Basics
Id: 82103
Status: new
Priority: 0/
Queue: Role-Basic

People
Owner: Nobody in particular
Requestors: perl [...] toby.ink
Cc:
AdminCc:

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



Subject: Poor example in documentation
Documentation states: Show quoted text
> Consider a "before" modifier which multiplies a > value by 2 and another before modifier which > divides a value by 3. The order in which those > modifiers are applied becomes extremely important
Actually, ($x*2)/3 and ($x/3)*2 are identical. Perhaps an example involving addition and multiplication would be better.