From: Arnie P. v. a. <we...@ma...> - 2008-06-25 20:03:57
|
Log Message: ----------- Added no strict "refs" to try to avoid new error checking in Perl 5.10. Tags: ---- rel-2-4-patches Modified Files: -------------- pg/lib/Value: Context.pm Revision Data ------------- Index: Context.pm =================================================================== RCS file: /webwork/cvs/system/pg/lib/Value/Context.pm,v retrieving revision 1.10.6.2.2.1 retrieving revision 1.10.6.2.2.2 diff -Llib/Value/Context.pm -Llib/Value/Context.pm -u -r1.10.6.2.2.1 -r1.10.6.2.2.2 --- lib/Value/Context.pm +++ lib/Value/Context.pm @@ -5,7 +5,7 @@ package Value::Context; my $pkg = "Value::Context"; -use strict; +use strict; no strict "refs"; use UNIVERSAL; # |