3 changed files with 55 additions and 0 deletions
@ -0,0 +1,3 @@
@@ -0,0 +1,3 @@
|
||||
use 5.006; |
||||
use Module::Build::Tiny 0.025; |
||||
Build_PL(); |
@ -0,0 +1,41 @@
@@ -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" |
||||
} |
||||
|
Loading…
Reference in new issue