]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Remove test dependencies list in POD
authorVincent Pit <vince@profvince.com>
Mon, 20 Oct 2014 23:33:59 +0000 (21:33 -0200)
committerVincent Pit <vince@profvince.com>
Mon, 20 Oct 2014 23:33:59 +0000 (21:33 -0200)
lib/Variable/Magic.pm

index 1be2bf17906b14f84bc7515c8150a27098ba5a04..2ebb5d65056a7802cc5ed9ddc1173ed602d3ba9a 100644 (file)
@@ -684,11 +684,6 @@ This module may happen to build with a C++ compiler as well, but don't rely on i
 
 L<Carp> (core since perl 5), L<XSLoader> (since 5.6.0).
 
-Copy tests need L<Tie::Array> (core since perl 5.005) and L<Tie::Hash> (since 5.002).
-Some uvar tests need L<Hash::Util::FieldHash> (since 5.9.4).
-Glob tests need L<Symbol> (since 5.002).
-Threads tests need L<threads> and L<threads::shared> (both since 5.7.3).
-
 =head1 SEE ALSO
 
 L<perlguts> and L<perlapi> for internal information about magic.