All common helpers in one place.
[blog.pm-common-perl-mods.git] / Rose-DB-Object-VCS / Makefile.PL
blobc98f934be010483f352504b24661f29b707fee04
1 use inc::Module::Install;
3 name 'Rose-DB-Object-VCS';
5 all_from 'lib/Rose/DB/Object/VCS.pm';
6 perl_version '5.006';
8 requires(
9     'Rose::DB::Object' => '',
10     'Text::Diff' => '',
11     'Text::Patch' => '',
14 auto_install;
16 WriteAll;