Skip Menu |

This queue is for tickets about the AcePerl CPAN distribution.

Report information
The Basics
Id: 80168
Status: new
Priority: 0/
Queue: AcePerl

People
Owner: Nobody in particular
Requestors: bjarniig [...] rhi.hi.is
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [patch] AcePerl, Ace/Graphics/Track.pm: "groff" can not adjust line (sentence without space)
Date: Sat, 13 Oct 2012 20:14:14 +0000
To: bug-AcePerl [...] rt.cpan.org
From: Bjarni Ingi Gislason <bjarniig [...] rhi.hi.is>
Software: AcePerl Version: 1.92 File: Ace/Graphics/Track.pm Patch: Yes Warnings from "groff -b -ww -z -mandoc Ace::Graphics::Track.3pm" (Ubuntu): <groff: Ace::Graphics::Track.3pm>:51: warning: number register `F' not defined <groff: Ace::Graphics::Track.3pm>:281: warning [p 2, 9.0i]: cannot adjust line Use ", " not ",". One line splitted after end of sentence. # # Output from "nroff" should (usually) have only the left margin adjusted (".ad l"). Otherwise the space between words can be too long. Output for a manual should (usually) have the right margin ragged (".ad l"), as it is not (usually) intended for a book or other professional printing medium. # # Each sentence should begin in a new line. a) The space between sentences is different between formatters. b) Changes in one line do then not affect others, and do therefore not appear as changed in the output of "diff". # Sometimes a small change in space between a roman and an italic character is needed (use ".RI" or ".IR" macros). # Remove spaces at end of lines. # Patch: --- Track.pm 2001-09-17 20:23:35.000000000 +0000 +++ Track.pm.new 2012-10-13 19:36:17.554502236 +0000 @@ -313,8 +313,8 @@ =head1 DESCRIPTION The Ace::Graphics::Track class is used by Ace::Graphics::Panel to lay -out a set of sequence features using a uniform glyph type. You will -ordinarily work with panels rather than directly with tracks. +out a set of sequence features using a uniform glyph type. +You will ordinarily work with panels rather than directly with tracks. =head1 METHODS @@ -439,8 +439,8 @@ =head1 SEE ALSO -L<Ace::Sequence>,L<Ace::Sequence::Feature>,L<Ace::Graphics::Panel>, -L<Ace::Graphics::GlyphFactory>,L<Ace::Graphics::Glyph> +L<Ace::Sequence>, L<Ace::Sequence::Feature>, L<Ace::Graphics::Panel>, +L<Ace::Graphics::GlyphFactory>, L<Ace::Graphics::Glyph> =head1 AUTHOR