1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

* Include the Nix Perl bindings in Nix itself. This will allow the

bindings to be used in Nix's own Perl scripts.

  The only downside is that Perl XS and Automake/libtool don't really
  like each other, so building is a bit tricky.
This commit is contained in:
Eelco Dolstra 2011-10-10 18:12:40 +00:00
parent 55481c44d4
commit 73fe6871c4
6 changed files with 186 additions and 1 deletions

7
perl/MANIFEST Normal file
View file

@ -0,0 +1,7 @@
Changes
Makefile.PL
MANIFEST
Nix.xs
README
t/Nix.t
lib/Nix.pm