mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
perlPackages.ClassLoad: Fix meta.description
This commit is contained in:
parent
d4945d3f95
commit
b67667e074
@ -878,7 +878,7 @@ rec {
|
|||||||
propagatedBuildInputs = [ DataOptList ModuleImplementation ModuleRuntime PackageStash TryTiny ];
|
propagatedBuildInputs = [ DataOptList ModuleImplementation ModuleRuntime PackageStash TryTiny ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://search.cpan.org/perldoc?CPAN::Meta::Spec;
|
homepage = http://search.cpan.org/perldoc?CPAN::Meta::Spec;
|
||||||
description = "A working (require "Class::Name") and more";
|
description = "A working (require \"Class::Name\") and more";
|
||||||
license = "perl5";
|
license = "perl5";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user