mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
perlPackages.NamespaceAutoclean: deprecate
Use perlPackages.namespaceautoclean instead.
This commit is contained in:
parent
f624f20fee
commit
2022d113fd
@ -8893,20 +8893,8 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
NamespaceAutoclean = buildPerlPackage {
|
||||
name = "namespace-autoclean-0.26";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/E/ET/ETHER/namespace-autoclean-0.26.tar.gz;
|
||||
sha256 = "c0f805acd3b565c611324b7bde20d32f6ffc31afefc5b8e52f54994802594d43";
|
||||
};
|
||||
buildInputs = [ ModuleBuildTiny TestRequires ];
|
||||
propagatedBuildInputs = [ BHooksEndOfScope SubIdentify NamespaceClean ];
|
||||
meta = {
|
||||
homepage = https://github.com/moose/namespace-autoclean;
|
||||
description = "Keep imports out of your namespace";
|
||||
license = "perl";
|
||||
};
|
||||
};
|
||||
# Deprecated.
|
||||
NamespaceAutoclean = self.namespaceautoclean;
|
||||
|
||||
# Deprecated.
|
||||
NamespaceClean = self.namespaceclean;
|
||||
|
Loading…
Reference in New Issue
Block a user