aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Exception-Class-DBI
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.95Cheng-Lung Sung2006-08-303-6/+6
| | | | | | | | | | | | | | - Using PERL_MODBUILD will add entries to BUILD_DEPENDS. So we should not specify BUILD_DEPENDS and set RUN_DEPENDS=BUILD_DEPENDS. Instead, we should specify RUN_DEPENDS and set BUILD_DEPENDS=RUN_DEPENDS. - Add $FreeBSD$ to pkg-plist. PR: ports/100505 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Approved by: maintainer (timeout) Notes: svn path=/head/; revision=171648
* - Update to 0.93Aaron Dalton2006-06-162-5/+11
| | | | | | | | | | | | - Restricted to Perl 5.8+ due to dependency upon devel/p5-Exception-Class PR: ports/99022 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit) Notes: svn path=/head/; revision=165571
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* This module offers a set of DBI-specific exception classes.Sergey Matveychuk2005-10-204-0/+39
Essentially it allows try {} catch{} within perl for database errors. PR: ports/87491 Submitted by: Rod Taylor <ports@rbt.ca> Notes: svn path=/head/; revision=145969