--- Guard/Guard.pm 2010/03/12 17:25:58 1.23 +++ Guard/Guard.pm 2014/11/20 18:13:58 1.25 @@ -44,7 +44,7 @@ no warnings; BEGIN { - $VERSION = '1.021'; + $VERSION = 1.023; @ISA = qw(Exporter); @EXPORT = qw(guard scope_guard); @@ -199,11 +199,15 @@ =head1 SEE ALSO L and L, which actually implement -dynamic guards only, not scoped guards, and have a lot higher CPU, memory -and typing overhead. +dynamically scoped guards only, not the lexically scoped guards that their +documentation promises, and have a lot higher CPU, memory and typing +overhead. L, which has apparently never been finished and can corrupt memory when used. +L seems to have a big SEE ALSO section for even more +modules like it. + =cut