repo.or.cz
/
blog.pm-common-perl-mods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Version 0.02
[blog.pm-common-perl-mods.git]
/
Rose-DB-Object-VCS
/
Makefile.PL
blob
c98f934be010483f352504b24661f29b707fee04
1
use inc::Module::Install;
2
3
name 'Rose-DB-Object-VCS';
4
5
all_from 'lib/Rose/DB/Object/VCS.pm';
6
perl_version '5.006';
7
8
requires(
9
'Rose::DB::Object' => '',
10
'Text::Diff' => '',
11
'Text::Patch' => '',
12
);
13
14
auto_install;
15
16
WriteAll;