about summary refs log tree commit diff
path: root/perl/lib/Nix/Store.pm
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2011-12-02T12·09+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2011-12-02T12·09+0000
commit92d6a5ed73e043aebe5029c1ed75449873d327ac (patch)
tree45408ad62b18810c983dd1def7ee283b99c8209a /perl/lib/Nix/Store.pm
parent49f59dceca37636353cf2f5f60135d7705ea154e (diff)
* Add some more functions to the Perl bindings.
Diffstat (limited to 'perl/lib/Nix/Store.pm')
-rw-r--r--perl/lib/Nix/Store.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl/lib/Nix/Store.pm b/perl/lib/Nix/Store.pm
index 126831105a..4283e77a45 100644
--- a/perl/lib/Nix/Store.pm
+++ b/perl/lib/Nix/Store.pm
@@ -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';