summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorHyunjee Kim <hj0426.kim@samsung.com>2019-01-30 15:50:03 +0900
committerHyunjee Kim <hj0426.kim@samsung.com>2019-01-30 15:59:22 +0900
commitf6fd8e11e50cddbc0ca52c672a1bee2a34ec7de3 (patch)
treed55e0690d9d16aa7419b5bfdddd33c8c6b4f3e0e /Makefile.PL
parent8511956c25f92ccd6094dca45824697ad21cfdd4 (diff)
downloadperl-TimeDate-upstream.tar.gz
perl-TimeDate-upstream.tar.bz2
perl-TimeDate-upstream.zip
Imported Upstream version 2.30upstream/2.30upstream
Change-Id: Ib6e94c21c32222375425677fd657508238622cdf Signed-off-by: Hyunjee Kim <hj0426.kim@samsung.com>
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.PL b/Makefile.PL
index c7c6034..7b6643a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,9 +7,10 @@ use warnings;
use ExtUtils::MakeMaker;
WriteMakefile(
- NAME => 'TimeDate',
- AUTHOR => 'Graham Barr <gbarr@pobox.com>',
- VERSION => '1.20',
+ NAME => 'Date::Parse',
+ DISTNAME => 'TimeDate',
+ AUTHOR => 'Graham Barr <gbarr@pobox.com>',
+ VERSION_FROM => 'lib/Date/Parse.pm',
(eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()),
( eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (
META_MERGE => {