From 4d2865039980f5b0eed3127df94f13f320792eb0 Mon Sep 17 00:00:00 2001 From: Ed J Date: Mon, 2 Dec 2024 21:33:45 +0000 Subject: [PATCH] prepare Graphics/TriD/ for independent distro --- Graphics/TriD/Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Graphics/TriD/Makefile.PL b/Graphics/TriD/Makefile.PL index feb861db5..55832762b 100644 --- a/Graphics/TriD/Makefile.PL +++ b/Graphics/TriD/Makefile.PL @@ -1,6 +1,7 @@ use strict; use warnings; use ExtUtils::MakeMaker; +use PDL::Core::Dev; if ( !eval { require OpenGL; OpenGL->VERSION(0.70); 1; } or