Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -1452,11 +1452,6 @@ cpan/Math-BigRat/t/new-mbr.t
cpan/Math-BigRat/t/requirer.t see if require works properly
cpan/Math-BigRat/t/rt121139.t
cpan/Math-BigRat/t/trap.t see if trap_nan and trap_inf work
cpan/Math-Complex/lib/Math/Complex.pm A Complex package
cpan/Math-Complex/lib/Math/Trig.pm A simple interface to complex trigonometry
cpan/Math-Complex/t/Complex.t See if Math::Complex works
cpan/Math-Complex/t/Trig.t See if Math::Trig works
cpan/Math-Complex/t/underbar.t See if Math::Complex works
cpan/Memoize/Memoize.pm Memoize
cpan/Memoize/Memoize/AnyDBM_File.pm Memoize glue layer for AnyDBM_File
cpan/Memoize/Memoize/Expire.pm Memoize expiry manager example
Expand Down Expand Up @@ -3832,6 +3827,11 @@ 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/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
Expand Down
1 change: 1 addition & 0 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"dist/IO",
"dist/lib",
"dist/Locale-Maketext",
"dist/Math-Complex",
"dist/Module-CoreList",
"dist/Net-Ping",
"dist/PathTools",
Expand Down
1 change: 1 addition & 0 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ no_index:
- dist/IO
- dist/lib
- dist/Locale-Maketext
- dist/Math-Complex
- dist/Module-CoreList
- dist/Net-Ping
- dist/PathTools
Expand Down
8 changes: 1 addition & 7 deletions Porting/Maintainers.pl
Original file line number Diff line number Diff line change
Expand Up @@ -806,13 +806,7 @@ package Maintainers;

'Math::Complex' => {
'DISTRIBUTION' => 'ZEFRAM/Math-Complex-1.59.tar.gz',
'FILES' => q[cpan/Math-Complex],
'CUSTOMIZED' => [
'lib/Math/Complex.pm', # CPAN RT 118467
't/Complex.t', # CPAN RT 118467
't/Trig.t', # CPAN RT 118467
't/underbar.t',
],
'FILES' => q[dist/Math-Complex],
'EXCLUDED' => [
qw( t/pod.t
t/pod-coverage.t
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions t/porting/customized.dat
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ ExtUtils::Constant cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm 7560e101
ExtUtils::Constant cpan/ExtUtils-Constant/t/Constant.t 165e9c7132b003fd192d32a737b0f51f9ba4999e
Filter::Util::Call pod/perlfilter.pod 545265af2f45741a0e59eecdd0cfc0c9e490c1e8
Locale::Maketext::Simple cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm 57ed38905791a17c150210cd6f42ead22a7707b6
Math::Complex cpan/Math-Complex/lib/Math/Complex.pm 66f28a17647e2de166909ca66e4ced26f8a0a62e
Math::Complex cpan/Math-Complex/t/Complex.t 17039e03ee798539e770ea9a0d19a99364278306
Math::Complex cpan/Math-Complex/t/Trig.t 508f8e27373c08228be13ca5d42b28812ab0e020
Math::Complex cpan/Math-Complex/t/underbar.t 97e7b9615658eefc67a710d4b258349cc5bace63
Math::Complex dist/Math-Complex/lib/Math/Complex.pm 66f28a17647e2de166909ca66e4ced26f8a0a62e
Math::Complex dist/Math-Complex/t/Complex.t 17039e03ee798539e770ea9a0d19a99364278306
Math::Complex dist/Math-Complex/t/Trig.t 508f8e27373c08228be13ca5d42b28812ab0e020
Math::Complex dist/Math-Complex/t/underbar.t 97e7b9615658eefc67a710d4b258349cc5bace63
Net::Ping dist/Net-Ping/t/000_load.t deff5dc2ca54dae28cb19d3631427db127279ac2
Net::Ping dist/Net-Ping/t/001_new.t 7b24e05672e22edfe3e6b5cc0277f815efe557e5
Net::Ping dist/Net-Ping/t/010_pingecho.t 74437379673c8ba82f81574fd7e652f41a65c993
Expand Down
2 changes: 2 additions & 0 deletions t/porting/known_pod_issues.dat
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,8 @@ YAML::Tiny
dist/data-dumper/dumper.pm ? Should you be using L<...> instead of 1
dist/devel-ppport/ppport.pm Apparent broken link 1
dist/env/lib/env.pm ? Should you be using F<...> or maybe L<...> instead of 1
dist/math-complex/lib/math/complex.pm Verbatim line length including indents exceeds 78 by 3
dist/math-complex/lib/math/trig.pm Verbatim line length including indents exceeds 78 by 4
ext/dynaloader/dynaloader.pm Verbatim line length including indents exceeds 78 by 1
ext/hash-util/lib/hash/util.pm Verbatim line length including indents exceeds 78 by 2
ext/pod-html/corpus/perlvar-copy.pod ? Should you be using L<...> instead of -1
Expand Down