perl-DBIx-Class: add missing dependency

DBIx::Class needs the Try::Tiny module.
This commit is contained in:
Robert Helgesson 2016-05-15 23:45:13 +02:00
parent fa748c1f66
commit 9f8db74b39

View File

@ -3505,7 +3505,7 @@ let self = _self // overrides; _self = with self; {
sha256 = "1picibywz5sdpaa1pmbv7xfw52nbz6fh32afb1p2qwsgzbkhqvnw"; sha256 = "1picibywz5sdpaa1pmbv7xfw52nbz6fh32afb1p2qwsgzbkhqvnw";
}; };
buildInputs = [ DBDSQLite PackageStash SQLTranslator TestDeep TestException TestWarn ]; buildInputs = [ DBDSQLite PackageStash SQLTranslator TestDeep TestException TestWarn ];
propagatedBuildInputs = [ ClassAccessorGrouped ClassC3Componentised ClassInspector ConfigAny ContextPreserve DBI DataDumperConcise DataPage DevelGlobalDestruction HashMerge MROCompat ModuleFind Moo PathClass SQLAbstract ScopeGuard SubName namespaceclean ]; propagatedBuildInputs = [ ClassAccessorGrouped ClassC3Componentised ClassInspector ConfigAny ContextPreserve DBI DataDumperConcise DataPage DevelGlobalDestruction HashMerge MROCompat ModuleFind Moo PathClass SQLAbstract ScopeGuard SubName TryTiny namespaceclean ];
meta = { meta = {
homepage = http://www.dbix-class.org/; homepage = http://www.dbix-class.org/;
description = "Extensible and flexible object <-> relational mapper"; description = "Extensible and flexible object <-> relational mapper";