Depend on Term::Size::Any

This shuts up a warning from Catalyst.
This commit is contained in:
Eelco Dolstra 2014-11-06 15:36:46 +01:00
parent c503876a7e
commit eb2965071e

View file

@ -77,7 +77,9 @@ in rec {
name = "hydra-perl-deps"; name = "hydra-perl-deps";
paths = with perlPackages; paths = with perlPackages;
[ ModulePluggable [ ModulePluggable
CatalystActionREST
CatalystAuthenticationStoreDBIxClass CatalystAuthenticationStoreDBIxClass
CatalystDevel
CatalystDispatchTypeRegex CatalystDispatchTypeRegex
CatalystPluginAccessLog CatalystPluginAccessLog
CatalystPluginAuthorizationRoles CatalystPluginAuthorizationRoles
@ -91,7 +93,6 @@ in rec {
CatalystViewJSON CatalystViewJSON
CatalystViewTT CatalystViewTT
CatalystXScriptServerStarman CatalystXScriptServerStarman
CatalystActionREST
CryptRandPasswd CryptRandPasswd
DBDPg DBDPg
DBDSQLite DBDSQLite
@ -100,23 +101,23 @@ in rec {
DigestSHA1 DigestSHA1
EmailSender EmailSender
FileSlurp FileSlurp
LWP
LWPProtocolHttps
IOCompress IOCompress
IPCRun IPCRun
JSONXS JSONXS
LWP
LWPProtocolHttps
NetAmazonS3
PadWalker PadWalker
CatalystDevel
Readonly Readonly
SetScalar
SQLSplitStatement SQLSplitStatement
SetScalar
Starman Starman
SysHostnameLong SysHostnameLong
TermSizeAny
TestMore TestMore
TextDiff TextDiff
TextTable TextTable
XMLSimple XMLSimple
NetAmazonS3
nix git nix git
]; ];
}; };