summaryrefslogtreecommitdiffstats
path: root/META.json
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-02-26 23:50:27 +0100
committerFlorian Pritz <bluewind@xinu.at>2017-02-26 23:50:27 +0100
commit0265a0785a266f88ae17217872badb9a53c2bea6 (patch)
tree4f39ba853bb09089454453e4971b4d978dcac1d6 /META.json
parente584b32a3c3f17505f97a160deb2bedb7b639e1a (diff)
downloadApp-BorgRestore-0265a0785a266f88ae17217872badb9a53c2bea6.tar.gz
App-BorgRestore-0265a0785a266f88ae17217872badb9a53c2bea6.tar.xz
Fix metadata
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'META.json')
-rw-r--r--META.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/META.json b/META.json
index e6c1641..1e50a22 100644
--- a/META.json
+++ b/META.json
@@ -1,12 +1,12 @@
{
- "abstract" : "It's new $module",
+ "abstract" : "Restore paths from borg backups",
"author" : [
- "Florian Pritz <bluewind@xinu.at>"
+ "-2017 Florian Pritz <bluewind@xinu.at>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.0.10, CPAN::Meta::Converter version 2.150005",
"license" : [
- "perl_5"
+ "gpl_3"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
@@ -42,7 +42,7 @@
},
"runtime" : {
"requires" : {
- "perl" : "5.008001"
+ "perl" : "v5.10.0"
}
},
"test" : {
@@ -52,6 +52,6 @@
}
},
"release_status" : "unstable",
- "version" : "0.01",
+ "version" : "2.0.0",
"x_serialization_backend" : "JSON::PP version 2.27300_01"
}