GNU bug report logs -
#10559
perl-indent-command vs. perldoc parts
Previous Next
Reported by: jidanni <at> jidanni.org
Date: Fri, 20 Jan 2012 01:33:01 UTC
Severity: minor
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
If one marks the following region, and then runs
TAB (translated from <tab>) runs the command perl-indent-command,
=head2 _encode_word()
Usage : my $encoded_quintet_word = _encode_word($signed_floating_point_coordinate);
Function : turn a signed float (either a full coordinate
or a delta) for the _encode() function
Returns : a string containing one encoded coordinate that
will be added to a polyline string
Args : one data word made of ASCII characters carrying
a five-bit number per character from an encoded
Google polyline string
=cut
one will get:
=head2 _encode_word()
Usage : my $encoded_quintet_word = _encode_word($signed_floating_point_coordinate);
Function : turn a signed float (either a full coordinate
or a delta) for the _encode() function
Returns : a string containing one encoded coordinate that
will be added to a polyline string
Args : one data word made of ASCII characters carrying
a five-bit number per character from an encoded
Google polyline string
=cut
One also notes trailing whitespace is retained.
This bug report was last modified 2 years and 324 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.