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:
12abbaf
)
Corrected: 'possible a' => 'possibly a'
author
Alan Haggai Alavi
<alanhaggai@alanhaggai.org>
Tue, 11 Oct 2011 13:43:19 +0000
(19:13 +0530)
committer
David Golden
<dagolden@cpan.org>
Tue, 11 Oct 2011 15:12:49 +0000
(11:12 -0400)
Signed-off-by: David Golden <dagolden@cpan.org>
pod/perlguts.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlguts.pod
b/pod/perlguts.pod
index
d8f0527
..
38ed3e1
100644
(file)
--- a/
pod/perlguts.pod
+++ b/
pod/perlguts.pod
@@
-597,7
+597,7
@@
The most useful types that will be returned are:
SVt_PVAV Array
SVt_PVHV Hash
SVt_PVCV Code
- SVt_PVGV Glob (possibl
e
a file handle)
+ SVt_PVGV Glob (possibl
y
a file handle)
SVt_PVMG Blessed or Magical Scalar
See the F<sv.h> header file for more details.