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

Contents of /lib/Search/TokyoDystopia.pm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5 - (show annotations)
Sun Aug 17 22:35:45 2008 UTC (15 years, 7 months ago) by dpavlin
File size: 409 byte(s)
tcidbtune
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 =head1 KNOWN BUGS
22
23 Low-level functions often just die when called on invalid (or deleted) database
24
25 =cut
26
27 1;

  ViewVC Help
Powered by ViewVC 1.1.26