/[Search-TokyoDystopia]/lib/Search/TokyoDystopia.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/Search/TokyoDystopia.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 22 by dpavlin, Mon Aug 18 18:53:39 2008 UTC revision 26 by dpavlin, Mon Aug 18 19:04:10 2008 UTC
# Line 45  IDBSTOKSUF Line 45  IDBSTOKSUF
45  tcidbiterinit  tcidbiterinit
46  tcidbiternext  tcidbiternext
47  tcidbsync  tcidbsync
48    tcidboptimize
49    tcidbvanish
50    tcidbcopy
51    tcidbpath
52  );  );
53    
54  =head1 NAME  =head1 NAME
# Line 154  use constant { Line 158  use constant {
158    
159    my $success = tcidbsync( $idb );    my $success = tcidbsync( $idb );
160    
161    =head2 tcidboptimize
162    
163      my $success = tcidboptimize( $idb );
164    
165    =head2 tcidbvanish
166    
167      my $success = tcidbvanish( $idb );
168    
169    =head2 tcidbcopy
170    
171      my $success = tcidbcopy( $idb, '/path/of/copy' );
172    
173    =head2 tcidbpath
174    
175      my $path = tcidbpath( $idb );
176    
177  =cut  =cut
178    
179  =head1 KNOWN BUGS  =head1 KNOWN BUGS

Legend:
Removed from v.22  
changed lines
  Added in v.26

  ViewVC Help
Powered by ViewVC 1.1.26