c30fa35e9b
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@
12 lines
213 B
Perl
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;
|