summaryrefslogtreecommitdiff
path: root/databases/p5-DBICx-Sugar
AgeCommit message (Collapse)AuthorFilesLines
2016-11-06Update to 0.0100wen2-10/+8
Upstream changes: version 0.0100 at 2016-10-09 04:13:59 +0000 ------------------------------------------- Change: 1a805013fbef23417d4911ad2dae6b88d30df82a Author: Naveed Massjouni <naveed@vt.edu> Date : 2016-10-09 00:10:17 +0000 v0.0100 Change: 365201e343fe133a78c22e7977a6c66524d3d6e1 Author: Naveed Massjouni <naveedm9@gmail.com> Date : 2016-10-08 23:48:50 +0000 Merge pull request #3 from hvoers/master Add functions 'get_config' and 'add_schema_to_config' Change: fcabbc9f2ffc171062a428e6e4d6a1d5adccf9f3 Author: Henk van Oers <hvo.pm@xs4all.nl> Date : 2016-08-20 15:12:40 +0000 Add function 'add_schema_to_config' add_schema_to_config This function does not touch the existing config. It can be used if some other part of your app has configured DBICx::Sugar but did not know about the part that uses an extra schema. add_schema_to_config('schema_name', { dsn => ... }); Change: 587923ac6bae4a7c3044286859741bd4d794d0e7 Author: Henk van Oers <hvo.pm@xs4all.nl> Date : 2016-08-20 13:40:33 +0000 Remove 'use Memoize', add function 'get_config' Memoize is not used, so remove. For introspection add function get_config. Change: e58f1936ccec6275aa000dd969d6ef3e9f790596 Author: Henk van Oers <hvo.pm@xs4all.nl> Date : 2016-08-20 13:12:17 +0000 Save the found config Save the found config like DBICx::Sugar::config(LoadFile($config_path)->{dbicx_sugar}); would do. Change: 48b48aac50969e76645e3c8960576bddad36097f Author: Naveed Massjouni <naveed@vt.edu> Date : 2015-03-29 06:01:49 +0000 updated synopsis
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-10-07Import DBICx-Sugar-0.0001 as databases/p5-DBICx-Sugar.wen3-0/+34
Just some syntax sugar for your DBIx::Class applications. This was originally created to remove code duplication between Dancer::Plugin::DBIC and Dancer2::Plugin::DBIC.