Build files

master
Peter Stuifzand 11 years ago
parent dc745c89c4
commit 9ce3293b3b

@ -0,0 +1,3 @@
use 5.006;
use Module::Build::Tiny 0.025;
Build_PL();

@ -0,0 +1,41 @@
{
"abstract" : "Labels or barcode printer",
"author" : [
"Peter Stuifzand <peter@stuifzand.eu>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Milla version v1.0.3, Dist::Zilla version 4.300035, CPAN::Meta::Converter version 2.120921",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Protocol-Zebra-Label",
"no_index" : {
"directory" : [
"t",
"xt",
"inc",
"share",
"eg",
"examples"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.025"
}
},
"develop" : {
"requires" : {
"Test::Pod" : "1.41"
}
}
},
"release_status" : "stable",
"version" : "0.0.2"
}

@ -0,0 +1,11 @@
# NAME
Protocol::Zebra::Label - Labels or barcode printer
# AUTHOR
Peter Stuifzand <peter@stuifzand.eu>
# LICENSE
All rights reserved.
Loading…
Cancel
Save