Skip to content

Commit

Permalink
Add $VERSION to Helpers.pm
Browse files Browse the repository at this point in the history
This allows one to identify the specific
version needed.  NOTE: this is not neccessarily
in sync with the OpenGL::Modern package version.
  • Loading branch information
devel-chm committed Aug 6, 2017
1 parent b75c18b commit 6c08822
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.03_01';
$VERSION = eval $VERSION;

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

0 comments on commit 6c08822

Please sign in to comment.