Perl-UnQLite/lib/Unqlite.pm
2013-07-03 17:17:17 +09:00

40 lines
491 B
Perl

package Unqlite;
use 5.008005;
use strict;
use warnings;
our $VERSION = "0.01";
use XSLoader;
XSLoader::load(__PACKAGE__, $VERSION);
1;
__END__
=encoding utf-8
=head1 NAME
Unqlite - It's new $module
=head1 SYNOPSIS
use Unqlite;
=head1 DESCRIPTION
Unqlite is ...
=head1 LICENSE
Copyright (C) tokuhirom.
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
=head1 AUTHOR
tokuhirom E<lt>tokuhirom@gmail.comE<gt>
=cut