Source: libmojo-pg-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <nickm@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12),
               libdbd-pg-perl (>= 3.7.4) <!nocheck>,
               libmojolicious-perl (>= 8.03) <!nocheck>,
               libsql-abstract-perl (>= 1.86) <!nocheck>,
               libtest-deep-perl <!nocheck>,
               perl
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmojo-pg-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmojo-pg-perl.git
Homepage: https://metacpan.org/release/Mojo-Pg
Rules-Requires-Root: no

Package: libmojo-pg-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdbd-pg-perl (>= 3.7.4),
         libmojolicious-perl (>= 8.03),
         libsql-abstract-perl (>= 1.86)
Description: module to make PostgreSQL fun to use with Mojolicious
 Mojo::Pg is a wrapper around DBD::Pg that makes PostgreSQL a lot of
 fun to use with the Mojolicious real-time web framework.
 .
 Features of note include URL-based database connections, automatic
 transaction rollback support, database migrations written in plain SQL,
 and asynchronous triggers.
 .
 Support for Mojo::Pg is present in the Minion job queue for Mojolicious.
