From fd9ce6c0c8b3d7b8816e80bffee436c50eb7cbb9 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 17 Nov 2018 12:02:39 +0100 Subject: initial commit Signed-off-by: Florian Pritz --- META.json | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 META.json (limited to 'META.json') diff --git a/META.json b/META.json new file mode 100644 index 0000000..fe4d373 --- /dev/null +++ b/META.json @@ -0,0 +1,59 @@ +{ + "abstract" : "It's new $module", + "author" : [ + "Florian Pritz " + ], + "dynamic_config" : 0, + "generated_by" : "Minilla/v3.1.2, CPAN::Meta::Converter version 2.150010", + "license" : [ + "gpl_3" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : 2 + }, + "name" : "App-ArchLinux-PackagerTools", + "no_index" : { + "directory" : [ + "t", + "xt", + "inc", + "share", + "eg", + "examples", + "author", + "builder" + ] + }, + "prereqs" : { + "configure" : { + "requires" : { + "Module::Build::Tiny" : "0.035" + } + }, + "develop" : { + "requires" : { + "Test::CPAN::Meta" : "0", + "Test::MinimumVersion::Fast" : "0.04", + "Test::PAUSE::Permissions" : "0.04", + "Test::Pod" : "1.41", + "Test::Spellunker" : "v0.2.7" + } + }, + "runtime" : { + "requires" : { + "perl" : "5.008001" + } + }, + "test" : { + "requires" : { + "Test::More" : "0.98" + } + } + }, + "release_status" : "unstable", + "version" : "0.01", + "x_authority" : "cpan:BLUEWIND", + "x_serialization_backend" : "JSON::PP version 2.97001", + "x_static_install" : 1 +} -- cgit v1.2.3-24-g4f1b