From: Dagfinn Ilmari Mannsåker Date: Tue, 24 May 2016 10:25:49 +0000 (+0100) Subject: Fix class name typo typo in perlootut example X-Git-Tag: v5.25.2~151 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/31f7d6b96b4add13808a033633e6dd1e4d791845 Fix class name typo typo in perlootut example It's spelled correctly in the body text, but the code had it wrong. --- diff --git a/pod/perlootut.pod b/pod/perlootut.pod index 6d0ae03..4d07f29 100644 --- a/pod/perlootut.pod +++ b/pod/perlootut.pod @@ -505,7 +505,7 @@ new C. C lets you define roles the same way you define classes: - package HasOnOfSwitch; + package HasOnOffSwitch; use Moose::Role; has is_on => (