diff options
author | Thierry Vignaud <tvignaud@redhat.com> | 2017-10-20 12:12:26 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2017-10-27 19:43:41 +0200 |
commit | 296cbeba01ec8ae058bdf49337185b4698818f2c (patch) | |
tree | 631bd8d3abf6043e69b6855e995fbf06a6f79706 /Makefile.PL | |
parent | 9d8ec4b364d41933bfcd6868d3cd24281f185ebf (diff) | |
download | perl-URPM-296cbeba01ec8ae058bdf49337185b4698818f2c.tar perl-URPM-296cbeba01ec8ae058bdf49337185b4698818f2c.tar.gz perl-URPM-296cbeba01ec8ae058bdf49337185b4698818f2c.tar.bz2 perl-URPM-296cbeba01ec8ae058bdf49337185b4698818f2c.tar.xz perl-URPM-296cbeba01ec8ae058bdf49337185b4698818f2c.zip |
list me as author
Diffstat (limited to 'Makefile.PL')
-rwxr-xr-x | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index 7ebcc18..020b3fe 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -42,6 +42,7 @@ print "Found RPM version $version (compiling with flags: $ccflags)\n"; WriteMakefile( NAME => 'URPM', + AUTHOR => 'Thierry Vignaud', PREREQ_PM => { 'MDV::Packdrakeng' => '1.00', }, |