Skip Menu |

This queue is for tickets about the Graphics-Libplot CPAN distribution.

Report information
The Basics
Id: 32613
Status: new
Priority: 0/
Queue: Graphics-Libplot

People
Owner: Nobody in particular
Requestors: dam [...] modsoftsys.com
Cc:
AdminCc:

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



Subject: Documentation points to examples using /usr/doc
Hi, Here's a trivial patch that replaces "/usr/doc" with "/usr/share/doc" in the part of the POD that points to the examples. Thanks, dam Debian Perl Group
Subject: doc-location.patch
Index: libplot-perl/Libplot.pm =================================================================== --- libplot-perl.orig/Libplot.pm 2008-01-24 12:06:10.000000000 +0200 +++ libplot-perl/Libplot.pm 2008-01-24 12:06:27.000000000 +0200 @@ -237,7 +237,7 @@ =head1 EXAMPLES There are additional examples included in the source distribution. -(They are in /usr/doc/libplot-perl/examples on debian systems.) +(They are in /usr/share/doc/libplot-perl/examples on debian systems.) This example draws a spiraling box pattern. use Graphics::Libplot ':ALL';