aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-Exception-Class-DBI
Commit message (Collapse)AuthorAgeFilesLines
* - Change PERL_MODBUILD to "yes" for all values less than or equal to 5.8.0+sunpoet2011-09-171-1/+1
| | | | With hat: perl
* - Update to 1.01 [1]culot2011-06-212-3/+6
| | | | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/Exception-Class-DBI/Changes PR: ports/158088 [1] Submitted by: Jin-Sih Lin <linpct@gmail.com>
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* - only 13% of the p5- ports embed @comment $FreeBSD$:pgollucci2010-09-241-1/+0
| | | | | | so standarize and remove it With Hat: perl@
* Update to 1.00mat2008-05-262-4/+4
|
* - Update to 0.99miwi2008-05-182-4/+4
|
* - update to 0.98leeym2008-05-072-4/+4
|
* Update to 0.97mat2008-05-062-4/+4
|
* - Update to 0.96clsung2007-10-302-6/+5
|
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-081-8/+2
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* Reset ports@rbt.ca due to current lack of time to work on FreeBSD.linimon2007-03-261-1/+1
| | | | Hat: portmgr
* - Update to 0.95clsung2006-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)
* - Update to 0.93aaron2006-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)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
| | | | | Approved by: krion@ PR: ports/88711 (related)
* This module offers a set of DBI-specific exception classes.sem2005-10-214-0/+39
Essentially it allows try {} catch{} within perl for database errors. PR: ports/87491 Submitted by: Rod Taylor <ports@rbt.ca>