Dancer2-Plugin-DBIC
view release on metacpan or search on metacpan
Cleanup: Remove useless comment:
This, I assume, meant to be a shebang, but missing the bang. It's
also useless because perl is called explicitly on tests, as well as
none of the other tests havin a shebang.
Change: fa5d480f6b1b54a1a1d27191aca0c1c70ed61aa1
Author: Sawyer X <xsawyerx@cpan.org>
Date : 2017-02-10 08:11:38 +0000
Cleanup: Unnececssary semicolon
Change: 9a3af0c7ae1fdaa6aee356a8aa5d914cf2e888d3
Author: Sawyer X <xsawyerx@cpan.org>
Date : 2017-02-10 08:10:50 +0000
Add provides metadata:
The following plugin will add the provides metadata to the
distribution, which is considered a best practice.
Change: 9dfb87cbcba5fb1a1da799f940849752555ef5aa
Author: Sawyer X <xsawyerx@cpan.org>
Date : 2017-02-10 08:10:11 +0000
Provide META.json file in distribution:
The following plugin adds the META.json file. This is considered the
more modern META data format.
-------------------------------------------
version 0.0014 at 2016-06-24 20:16:51 +0000
-------------------------------------------
Change: ad766c263d0a712b80c5158c80cdd12d48572dc0
Author: Naveed Massjouni <nmassjouni@harmonia.com>
Date : 2016-06-24 16:16:51 +0000
v0.0014 fix issue #17
The correct way to use the plugin with Dancer2 is now:
use Dancer2::Plugin::DBIC;
-------------------------------------------
version 0.0013 at 2016-05-25 16:27:57 +0000
-------------------------------------------
Change: bcd2928bb6f114eb24272224ad6594b67757265f
Author: Naveed Massjouni <nmassjouni@harmonia.com>
Date : 2016-05-25 12:27:57 +0000
v0.0013
Change: f96a3438bf85b25f2c43d86f16fd1761e0b23849
Author: Naveed Massjouni <naveedm9@gmail.com>
Date : 2016-05-25 12:03:37 +0000
Merge pull request #16 from SysPete/plugin2
split multiple-schemas tests into two
Change: a5293666d05c6d1445ede9137962e21c85dbc31e
Author: Peter Mottram (SysPete) <peter@sysnix.com>
Date : 2016-04-09 15:57:59 +0000
split multiple-schemas tests into two
Plugin2's config attribute is immutable and so config cannot be
changed after using plugin during runtime.
-------------------------------------------
version 0.0012 at 2016-03-29 17:16:30 +0000
-------------------------------------------
Change: 4b99a19b087db5041337a053ccb79f5b1b46202b
Author: Naveed Massjouni <naveed@vt.edu>
Date : 2016-03-29 13:16:30 +0000
v0.0012
Change: 4adc171733beddd14f0b13c602b712ffe3a4226f
Author: Naveed Massjouni <naveedm9@gmail.com>
Date : 2016-03-29 13:10:12 +0000
Merge pull request #14 from SysPete/plugin2
use $dsl->config instead of plugin_settings for plugin2
Change: 721e3b036ef205bd02b13aa6f94f76053e71ead1
Author: Peter Mottram <peter@sysnix.com>
Date : 2016-03-29 18:40:34 +0000
syspete-- plugin2 check should use $dsl->app->can
Change: 1cd6d2b78a1d085384aedf6e0cbbb1bf9976f229
Author: Peter Mottram <peter@sysnix.com>
Date : 2016-03-29 18:07:21 +0000
use $dsl->config instead of plugin_settings for plugin2
Any plugins which use this plugin will not work when plugin1's
plugin_config keyword is used and so if we smell plugin2 we get
config via $dsl->config instead. This is needed by
Dancer2::Plugin::Auth::Extensible::Provider::DBIC (and probably some
other plugins - still some work to do).
Thanks to yanick for the pointer.
-------------------------------------------
version 0.0011 at 2015-12-30 09:51:53 +0000
-------------------------------------------
Change: e2aa28c2062c9baaf1f0ff9e1c92795ce0a9f5ab
Author: Naveed Massjouni <naveed@vt.edu>
Date : 2015-12-30 04:51:53 +0000
v0.0011
Change: 979132049c2ec78fc950e01f6b33b64d2502f449
Author: Naveed Massjouni <naveedm9@gmail.com>
Date : 2015-12-28 17:03:49 +0000
Merge pull request #13 from SysPete/master
Remove subroutine import list from test 04
( run in 1.254 second using v1.01-cache-2.11-cpan-71847e10f99 )