summaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class-UUIDColumns
AgeCommit message (Collapse)AuthorFilesLines
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-07-15Added databases/p5-DBIx-Class-UUIDColumns version 0.02005abs3-0/+41
This DBIx::Class component resembles the behaviour of Class::DBI::UUID, to make some columns implicitly created as uuid. When loaded, UUIDColumns will search for a suitable uuid generation module from the following list of supported modules: Data::UUID APR::UUID* UUID Win32::Guidgen Win32API::GUID If no supporting module can be found, an exception will be thrown. *APR::UUID will not be loaded under OpenBSD due to an as yet unidentified XS issue.