{
"abstract" : "PostgreSQL wire protocol implementation",
"author" : [
"Tom Molesworth <TEAM@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 6.025, CPAN::Meta::Converter version 2.150010",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : 2
},
"name" : "Protocol-Database-PostgreSQL",
"no_index" : {
"directory" : [
"eg",
"share",
"shares",
"t",
"xt"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "0"
}
},
"develop" : {
"requires" : {
"Dist::Zilla" : "5",
"Dist::Zilla::PluginBundle::Author::TEAM" : "0",
"HTML::TreeBuilder" : "0",
"Software::License::Perl_5" : "0",
"Test::CPAN::Changes" : "0.19",
"Test::CPAN::Meta" : "0",
"Test::EOL" : "0",
"Test::MinimumVersion" : "0",
"Test::Mojibake" : "0",
"Test::More" : "0.88",
"Test::NoTabs" : "0",
"Test::Pod" : "1.41",
"Test::Portability::Files" : "0",
"Test::Version" : "1"
}
},
"runtime" : {
"requires" : {
"Adapter::Async" : "0",
"Check::UnitCheck" : "0",
"Digest::MD5" : "0",
"Future" : "0.39",
"Log::Any" : "1.050",
"MIME::Base64" : "0",
"POSIX" : "0",
"Ryu" : "1.001",
"Sub::Identify" : "0",
"Time::HiRes" : "0",
"Unicode::UTF8" : "0",
"indirect" : "0",
"parent" : "0",
"perl" : "5.024"
}
},
"test" : {
"recommends" : {
"CPAN::Meta" : "2.120900",
"Log::Any::Adapter::TAP" : "0"
},
"requires" : {
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"IO::Handle" : "0",
"IPC::Open3" : "0",
"Test::CheckDeps" : "0.010",
"Test::Fatal" : "0.010",
"Test::HexString" : "0.03",
"Test::More" : "0.98",
"Test::Refcount" : "0.07"
}
}
},
"provides" : {
"Protocol::Database::PostgreSQL" : {
"file" : "lib/Protocol/Database/PostgreSQL.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Backend" : {
"file" : "lib/Protocol/Database/PostgreSQL/Backend.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Backend::AuthenticationRequest" : {
"file" : "lib/Protocol/Database/PostgreSQL/Backend/AuthenticationRequest.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Backend::BackendKeyData" : {
"file" : "lib/Protocol/Database/PostgreSQL/Backend/BackendKeyData.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Backend::BindComplete" : {
"file" : "lib/Protocol/Database/PostgreSQL/Backend/BindComplete.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Backend::CloseComplete" : {
"file" : "lib/Protocol/Database/PostgreSQL/Backend/CloseComplete.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Backend::CommandComplete" : {
"file" : "lib/Protocol/Database/PostgreSQL/Backend/CommandComplete.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Backend::CopyBothResponse" : {
"file" : "lib/Protocol/Database/PostgreSQL/Backend/CopyBothResponse.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Backend::CopyData" : {
"file" : "lib/Protocol/Database/PostgreSQL/Backend/CopyData.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Backend::CopyDone" : {
"file" : "lib/Protocol/Database/PostgreSQL/Backend/CopyDone.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Backend::CopyInResponse" : {
"file" : "lib/Protocol/Database/PostgreSQL/Backend/CopyInResponse.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Backend::CopyOutResponse" : {
"file" : "lib/Protocol/Database/PostgreSQL/Backend/CopyOutResponse.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Backend::DataRow" : {
"file" : "lib/Protocol/Database/PostgreSQL/Backend/DataRow.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Backend::EmptyQueryResponse" : {
"file" : "lib/Protocol/Database/PostgreSQL/Backend/EmptyQueryResponse.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Backend::ErrorResponse" : {
"file" : "lib/Protocol/Database/PostgreSQL/Backend/ErrorResponse.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Backend::FunctionCallResponse" : {
"file" : "lib/Protocol/Database/PostgreSQL/Backend/FunctionCallResponse.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Backend::NoData" : {
"file" : "lib/Protocol/Database/PostgreSQL/Backend/NoData.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Backend::NoticeResponse" : {
"file" : "lib/Protocol/Database/PostgreSQL/Backend/NoticeResponse.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Backend::NotificationResponse" : {
"file" : "lib/Protocol/Database/PostgreSQL/Backend/NotificationResponse.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Backend::ParameterDescription" : {
"file" : "lib/Protocol/Database/PostgreSQL/Backend/ParameterDescription.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Backend::ParameterStatus" : {
"file" : "lib/Protocol/Database/PostgreSQL/Backend/ParameterStatus.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Backend::ParseComplete" : {
"file" : "lib/Protocol/Database/PostgreSQL/Backend/ParseComplete.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Backend::PortalSuspended" : {
"file" : "lib/Protocol/Database/PostgreSQL/Backend/PortalSuspended.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Backend::ReadyForQuery" : {
"file" : "lib/Protocol/Database/PostgreSQL/Backend/ReadyForQuery.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Backend::RowDescription" : {
"file" : "lib/Protocol/Database/PostgreSQL/Backend/RowDescription.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Client" : {
"file" : "lib/Protocol/Database/PostgreSQL/Client.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Constants" : {
"file" : "lib/Protocol/Database/PostgreSQL/Constants.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Error" : {
"file" : "lib/Protocol/Database/PostgreSQL/Error.pm",
"version" : "2.000"
},
"Protocol::Database::PostgreSQL::Message" : {
"file" : "lib/Protocol/Database/PostgreSQL/Message.pm",
"version" : "2.000"
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/team-at-cpan/Protocol-Database-PostgreSQL/issues"
},
"homepage" : "https://github.com/team-at-cpan/Protocol-Database-PostgreSQL",
"repository" : {
"type" : "git",
"url" : "https://github.com/team-at-cpan/Protocol-Database-PostgreSQL.git",
"web" : "https://github.com/team-at-cpan/Protocol-Database-PostgreSQL"
}
},
"version" : "2.000",
"x_authority" : "cpan:TEAM",
"x_generated_by_perl" : "v5.34.0",
"x_serialization_backend" : "Cpanel::JSON::XS version 4.32",
"x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
}