projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
037fcf9
)
[pod] typo fix for perlxstut.pod
author
Hongwe Qiu
<qiuhongwen@gmail.com>
Mon, 24 Jan 2011 11:22:18 +0000
(19:22 +0800)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 24 Jan 2011 17:58:45 +0000
(09:58 -0800)
pod/perlxstut.pod
patch
|
blob
|
history
diff --git
a/pod/perlxstut.pod
b/pod/perlxstut.pod
index
de5b32a
..
6ed57c9
100644
(file)
--- a/
pod/perlxstut.pod
+++ b/
pod/perlxstut.pod
@@
-220,7
+220,7
@@
and we should see the following output:
=head2 EXAMPLE 2
Now let's add to our extension a subroutine that will take a single numeric
-argument as input and return
0 if the number is even or 1
if the number
+argument as input and return
1 if the number is even or 0
if the number
is odd.
Add the following to the end of Mytest.xs: