Path to this page:
./
wip/p5-Class-DBI-Plugin-RetrieveAll,
More complex retrieve_all() for Class::DBI
Branch: CURRENT,
Version: 1.04,
Package name: p5-Class-DBI-Plugin-RetrieveAll-1.04,
Maintainer: hiramatuSimple plugin to a Class::DBI subclass which allows for simple
sorting of retrieve_all calls. There are two main ways to use this.
Firstly, we create a new method 'retrieve_all_sorted_by' which takes an
argument of how to sort. We also add a way to set a default field that
any retrieve_all() should use to sort by.
Required to run:[
databases/p5-Class-DBI] [
lang/perl5]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
RMD160: 91382811a36992ba509e8ef51d29e39521111a1a
Filesize: 3.183 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2013-04-02 10:03:09 by Hiramatsu Yoshifumi | Files touched by this commit (2) |
Log message:
Update Class-DBI-Plugin-RetrieveAll to 1.04.
Changes from previous:
----------------------
1.04 Mon Jan 16 11:08:58 UTC 2006
- Doc tweaks
1.02 Tue Oct 4 11:14:31 UTC 2005
- Added rt.cpan address for bug reports
|
2012-10-04 11:13:17 by Aleksej Saushev | Files touched by this commit (76) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2008-05-30 14:22:03 by abs | Files touched by this commit (102) |
Log message:
Remove unnecessary (empty) PLIST files for p5-* packages
|
2005-08-07 21:34:50 by Hiramatsu Yoshifumi | Files touched by this commit (4) | |
Log message:
Simple plugin to a Class::DBI subclass which allows for simple
sorting of retrieve_all calls. There are two main ways to use this.
Firstly, we create a new method 'retrieve_all_sorted_by' which takes an
argument of how to sort. We also add a way to set a default field that
any retrieve_all() should use to sort by.
|