diff options
author | ivan <ivan> | 2010-02-16 21:35:58 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-02-16 21:35:58 +0000 |
commit | 3275bc57e00b1af89b4fe7a8d565160b6b6525e5 (patch) | |
tree | e256b36f747c8c1201aab33c9df7090fb3039242 | |
parent | 69dd6ea979481dcfe58511da6afcde2d5ad07ed9 (diff) |
checking in META.yml
-rw-r--r-- | META.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/META.yml b/META.yml new file mode 100644 index 0000000..32d2201 --- /dev/null +++ b/META.yml @@ -0,0 +1,20 @@ +--- #YAML:1.0 +name: CGP-CLI +version: 2.8.0 +abstract: ~ +author: [] +license: unknown +distribution_type: module +configure_requires: + ExtUtils::MakeMaker: 0 +build_requires: + ExtUtils::MakeMaker: 0 +requires: {} +no_index: + directory: + - t + - inc +generated_by: ExtUtils::MakeMaker version 6.55_02 +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 |