diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-05-06 11:26:18 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-05-06 11:26:18 +0200 |
commit | 519fe8254caaccff21fd791a4bc10d5722fbfc53 (patch) | |
tree | 84a915faf8c00b4381920989950e1d8ef09307ff /META.yml | |
parent | 1a30a0a3f67a7fbc5fd46044438873af8c1c1c20 (diff) |
Add META.yml as well0.1
Diffstat (limited to 'META.yml')
-rw-r--r-- | META.yml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/META.yml b/META.yml new file mode 100644 index 0000000..09c6d8d --- /dev/null +++ b/META.yml @@ -0,0 +1,21 @@ +--- +name: comirror +version: 0.1 +author: + - 'Copyright (C) 2010 by Daniel Friesel E<lt>derf@chaosdorf.deE<gt>' +abstract: Generic webcomic mirrorer +license: unrestricted +build_requires: + Test::Cmd: 0 + Test::Compile: 0 + Test::More: 0 + Test::Pod: 0 +requires: + WWW::Mechanize: 0 + perl: v5.10.0 +configure_requires: + Module::Build: 0.340201 +generated_by: Module::Build version 0.340201 +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 |