summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-03-01 12:43:13 +0100
committerYves Orton <demerphq@gmail.com>2023-03-02 20:18:10 +0800
commitb539ea5236c088e27f709f039c298c0e08eb992f (patch)
tree1adabb061af810bb94eb572fc97cd6ced5b6d149 /MANIFEST
parentf049b2185c55b2337f4789de3427e45932ffd978 (diff)
downloadperl-b539ea5236c088e27f709f039c298c0e08eb992f.tar.gz
dist/Math-Complex - add missing files from CPAN dist
This fixes this module for https://github.com/Perl/perl5/issues/20874 Tweaked Makefile.PL to set the LICENSE to 'perl_5' and not 'perl'
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST13
1 files changed, 8 insertions, 5 deletions
diff --git a/MANIFEST b/MANIFEST
index 9b842f9f57..3af859421f 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3880,11 +3880,14 @@ dist/Locale-Maketext/t/92_blacklist.t See if Locale::Maketext works
dist/Locale-Maketext/t/93_whitelist.t See if Locale::Maketext works
dist/Locale-Maketext/t/94_denylist.t See if Locale::Maketext works
dist/Locale-Maketext/t/95_allowlist.t See if Locale::Maketext works
-dist/Math-Complex/lib/Math/Complex.pm A Complex package
-dist/Math-Complex/lib/Math/Trig.pm A simple interface to complex trigonometry
-dist/Math-Complex/t/Complex.t See if Math::Complex works
-dist/Math-Complex/t/Trig.t See if Math::Trig works
-dist/Math-Complex/t/underbar.t See if Math::Complex works
+dist/Math-Complex/ChangeLog History of changes for Math::Complex
+dist/Math-Complex/lib/Math/Complex.pm A package for doing math with complex numbers
+dist/Math-Complex/lib/Math/Trig.pm A simple interface to complex trigonometry
+dist/Math-Complex/Makefile.PL Build Math::Complex
+dist/Math-Complex/t/Complex.t See if Math::Complex works
+dist/Math-Complex/t/Trig.t See if Math::Trig works
+dist/Math-Complex/t/underbar.t See if Math::Complex works
+dist/Math-Complex/TODO TODO for Math::Complex
dist/Module-CoreList/Changes Module::CoreList Changes
dist/Module-CoreList/corelist The corelist command-line utility
dist/Module-CoreList/identify-dependencies A usage example for Module::CoreList