use inc::Module::Install;

name     'Text-LexicalDiff';
all_from 'lib/Text/LexicalDiff.pm';
author   q{Andre Santos <andrefs@cpan.org>};
license  'perl';

build_requires 'Test::More';

auto_install;

WriteAll;

