--- lib/Search/TokyoDystopia.pm 2008/08/18 18:53:39 22 +++ lib/Search/TokyoDystopia.pm 2008/08/18 19:04:10 26 @@ -45,6 +45,10 @@ tcidbiterinit tcidbiternext tcidbsync +tcidboptimize +tcidbvanish +tcidbcopy +tcidbpath ); =head1 NAME @@ -154,6 +158,22 @@ my $success = tcidbsync( $idb ); +=head2 tcidboptimize + + my $success = tcidboptimize( $idb ); + +=head2 tcidbvanish + + my $success = tcidbvanish( $idb ); + +=head2 tcidbcopy + + my $success = tcidbcopy( $idb, '/path/of/copy' ); + +=head2 tcidbpath + + my $path = tcidbpath( $idb ); + =cut =head1 KNOWN BUGS