{
   "abstract" : "Simplifies text parsing. Easily extensible to parse any text format.",
   "author" : [
      "Balaji Ramasubramanian <balajiram@cpan.org>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 6.012, CPAN::Meta::Converter version 2.150010",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : 2
   },
   "name" : "Text-Parser",
   "prereqs" : {
      "build" : {
         "requires" : {
            "Dist::Zilla::Plugin::Test::TidyAll" : "0"
         }
      },
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "0",
            "perl" : "v5.14.0"
         }
      },
      "develop" : {
         "requires" : {
            "Code::TidyAll" : "0",
            "Pod::Coverage::TrustPod" : "0",
            "Test::CPAN::Changes" : "0.19",
            "Test::CPAN::Meta" : "0",
            "Test::Kwalitee" : "1.21",
            "Test::MinimumVersion" : "0",
            "Test::More" : "0.88",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "1.08"
         }
      },
      "runtime" : {
         "requires" : {
            "Exception::Class" : "0",
            "Exporter" : "0",
            "FileHandle" : "0",
            "Moose" : "0",
            "Moose::Role" : "0",
            "Moose::Util" : "0",
            "Moose::Util::TypeConstraints" : "0",
            "MooseX::CoverableModifiers" : "0",
            "MooseX::StrictConstructor" : "0",
            "Scalar::Util" : "0",
            "String::Util" : "0",
            "Throwable::SugarFactory" : "0",
            "Try::Tiny" : "0",
            "feature" : "0",
            "namespace::autoclean" : "0",
            "perl" : "v5.14.0",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {
         "requires" : {
            "Test::Exception" : "0",
            "Test::More" : "0",
            "Test::Output" : "0",
            "Text::CSV" : "0",
            "constant" : "0",
            "parent" : "0",
            "perl" : "v5.14.0"
         }
      }
   },
   "provides" : {
      "Text::Parser" : {
         "file" : "lib/Text/Parser.pm",
         "version" : "0.917"
      },
      "Text::Parser::AutoSplit" : {
         "file" : "lib/Text/Parser/AutoSplit.pm",
         "version" : "0.917"
      },
      "Text::Parser::Errors" : {
         "file" : "lib/Text/Parser/Errors.pm",
         "version" : "0.917"
      },
      "Text::Parser::Multiline" : {
         "file" : "lib/Text/Parser/Multiline.pm",
         "version" : "0.917"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "http://github.com/balajirama/Text-Parser/issues"
      },
      "homepage" : "https://github.com/balajirama/Text-Parser",
      "repository" : {
         "type" : "git",
         "url" : "https://github.com/balajirama/Text-Parser.git",
         "web" : "https://github.com/balajirama/Text-Parser"
      }
   },
   "version" : "0.917",
   "x_contributors" : [
      "H.Merijn Brand - Tux <h.m.brand@xs4all.nl>",
      "Mohammad S Anwar <mohammad.anwar@yahoo.com>"
   ],
   "x_generated_by_perl" : "v5.28.1",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.11"
}