Skip to content

Commit

Permalink
Add VERISON number to Helpers.pm
Browse files Browse the repository at this point in the history
Otherwise it is not possible to check for version
skew or to ensure the correct versions are loaded.
  • Loading branch information
devel-chm committed Jul 31, 2017
1 parent 67164f2 commit 06ddcee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/OpenGL/Modern/Helpers.pm
@@ -1,6 +1,10 @@
package # not an official package
OpenGL::Modern::Helpers;

# Update version number with each change
our $VERSION = '0.001_001';
$VERSION = eval $VERSION;

use strict;
use Exporter 'import';
use Carp qw(croak);
Expand Down

0 comments on commit 06ddcee

Please sign in to comment.