summaryrefslogtreecommitdiffstats
path: root/META.json
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-11-17 12:02:39 +0100
committerFlorian Pritz <bluewind@xinu.at>2018-11-17 12:02:39 +0100
commitfd9ce6c0c8b3d7b8816e80bffee436c50eb7cbb9 (patch)
treeb2d4539ec9acddce2b0c578c4a4c231e20d7373e /META.json
downloadApp-ArchLinux-PackagerTools-fd9ce6c0c8b3d7b8816e80bffee436c50eb7cbb9.tar.gz
App-ArchLinux-PackagerTools-fd9ce6c0c8b3d7b8816e80bffee436c50eb7cbb9.tar.xz
initial commit
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'META.json')
-rw-r--r--META.json59
1 files changed, 59 insertions, 0 deletions
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 <bluewind@xinu.at>"
+ ],
+ "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
+}