1{ 2 "abstract" : "Lexical Analyzer for Perl5", 3 "author" : [ 4 "Masaaki Goshima (goccy) <goccy(at)cpan.org>" 5 ], 6 "dynamic_config" : 0, 7 "generated_by" : "Module::Build version 0.4205", 8 "license" : [ 9 "perl_5" 10 ], 11 "meta-spec" : { 12 "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", 13 "version" : "2" 14 }, 15 "name" : "Compiler-Lexer", 16 "no_index" : { 17 "directory" : [ 18 "t", 19 "examples", 20 "builder" 21 ] 22 }, 23 "prereqs" : { 24 "build" : { 25 "requires" : { 26 "ExtUtils::CBuilder" : "0" 27 } 28 }, 29 "configure" : { 30 "requires" : { 31 "Module::Build" : "0.38", 32 "Module::Build::XSUtil" : "0.06" 33 } 34 } 35 }, 36 "provides" : { 37 "Compiler::Lexer" : { 38 "file" : "lib/Compiler/Lexer.pm", 39 "version" : "0.18" 40 }, 41 "Compiler::Lexer::Kind" : { 42 "file" : "lib/Compiler/Lexer/Constants.pm" 43 }, 44 "Compiler::Lexer::SyntaxType" : { 45 "file" : "lib/Compiler/Lexer/Constants.pm" 46 }, 47 "Compiler::Lexer::Token" : { 48 "file" : "lib/Compiler/Lexer/Token.pm" 49 }, 50 "Compiler::Lexer::TokenType" : { 51 "file" : "lib/Compiler/Lexer/Constants.pm" 52 } 53 }, 54 "release_status" : "stable", 55 "resources" : { 56 "bugtracker" : { 57 "web" : "https://github.com/goccy/p5-Compiler-Lexer/issues" 58 }, 59 "homepage" : "https://github.com/goccy/p5-Compiler-Lexer", 60 "repository" : { 61 "type" : "git", 62 "url" : "git://github.com/goccy/p5-Compiler-Lexer.git" 63 } 64 }, 65 "version" : "0.18", 66 "x_contributors" : [ 67 "tokuhirom <tokuhirom@gmail.com>", 68 "Reini Urban <rurban@cpanel.net>", 69 "Fumihiro Itoh <fmhrit@gmail.com>", 70 "Masaaki Goshima <masaaki.goshima@mixi.co.jp>", 71 "moznion <moznion@gmail.com>", 72 "Olivier Mengué <dolmen@cpan.org>", 73 "Masaaki Goshima <goccy54@gmail.com>" 74 ] 75} 76