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
(from parent 1:
06df4f4
)
mro.pm: Typo
author
Father Chrysostomos
<sprout@cpan.org>
Thu, 15 Aug 2013 04:56:13 +0000
(21:56 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 17 Aug 2013 13:57:33 +0000
(06:57 -0700)
ext/mro/mro.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/mro/mro.pm
b/ext/mro/mro.pm
index
a005229
..
47bb2fd
100644
(file)
--- a/
ext/mro/mro.pm
+++ b/
ext/mro/mro.pm
@@
-205,7
+205,7
@@
return C<0>. If a package stash is completely
deleted (not a normal occurrence, but it can happen
if someone does something like C<undef %PkgName::>),
the number will be reset to either C<0> or C<1>,
-depending on how completely package was wiped out.
+depending on how completely
the
package was wiped out.
=head2 next::method