summaryrefslogtreecommitdiff
path: root/www/p5-URI-db
AgeCommit message (Collapse)AuthorFilesLines
2014-11-23Update to 0.15. From the changelog:schmonz2-7/+7
- Added the `canonical_engine` accessor, which returns the canonical engine name. - Added `the canonical` method, which will replace the engine name with its canonical value if it's not already canonical. - The `dbi_dsn` method of URI::vertica now returns an ODBC DSN instead of DBD::Pg, since the latter apparently does not work with Verica. - Added a note to the `dbi_dsn` documentation that query params are included in the returned value.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-08-14Update to 0.13wen2-7/+6
Upstream changes: 0.13 2014-08-09T22:48:53Z - Added URI::postgresxc and URI::pgxc, which simply inherit from URI::pg. - Added URI::ldapdb, which represents LDAP databases. Patch from Brian T. Wightman.
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-02-20Add p5-URI-db, a class for database URIs. They're inspired by JDBCschmonz3-0/+28
URIs and PostgreSQL URIs, though they're a bit more formal.