/[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

Annotation of /lib/Search/TokyoDystopia.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5 - (hide annotations)
Sun Aug 17 22:35:45 2008 UTC (15 years, 7 months ago) by dpavlin
File size: 409 byte(s)
tcidbtune
1 dpavlin 1 package Search::TokyoDystopia;
2    
3     use strict;
4     use warnings;
5    
6     require Exporter;
7     require XSLoader;
8     use base qw(Exporter);
9     our $VERSION = '0.00';
10     our $debug = 0;
11     XSLoader::load('Search::TokyoDystopia', $VERSION);
12    
13     =head1 NAME
14    
15     Search::TokyoDystopia - XS bindings for Tokyo Dystopia
16    
17     =head1 METHODS
18    
19     =cut
20    
21 dpavlin 5 =head1 KNOWN BUGS
22 dpavlin 1
23 dpavlin 5 Low-level functions often just die when called on invalid (or deleted) database
24    
25     =cut
26    
27 dpavlin 1 1;

  ViewVC Help
Powered by ViewVC 1.1.26