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