summaryrefslogtreecommitdiffstats
path: root/META.json
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-02-26 20:45:25 +0100
committerFlorian Pritz <bluewind@xinu.at>2017-02-26 20:45:25 +0100
commit574d634e67f72b426b7c8f15bd241e2e2e6de624 (patch)
treec27bfed9c0ea99563c01a6107118c03a115477a2 /META.json
downloadApp-BorgRestore-574d634e67f72b426b7c8f15bd241e2e2e6de624.tar.gz
App-BorgRestore-574d634e67f72b426b7c8f15bd241e2e2e6de624.tar.xz
initial commit
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'META.json')
-rw-r--r--META.json57
1 files changed, 57 insertions, 0 deletions
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 <bluewind@xinu.at>"
+ ],
+ "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"
+}