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-10-11T15·41+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2011-10-11T15·41+0000
commit67617574280a5db534e5b5c643a3b880d1b9336c (patch)
tree9ea4ae6a7b529585a18e339061a4cce44947b2f9 /perl/lib/Nix/Store.pm
parentd43a148204a983bf676750f50640969f8edf7350 (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.pm2
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';