diff options
author | Michael G. Schwern <schwern@pobox.com> | 2003-05-22 19:10:46 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-23 13:06:25 +0000 |
commit | 2530b651d288d7db98df4c0991f07a783a1cd32c (patch) | |
tree | 46e6b3c07f57558c3f532f12d621104bc7c9d4c8 /lib/ExtUtils/META.yml | |
parent | a0d8a30e4d6cdcb83a19818856ccc52190cdd95f (diff) | |
download | perl-2530b651d288d7db98df4c0991f07a783a1cd32c.tar.gz |
ExtUtils::MakeMaker 6.10_03 -> 6.10_04
Message-ID: <20030523091046.GB11662@windhund.schwern.org>
p4raw-id: //depot/perl@19594
Diffstat (limited to 'lib/ExtUtils/META.yml')
-rw-r--r-- | lib/ExtUtils/META.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/ExtUtils/META.yml b/lib/ExtUtils/META.yml new file mode 100644 index 0000000000..b05b7bb026 --- /dev/null +++ b/lib/ExtUtils/META.yml @@ -0,0 +1,13 @@ +#XXXXXXX This is a prototype!!! It will change in the future!!! XXXXX# +name: ExtUtils-MakeMaker +version: 6.10_04 +version_from: lib/ExtUtils/MakeMaker.pm +installdirs: perl +requires: + File::Basename: 0 + File::Spec: 0.8 + DirHandle: 0 + Pod::Man: 0 + +distribution_type: module +generated_by: ExtUtils::MakeMaker version 6.10_04 |