From 574d634e67f72b426b7c8f15bd241e2e2e6de624 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 26 Feb 2017 20:45:25 +0100 Subject: initial commit Signed-off-by: Florian Pritz --- META.json | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 META.json (limited to 'META.json') diff --git a/META.json b/META.json new file mode 100644 index 0000000..e6c1641 --- /dev/null +++ b/META.json @@ -0,0 +1,57 @@ +{ + "abstract" : "It's new $module", + "author" : [ + "Florian Pritz " + ], + "dynamic_config" : 0, + "generated_by" : "Minilla/v3.0.10, CPAN::Meta::Converter version 2.150005", + "license" : [ + "perl_5" + ], + "meta-spec" : { + "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", + "version" : "2" + }, + "name" : "App-BorgRestore", + "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_serialization_backend" : "JSON::PP version 2.27300_01" +} -- cgit v1.2.3-24-g4f1b