summaryrefslogtreecommitdiff
path: root/META.json
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@lorry>2015-06-09 20:08:11 +0000
committerLorry Tar Creator <lorry-tar-importer@lorry>2015-06-09 20:08:11 +0000
commite4bf16d2fde5df6eadd91475e3dcca56b87b1eb0 (patch)
tree2e5c28acc5e330429c166c5e26afb1025754ea4b /META.json
downloadEncode-Locale-tarball-master.tar.gz
Diffstat (limited to 'META.json')
-rw-r--r--META.json52
1 files changed, 52 insertions, 0 deletions
diff --git a/META.json b/META.json
new file mode 100644
index 0000000..317ad1b
--- /dev/null
+++ b/META.json
@@ -0,0 +1,52 @@
+{
+ "abstract" : "Determine the locale encoding",
+ "author" : [
+ "Gisle Aas <gisle@activestate.com>"
+ ],
+ "dynamic_config" : 1,
+ "generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter version 2.150001",
+ "license" : [
+ "perl_5"
+ ],
+ "meta-spec" : {
+ "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
+ "version" : "2"
+ },
+ "name" : "Encode-Locale",
+ "no_index" : {
+ "directory" : [
+ "t",
+ "inc"
+ ]
+ },
+ "prereqs" : {
+ "build" : {
+ "requires" : {
+ "ExtUtils::MakeMaker" : "0",
+ "Test::More" : "0"
+ }
+ },
+ "configure" : {
+ "requires" : {
+ "ExtUtils::MakeMaker" : "0"
+ }
+ },
+ "runtime" : {
+ "recommends" : {
+ "I18N::Langinfo" : "0"
+ },
+ "requires" : {
+ "Encode" : "2",
+ "Encode::Alias" : "0",
+ "perl" : "5.008"
+ }
+ }
+ },
+ "release_status" : "stable",
+ "resources" : {
+ "repository" : {
+ "url" : "http://github.com/gisle/encode-locale"
+ }
+ },
+ "version" : "1.05"
+}