META.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "abstract" : "A tiny Perl code tokenizer.",
  3. "author" : [
  4. "Daniel Șuteu <trizen@cpan.org>"
  5. ],
  6. "dynamic_config" : 0,
  7. "generated_by" : "Module::Build version 0.4234",
  8. "license" : [
  9. "artistic_2"
  10. ],
  11. "meta-spec" : {
  12. "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
  13. "version" : 2
  14. },
  15. "name" : "Perl-Tokenizer",
  16. "prereqs" : {
  17. "build" : {
  18. "requires" : {
  19. "Test::More" : "0"
  20. }
  21. },
  22. "configure" : {
  23. "requires" : {
  24. "Module::Build" : "0"
  25. }
  26. },
  27. "runtime" : {
  28. "recommends" : {
  29. "Getopt::Std" : "0",
  30. "HTML::Entities" : "0",
  31. "Term::ANSIColor" : "0",
  32. "open" : "0"
  33. },
  34. "requires" : {
  35. "Exporter" : "0",
  36. "perl" : "v5.18.0",
  37. "strict" : "0",
  38. "utf8" : "0",
  39. "warnings" : "0"
  40. }
  41. }
  42. },
  43. "provides" : {
  44. "Perl::Tokenizer" : {
  45. "file" : "lib/Perl/Tokenizer.pm",
  46. "version" : "0.10"
  47. }
  48. },
  49. "release_status" : "stable",
  50. "resources" : {
  51. "bugtracker" : {
  52. "web" : "https://github.com/trizen/Perl-Tokenizer/issues"
  53. },
  54. "homepage" : "https://github.com/trizen/Perl-Tokenizer",
  55. "license" : [
  56. "http://www.perlfoundation.org/artistic_license_2_0"
  57. ],
  58. "repository" : {
  59. "url" : "https://github.com/trizen/Perl-Tokenizer"
  60. }
  61. },
  62. "version" : "0.10",
  63. "x_serialization_backend" : "JSON::PP version 4.16"
  64. }