1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-27 00:11:17 +02:00

* Add some more functions to the Perl bindings.

This commit is contained in:
Eelco Dolstra 2011-12-02 12:09:24 +00:00
parent 49f59dceca
commit 92d6a5ed73
2 changed files with 48 additions and 1 deletions

View file

@ -14,7 +14,8 @@ our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
our @EXPORT = qw(
isValidPath queryReferences queryPathInfo queryDeriver queryPathHash
topoSortPaths computeFSClosure followLinksToStorePath exportPaths
hashPath
hashPath hashFile hashString
addToStore makeFixedOutputPath
);
our $VERSION = '0.15';