Algorithm-GDiffDelta
view release on metacpan or search on metacpan
t/05library.t view on Meta::CPAN
# Check that the library can be loaded without things breaking.
use strict;
use warnings;
use Test::More tests => 2;
BEGIN { use_ok('Algorithm::GDiffDelta') }
require_ok('Algorithm::GDiffDelta');
# vim:ft=perl ts=4 sw=4 expandtab:
( run in 0.594 second using v1.01-cache-2.11-cpan-5b529ec07f3 )