Re: [patch]: typo of perl6 book

2010-06-21 Thread Moritz Lenz
Thanks for the patch, I've applied it. If you have a github ID, please tell me what it is -- I can add you as a committer to the book, so that you can apply such fixes directly in future. Cheers, Moritz

[patch]: typo of perl6 book

2010-06-20 Thread Hongwen Qiu
diff --git a/src/subs-n-sigs.pod b/src/subs-n-sigs.pod index b6a91cb..128f1ae 100644 --- a/src/subs-n-sigs.pod +++ b/src/subs-n-sigs.pod @@ -141,7 +141,7 @@ variables in your signature are read-only references to the passed arguments. You cannot modify them passed-in values within the subroutine