META.yml 970 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. ---
  2. abstract: 'A tiny Perl code tokenizer.'
  3. author:
  4. - 'Daniel Șuteu <trizen@cpan.org>'
  5. build_requires:
  6. Test::More: '0'
  7. configure_requires:
  8. Module::Build: '0'
  9. dynamic_config: 0
  10. generated_by: 'Module::Build version 0.4234, CPAN::Meta::Converter version 2.150010'
  11. license: artistic_2
  12. meta-spec:
  13. url: http://module-build.sourceforge.net/META-spec-v1.4.html
  14. version: '1.4'
  15. name: Perl-Tokenizer
  16. provides:
  17. Perl::Tokenizer:
  18. file: lib/Perl/Tokenizer.pm
  19. version: '0.10'
  20. recommends:
  21. Getopt::Std: '0'
  22. HTML::Entities: '0'
  23. Term::ANSIColor: '0'
  24. open: '0'
  25. requires:
  26. Exporter: '0'
  27. perl: v5.18.0
  28. strict: '0'
  29. utf8: '0'
  30. warnings: '0'
  31. resources:
  32. bugtracker: https://github.com/trizen/Perl-Tokenizer/issues
  33. homepage: https://github.com/trizen/Perl-Tokenizer
  34. license: http://www.perlfoundation.org/artistic_license_2_0
  35. repository: https://github.com/trizen/Perl-Tokenizer
  36. version: '0.10'
  37. x_serialization_backend: 'CPAN::Meta::YAML version 0.018'