perlPackages.DirSelf: init at 0.11

This commit is contained in:
Stig Palmquist 2020-09-16 14:07:55 +02:00
parent 89d04bfff0
commit 0b4f7f6186
No known key found for this signature in database
GPG key ID: DA4C335C11D70DA7

View file

@ -6140,6 +6140,20 @@ let
};
};
DirSelf = buildPerlPackage {
pname = "Dir-Self";
version = "0.11";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MA/MAUKE/Dir-Self-0.11.tar.gz";
sha256 = "e251a51abc7d9ba3e708f73c2aa208e09d47a0c528d6254710fa78cc8d6885b5";
};
meta = {
homepage = "https://github.com/mauke/Dir-Self";
description = "A __DIR__ constant for the directory your source file is in";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
DispatchClass = buildPerlPackage {
pname = "Dispatch-Class";
version = "0.02";