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 Etokuhirom@gmail.comE =cut