stas 2002/08/15 05:21:59 Modified: ModPerl-Registry/t/cgi-bin closure.pl Log: add a note so people won't get confused by closure warnings Revision Changes Path 1.2 +4 -0 modperl-2.0/ModPerl-Registry/t/cgi-bin/closure.pl Index: closure.pl =================================================================== RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/t/cgi-bin/closure.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- closure.pl 9 Oct 2001 12:47:38 -0000 1.1 +++ closure.pl 15 Aug 2002 12:21:59 -0000 1.2 @@ -1,5 +1,9 @@ #!perl -w +BEGIN { + warn "note: the warning '... will not stay shared' is OK here!!!\n"; +} + # this script will suffer from a closure problem under registry # should see it under ::Registry # should not see it under ::PerlRun