diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-10-10T18·12+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-10-10T18·12+0000 |
commit | 73fe6871c479f7670f8c93b0cc9ef7bb1a851777 (patch) | |
tree | 41b4e3c7bc772bdd3e1df34fb929faa6e70268d0 /perl/MANIFEST | |
parent | 55481c44d4767ffde561c02b039717916e0536f6 (diff) |
* 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.
Diffstat (limited to 'perl/MANIFEST')
-rw-r--r-- | perl/MANIFEST | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/perl/MANIFEST b/perl/MANIFEST new file mode 100644 index 000000000000..08897647c978 --- /dev/null +++ b/perl/MANIFEST @@ -0,0 +1,7 @@ +Changes +Makefile.PL +MANIFEST +Nix.xs +README +t/Nix.t +lib/Nix.pm |