summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2017-10-28 02:29:52 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2017-10-28 02:29:52 +0200
commit9f86cc391f8515dbb537ccf54fe503e722db3038 (patch)
tree44b1ade95928d4d3cdcebfb142adecc42b8a608c
parentb98ed3ba9bbf9861cd39eb418cf2ca0c777af377 (diff)
downloadperl-MDK-Common-9f86cc391f8515dbb537ccf54fe503e722db3038.tar
perl-MDK-Common-9f86cc391f8515dbb537ccf54fe503e722db3038.tar.gz
perl-MDK-Common-9f86cc391f8515dbb537ccf54fe503e722db3038.tar.bz2
perl-MDK-Common-9f86cc391f8515dbb537ccf54fe503e722db3038.tar.xz
perl-MDK-Common-9f86cc391f8515dbb537ccf54fe503e722db3038.zip
list myself as current maintainer
-rwxr-xr-xMakefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 33b25a9..a1f3344 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -8,6 +8,6 @@ WriteMakefile(
NAME => 'MDK::Common',
VERSION_FROM => 'lib/MDK/Common.pm',
ABSTRACT_FROM => 'lib/MDK/Common.pm',
- AUTHOR => 'Pixel <pixel@mandriva.com>',
+ AUTHOR => 'Thierry Vignaud <thierry.vignaud@gmail.com>',
dist => { COMPRESS => "xz -f" },
);