/[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 1 - (show annotations)
Sun Aug 17 22:17:40 2008 UTC (15 years, 7 months ago) by dpavlin
File size: 304 byte(s)
start implementation of XS patches for Tokyo Dystopia after ACK from
author that he isn't interested in writing bindings and encouraged me
to publish to CPAN
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
22 1;

  ViewVC Help
Powered by ViewVC 1.1.26