Subject: | Small typo in documentation |
Hi,
I found a small typo in the synopis example.
The code example has this line:
implementation_does qw/My::Factory::Implementation::Requires/];
There is a closing square bracket when there shouldn't be one.
This is slightly embarrassing on my part because I made the incorrect
change in my code to fix it and I spent a hour trying to figure why my
new factory wouldn't work because I added an opening square bracket and
it keep giving me an error that it couldn't implement my implementation
class of ARRAY(....).
Funny but helpful to correct so new developers don't give up on a good
package.
Thanks,
Chuck