[cpan2nix] perlPackages.TestWWWMechanizeCatalyst: cleanup
This commit is contained in:
parent
e9aff43419
commit
16d5109a79
@ -15911,12 +15911,12 @@ let self = _self // overrides; _self = with self; {
|
|||||||
sha256 = "0nhhfrrai3ndziz873vpa1j0vljjnib4wqafd6yyvkf58ad7v0lv";
|
sha256 = "0nhhfrrai3ndziz873vpa1j0vljjnib4wqafd6yyvkf58ad7v0lv";
|
||||||
};
|
};
|
||||||
doCheck = false; # listens on an external port
|
doCheck = false; # listens on an external port
|
||||||
propagatedBuildInputs = [ CatalystRuntime LWP Moose namespaceclean
|
propagatedBuildInputs = [ CatalystRuntime WWWMechanize ];
|
||||||
TestWWWMechanize WWWMechanize ];
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Test::WWW::Mechanize for Catalyst";
|
description = "Test::WWW::Mechanize for Catalyst";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
|
buildInputs = [ CatalystPluginSession CatalystPluginSessionStateCookie TestException TestWWWMechanize Testutf8 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
TestWWWMechanizeCGI = buildPerlPackage {
|
TestWWWMechanizeCGI = buildPerlPackage {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user