From acb66da6d429db095fd5c869834d4876cceabd39 Mon Sep 17 00:00:00 2001 From: Peter Stuifzand Date: Wed, 7 Aug 2013 16:00:09 +0200 Subject: [PATCH] Move package to first line --- lib/Protocol/Zebra/Label.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Protocol/Zebra/Label.pm b/lib/Protocol/Zebra/Label.pm index d2ba465..7cc283f 100644 --- a/lib/Protocol/Zebra/Label.pm +++ b/lib/Protocol/Zebra/Label.pm @@ -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;