Files
ports/graphics/p5-Chart/files/patch-Chart_Split.pm
T
Mark Linimon c30fa35e9b graphics/p5-Chart: add patch files to remove obsolete usage.
lang/perl as of at least 5.36 objects to the usage "use Chart::Base
'2.4.10'".  Make these usages modern.

PR:		ports/296174
Approved by:	mat@
2026-06-23 23:25:54 -05:00

12 lines
213 B
Perl

--- Chart/Split.pm.orig 2015-03-01 20:01:36 UTC
+++ Chart/Split.pm
@@ -15,7 +15,7 @@ package Chart::Split;
#
package Chart::Split;
-use Chart::Base '2.4.10';
+use Chart::Base;
use GD;
use Carp;
use strict;