Skip to content

Commit 31f7d6b

Browse files
committed
Fix class name typo typo in perlootut example
It's spelled correctly in the body text, but the code had it wrong.
1 parent 8687a6e commit 31f7d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perlootut.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ new C<File>.
505505

506506
C<Moose> lets you define roles the same way you define classes:
507507

508-
package HasOnOfSwitch;
508+
package HasOnOffSwitch;
509509
use Moose::Role;
510510

511511
has is_on => (

0 commit comments

Comments
 (0)