Skip to content

Commit

Permalink
perlPackages.DirSelf: init at 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
stigtsp committed Oct 6, 2020
1 parent 89d04bf commit 0b4f7f6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -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";
Expand Down

0 comments on commit 0b4f7f6

Please sign in to comment.