Move package to first line

This commit is contained in:
Peter Stuifzand 2013-08-07 16:00:09 +02:00
parent 17e7638014
commit acb66da6d4

View File

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