This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8687a6e
)
Fix class name typo typo in perlootut example
author
Dagfinn Ilmari Mannsåker
<ilmari@ilmari.org>
Tue, 24 May 2016 10:25:49 +0000
(11:25 +0100)
committer
Dagfinn Ilmari Mannsåker
<ilmari@ilmari.org>
Tue, 24 May 2016 10:25:49 +0000
(11:25 +0100)
It's spelled correctly in the body text, but the code had it wrong.
pod/perlootut.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlootut.pod
b/pod/perlootut.pod
index
6d0ae03
..
4d07f29
100644
(file)
--- a/
pod/perlootut.pod
+++ b/
pod/perlootut.pod
@@
-505,7
+505,7
@@
new C<File>.
C<Moose> lets you define roles the same way you define classes:
- package HasOnOfSwitch;
+ package HasOnOf
f
Switch;
use Moose::Role;
has is_on => (