freebsd-ports/databases/p5-SQL-Abstract-More/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

9 lines
475 B
Text

Generates SQL from Perl datastructures. This is a subclass of SQL::Abstract,
fully compatible with the parent class, but it handles a few additional SQL
constructs, and provides a different API with named parameters instead of
positional parameters, so that various SQL fragments are more easily
identified.
This module was designed for the specific needs of DBIx::DataModel, but is
published as a standalone distribution, because it may possibly be useful for
other needs.