Update of bug #66504 (group groff):
Status: In Progress => Need Info
_______________________________________________________
Follow-up Comment #9:
Err, no, I'm wrong. Sorry.
I'm still getting two Perl warnings.
gropdf: warning: Perl module 'Compress::Zlib' not available; cannot compress
this PDF
Use of uninitialized value in length at
/home/gbranden/groff-1.23.0.2586-af4f3/gropdf line 2031, <> line 97.
Use of uninitialized value in length at
/home/gbranden/groff-1.23.0.2586-af4f3/gropdf line 2047, <> line 97.
2031 if (!defined($S) and !length($P))
2032 {
2033 $P=' ';
2034 }
2035
2036 if ($St and $St!~m/^-?\d+$/)
2037 {
2038 Warn("Page numbering start '$St' must be
numeric");
2039 return;
2040 }
2041
2042 $cat->{PageLabels}={Nums => []} if
!exists($cat->{PageLabels});
2043
2044 my $label={};
2045 $label->{S} = "/$S" if $S;
2046 $label->{P} = "($P)" if length($P);
2047 $label->{St} = $St if length($St);
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?66504>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
signature.asc
Description: PGP signature
