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
8 changes: 2 additions & 6 deletions pod/perlfunc.pod
Original file line number Diff line number Diff line change
Expand Up @@ -6691,13 +6691,9 @@ including:

=over

=item * L<Data::Entropy>
=item * L<Crypt::URandom>

=item * L<Crypt::Random>

=item * L<Math::Random::Secure>

=item * L<Math::TrulyRandom>
=item * L<Crypt::PRNG>

=back

Expand Down
4 changes: 2 additions & 2 deletions t/porting/known_pod_issues.dat
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ Cpanel::JSON::XS
cpanp(1)
CPANPLUS
crypt(3)
Crypt::Random
Crypt::PRNG
Crypt::URandom
ctime(3)
curl(1)
Dancer
Expand Down Expand Up @@ -216,7 +217,6 @@ Math::BigInt::Constant
Math::BigInt::GMP
Math::BigInt::Pari
Math::Random::MT::Perl
Math::Random::Secure
Math::TrulyRandom
mbrlen(3)
mbrtowc(3)
Expand Down
Loading