Add version

This commit is contained in:
Peter Stuifzand 2013-08-07 15:56:45 +02:00
parent 16c0e1afe2
commit 7ccd86440a

View File

@ -2,6 +2,7 @@ use strict;
use warnings;
package Protocol::Zebra::Label;
use 5.14.2;
our $VERSION='0.0.1';
use Moose;
use Text::Wrap;