1---
2abstract: 'Lexer for regular expression of perl'
3author:
4  - 'moznion <moznion@gmail.com>'
5build_requires:
6  Test::Deep: '0'
7  Test::More: '0.98'
8configure_requires:
9  Module::Build::Tiny: '0.035'
10dynamic_config: 0
11generated_by: 'Minilla/v2.3.0, CPAN::Meta::Converter version 2.143240'
12license: perl
13meta-spec:
14  url: http://module-build.sourceforge.net/META-spec-v1.4.html
15  version: '1.4'
16name: Regexp-Lexer
17no_index:
18  directory:
19    - t
20    - xt
21    - inc
22    - share
23    - eg
24    - examples
25    - author
26    - builder
27provides:
28  Regexp::Lexer:
29    file: lib/Regexp/Lexer.pm
30    version: '0.05'
31  Regexp::Lexer::TokenType:
32    file: lib/Regexp/Lexer/TokenType.pm
33requires:
34  parent: '0'
35  perl: '5.010001'
36resources:
37  bugtracker: https://github.com/moznion/Regexp-Lexer/issues
38  homepage: https://github.com/moznion/Regexp-Lexer
39  repository: git://github.com/moznion/Regexp-Lexer.git
40version: '0.05'
41x_authority: cpan:MOZNION
42