summaryrefslogtreecommitdiff
path: root/databases/p5-SQL-Abstract-Classic/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-06-28*: recursive bump for perl 5.36wiz1-2/+2
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2020-09-08p5-SQL-Abstract-Classic: make some TEST_DEPENDS DEPENDS.wiz1-5/+6
They should be test dependencies, but the build framework checks for them as runtime dependencies. Bump PKGREVISION.
2020-09-06databases/p5-SQL-Abstract-Classic: import p5-SQL-Abstract-Classic-1.91wiz1-0/+24
This module was inspired by the excellent DBIx::Abstract. However, in using that module I found that what I really wanted to do was generate SQL, but still retain complete control over my statement handles and use the DBI interface. So, I set out to create an abstract SQL generation module.