diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-12-02T12·09+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-12-02T12·09+0000 |
commit | 92d6a5ed73e043aebe5029c1ed75449873d327ac (patch) | |
tree | 45408ad62b18810c983dd1def7ee283b99c8209a /perl/lib/Nix/Store.pm | |
parent | 49f59dceca37636353cf2f5f60135d7705ea154e (diff) |
* Add some more functions to the Perl bindings.
Diffstat (limited to 'perl/lib/Nix/Store.pm')
-rw-r--r-- | perl/lib/Nix/Store.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl/lib/Nix/Store.pm b/perl/lib/Nix/Store.pm index 126831105a66..4283e77a45af 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'; |