summaryrefslogtreecommitdiff
path: root/www/p5-CGI-Application-Plugin-DBH
AgeCommit message (Collapse)AuthorFilesLines
2008-06-20Add DESTDIR support.joerg1-3/+4
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-05-25Initial import p5-CGI-Application-Plugin-DBH version 4.00markd4-0/+31
CGI::Application::Plugin::DBH adds easy access to a DBI database handle to your CGI::Application modules. Lazy loading is used to prevent a database connection from being made if the "dbh" method is not called during the request. In other words, the database connection is not created until it is actually needed.