diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-10-11T15·41+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2011-10-11T15·41+0000 |
commit | 67617574280a5db534e5b5c643a3b880d1b9336c (patch) | |
tree | 9ea4ae6a7b529585a18e339061a4cce44947b2f9 /perl/lib/Nix/Store.pm | |
parent | d43a148204a983bf676750f50640969f8edf7350 (diff) |
* Use the Store API bindings in nix-copy-closure.
Diffstat (limited to 'perl/lib/Nix/Store.pm')
-rw-r--r-- | perl/lib/Nix/Store.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/lib/Nix/Store.pm b/perl/lib/Nix/Store.pm index af69debedaf2..bef6e7460ca7 100644 --- a/perl/lib/Nix/Store.pm +++ b/perl/lib/Nix/Store.pm @@ -12,7 +12,7 @@ our %EXPORT_TAGS = ( 'all' => [ qw( ) ] ); our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); -our @EXPORT = qw( ); +our @EXPORT = qw(isValidPath topoSortPaths computeFSClosure followLinksToStorePath); our $VERSION = '0.15'; |