use inc::Module::Install; name 'Hash-Diff'; all_from 'lib/Hash/Diff.pm'; author 'Bjorn-Olav Strand '; license 'perl'; build_requires 'Test::More'; requires 'Hash::Merge'; requires 'ok'; auto_install; WriteAll;