{
   "abstract" : "AnyEvent-based client for the DBGp debugger protocol",
   "author" : [
      "Mattia Barbon <mbarbon@cpan.org>"
   ],
   "dynamic_config" : 1,
   "generated_by" : "Module::Build version 0.4214",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "DBGp-Client-AnyEvent",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "Module::Build" : "0.42"
         }
      },
      "runtime" : {
         "requires" : {
            "AnyEvent" : "1.0031",
            "DBGp::Client" : "0.09",
            "perl" : "v5.10.0"
         }
      },
      "test" : {
         "requires" : {
            "Test::DBGp" : "0.05"
         }
      }
   },
   "provides" : {
      "DBGp::Client::AnyEvent" : {
         "file" : "lib/DBGp/Client/AnyEvent.pm",
         "version" : "0.05"
      },
      "DBGp::Client::AnyEvent::Connection" : {
         "file" : "lib/DBGp/Client/AnyEvent/Connection.pm"
      },
      "DBGp::Client::AnyEvent::Listener" : {
         "file" : "lib/DBGp/Client/AnyEvent/Listener.pm"
      }
   },
   "release_status" : "stable",
   "resources" : {
      "bugtracker" : {
         "web" : "https://github.com/mbarbon/dbgp-client-anyevent/issues"
      },
      "license" : [
         "http://dev.perl.org/licenses/"
      ],
      "repository" : {
         "url" : "https://github.com/mbarbon/dbgp-client-anyevent.git"
      }
   },
   "version" : "0.05",
   "x_serialization_backend" : "JSON::PP version 2.27400"
}