--- lib/Search/TokyoDystopia.pm 2008/08/18 18:57:26 24 +++ lib/Search/TokyoDystopia.pm 2008/08/18 19:04:10 26 @@ -47,6 +47,8 @@ tcidbsync tcidboptimize tcidbvanish +tcidbcopy +tcidbpath ); =head1 NAME @@ -164,6 +166,14 @@ my $success = tcidbvanish( $idb ); +=head2 tcidbcopy + + my $success = tcidbcopy( $idb, '/path/of/copy' ); + +=head2 tcidbpath + + my $path = tcidbpath( $idb ); + =cut =head1 KNOWN BUGS