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
Method fill_comment_cound moved to Comment class. Comment support of master_id and...
[blog.pm-common-perl-mods.git]
/
Rose-DB-Object-Metadata-Column-Filename
/
Makefile.PL
blob
67e191c864191714b4eeed2bfc9ddf51d36645a5
1
use inc::Module::Install;
2
3
name 'Rose-DB-Object-Metadata-Column-Filename';
4
5
all_from 'lib/Rose/DB/Object/Metadata/Column/Filename.pm';
6
perl_version '5.006';
7
8
requires(
9
'Rose::DB::Object' => '',
10
11
);
12
13
auto_install;
14
15
WriteAll;