Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37773760
en ru br
ALT Linux repos
S:0.12-alt1
5.0: 0.06-alt1
4.1: 0.05-alt1

Group :: Development/Perl
RPM: perl-Imager-Graph

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: perl-Imager-Graph-0.10-alt-pod_fix.patch
Download


Fix POD formating
--- lib/Imager/Graph/Horizontal.pm
+++ lib/Imager/Graph/Horizontal.pm
@@ -580,8 +580,6 @@ sub _add_data_series {
   return;
 }
 
-=over
-
 =item show_vertical_gridlines()
 
 Shows vertical gridlines at the y-tics.
@@ -906,5 +904,8 @@ sub _composite {
   return ( $self->SUPER::_composite(), "graph", "vgrid" );
 }
 
+=back
+=cut
+
 1;
 
--- lib/Imager/Graph/Vertical.pm
+++ lib/Imager/Graph/Vertical.pm
@@ -1425,4 +1425,7 @@ sub _composite {
   return ( $self->SUPER::_composite(), "graph", "hgrid" );
 }
 
+=back
+=cut
+
 1;
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin