Skip to content

Commit 0abbc74

Browse files
committed
take $XS_VERSION after removing _
1 parent 72503bc commit 0abbc74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OpenGL/GLFW.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -464,8 +464,8 @@ our %EXPORT_TAGS = (
464464
our @EXPORT_OK = @{ $EXPORT_TAGS{all} };
465465

466466
our $VERSION = '0.0401';
467-
our $XS_VERSION = $VERSION;
468467
$VERSION =~ tr/_//d;
468+
our $XS_VERSION = $VERSION;
469469

470470
require XSLoader;
471471
XSLoader::load('OpenGL::GLFW', $XS_VERSION);

0 commit comments

Comments
 (0)