perl-Catalyst-Plugin-FormValidator: init 0.094
This commit is contained in:
parent
1e887ee387
commit
b6439a8160
@ -1176,6 +1176,19 @@ let self = _self // overrides; _self = with self; {
|
||||
propagatedBuildInputs = [CatalystRuntime DataVisitor ConfigAny MROCompat];
|
||||
};
|
||||
|
||||
CatalystPluginFormValidator = buildPerlPackage rec {
|
||||
name = "Catalyst-Plugin-FormValidator-0.094";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/D/DH/DHOSS/${name}.tar.gz";
|
||||
sha256 = "5834f11bf5c9f4b5d336d65c7ce6639b76ce7bfe7a2875eb048d7ea1c82ce05a";
|
||||
};
|
||||
propagatedBuildInputs = [ CatalystRuntime DataFormValidator MROCompat Moose ];
|
||||
meta = {
|
||||
description = "Data::FormValidator";
|
||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
CatalystPluginUnicodeEncoding = buildPerlPackage {
|
||||
name = "Catalyst-Plugin-Unicode-Encoding-1.9";
|
||||
src = fetchurl {
|
||||
|
Loading…
x
Reference in New Issue
Block a user