Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 63a76d8

Browse files
committed
no more AutoLoader
1 parent 5865e2c commit 63a76d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OpenGL/GLUT.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ use Carp;
1717

1818
our $VERSION = '0.71_01';
1919
our $XS_VERSION = $VERSION;
20-
our @ISA = qw(Exporter AutoLoader DynaLoader);
20+
our @ISA = qw(Exporter DynaLoader);
2121
our ($gl_version, $AUTOLOAD);
2222
our $glext_installed = {};
2323

0 commit comments

Comments
 (0)