Skip to content

Commit

Permalink
Makefile.PL update
Browse files Browse the repository at this point in the history
  • Loading branch information
yappo committed Oct 23, 2008
1 parent f7cf53d commit 3e174e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile.PL
@@ -1,10 +1,13 @@
use inc::Module::Install;
use 5.008001;
name 'String-Diff';
all_from 'lib/String/Diff.pm';

requires $_ for (qw/ Algorithm::Diff /);
requires 'Algorithm::Diff';

build_requires 'Test::More';
build_requires 'YAML';

use_test_base;
auto_include;
WriteAll;

0 comments on commit 3e174e2

Please sign in to comment.