Package: perl-doc Version: 5.8.8-6.1 Severity: minor There is an extra confusing comma in the push function prototype. The following patch fixes this.
--- /usr/share/perl/5.8.8/pod/perlfunc.pod 2006-08-06 16:59:21.000000000 +0100 +++ /tmp/perlfunc.pod 2006-11-08 17:43:33.000000000 +0000 @@ -4022,7 +4022,7 @@ prototype is returned. =item push ARRAY,LIST -X<push>, X<stack> +X<push> X<stack> Treats ARRAY as a stack, and pushes the values of LIST onto the end of ARRAY. The length of ARRAY increases by the length of Julian -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]