Help language development. Donate to The Perl Foundation

DBIish::Pool cpan:RBT last updated on 2020-07-03

META6.json
{
  "auth": "github:rbt",
  "authors": [
    "Rod Taylor <[email protected]>"
  ],
  "build-depends": [
  ],
  "depends": [
    "DBIish<0.6.0+>"
  ],
  "description": "Database connection pooling",
  "license": "CC0-1.0",
  "meta-version": "1",
  "name": "DBIish::Pool",
  "perl": "6.d",
  "provides": {
    "DBIish::Pool": "lib/DBIish/Pool.pm6"
  },
  "resources": [
  ],
  "source-url": "https://github.com/rbt/DBIish-Pool.git",
  "support": {
    "bugtracker": "https://github.com/rbt/DBIish-Pool/issues",
    "email": "[email protected]",
    "source": "https://github.com/rbt/DBIish-Pool.git"
  },
  "tags": [
    "database",
    "postgres"
  ],
  "test-depends": [
    "DBIish"
  ],
  "version": "1.0.1"
}