repo.or.cz
/
Fedora-VSP.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add MANIFEST
[Fedora-VSP.git]
/
Makefile.PL
blob
1b733118085120eb1a57c95b0b210a45a4300c0b
1
use ExtUtils::MakeMaker;
2
3
WriteMakefile(
4
NAME => 'Fedora::VSP',
5
VERSION_FROM => 'lib/Fedora/VSP.pm',
6
ABSTRACT_FROM => 'lib/Fedora/VSP.pm',
7
AUTHOR => 'Petr Písař <ppisar@redhat.com>',
8
LICENSE => 'gpl_3',
9
PREREQ_PM => {
10
'strict' => '0',
11
'warnings' => '0',
12
},
13
TEST_REQUIRES => {
14
'strict' => '0',
15
'Test::More' => '0',
16
'version' => '0',
17
'warnings' => '0',
18
},
19
);