aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Class-DBI-Lite
Commit message (Collapse)AuthorAgeFilesLines
* - Add TEST_DEPENDSSteve Wills2011-12-141-0/+1
| | | | Notes: svn path=/head/; revision=287340
* - Update to 1.026Sunpoet Po-Chuan Hsieh2011-11-192-6/+5
| | | | | | | | Changes: http://search.cpan.org/dist/Class-DBI-Lite/Changes Feature safe: yes Notes: svn path=/head/; revision=286100
* - Update to 1.025Cheng-Lung Sung2011-11-082-3/+3
| | | | Notes: svn path=/head/; revision=285272
* - Update to 1.024Cheng-Lung Sung2011-11-052-3/+3
| | | | Notes: svn path=/head/; revision=285062
* - Update to 1.023Cheng-Lung Sung2011-10-272-3/+3
| | | | Notes: svn path=/head/; revision=284441
* - Update to 1.022Sunpoet Po-Chuan Hsieh2011-09-242-4/+4
| | | | | | | | | - Pet portlint Changes: http://search.cpan.org/dist/Class-DBI-Lite/Changes Notes: svn path=/head/; revision=282325
* - update to 1.021Baptiste Daroussin2011-06-152-4/+4
| | | | | | | | - fix license: ART10 not ART20 - changes: http://cpansearch.perl.org/src/JOHND/Class-DBI-Lite-1.021/Changes Notes: svn path=/head/; revision=275609
* - update to 1.020Baptiste Daroussin2011-06-092-3/+3
| | | | | | | - changes: http://cpansearch.perl.org/src/JOHND/Class-DBI-Lite-1.020/Changes Notes: svn path=/head/; revision=275272
* - update to 1.019Baptiste Daroussin2011-04-112-3/+8
| | | | | | | - changes: http://cpansearch.perl.org/src/JOHND/Class-DBI-Lite-1.019/Changes Notes: svn path=/head/; revision=272499
* - update to 1.017Baptiste Daroussin2010-12-132-3/+3
| | | | | | | - changes: http://cpansearch.perl.org/src/JOHND/Class-DBI-Lite-1.017/Changes Notes: svn path=/head/; revision=266259
* - Also remove them from pkg-plist lists not from me that crept inPhilip M. Gollucci2010-11-241-1/+0
| | | | Notes: svn path=/head/; revision=265066
* - Update to 1.016Wen Heping2010-11-193-23/+25
| | | | | | | | | | Changelog: http://search.cpan.org/src/JOHND/Class-DBI-Lite-1.016/Changes PR: ports/152366 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=264791
* - Update to 1.015Philip M. Gollucci2010-09-232-4/+4
| | | | | | | | | | PR: ports/150852 Submitted by: Frederic Culot <frederic@culot.org> With Hat: perl@ Changes: http://search.cpan.org/dist/Class-DBI-Lite/Changes Notes: svn path=/head/; revision=261718
* - Update to 1.014Sahil Tandon2010-09-122-4/+4
| | | | | | | | PR: ports/150470 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=261013
* - Update to 1.013Sahil Tandon2010-08-202-4/+4
| | | | | | | | PR: ports/149521 Submitted by: Frederic Culot <frederic@culot.org> Notes: svn path=/head/; revision=259601
* - Update to 1.012Philip M. Gollucci2010-06-102-11/+8
| | | | | | | | With Hat: perl@ Changes: http:/search.cpan.org/dist/Class-DBI-Lite/Changes Notes: svn path=/head/; revision=256241
* - Update to 1.011Wen Heping2010-05-192-4/+4
| | | | Notes: svn path=/head/; revision=254595
* - Update to 1.010Wen Heping2010-05-142-5/+5
| | | | | | | - Reset maintainer to perl@ Notes: svn path=/head/; revision=254290
* - Update to 1.009Wen Heping2010-04-272-4/+4
| | | | Notes: svn path=/head/; revision=253338
* - Update to 1.008Wen Heping2010-04-062-4/+4
| | | | Notes: svn path=/head/; revision=252302
* - Update to 1.005Wen Heping2010-03-233-4/+6
| | | | Notes: svn path=/head/; revision=251395
* Class::DBI::Lite offers a simple way to deal with databases in anWen Heping2010-03-164-0/+74
object-oriented way. One class (the Model class) defines your connection to the database (eg: connectionstring, username and password) and your other classes define interaction with one table each (your entity classes). The Entity classes subclass the Model class and automatically inherit its connection. WWW: http://search.cpan.org/dist/Class-DBI-Lite/ Notes: svn path=/head/; revision=251124