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
217 B
Perl
12 lines
217 B
Perl
--- Chart/Direction.pm.orig 2015-03-01 20:01:36 UTC
|
|
+++ Chart/Direction.pm
|
|
@@ -17,7 +17,7 @@ package Chart::Direction;
|
|
|
|
package Chart::Direction;
|
|
|
|
-use Chart::Base '2.4.10';
|
|
+use Chart::Base;
|
|
use GD;
|
|
use Carp;
|
|
|