Add unit test for split()

This commit is contained in:
Alessandro Ranellucci 2013-09-09 23:09:56 +02:00
parent 3919ba83d8
commit 28b043e9a9
5 changed files with 29 additions and 7 deletions

View file

@ -4,6 +4,7 @@ use strict;
our $VERSION = '0.01';
use Carp qw();
use XSLoader;
XSLoader::load(__PACKAGE__, $VERSION);