From: Arnie P. v. a. <we...@ma...> - 2008-06-25 20:00:06
|
Log Message: ----------- Added no strict "refs" to try to avoid new error checking in Perl 5.10. 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.20 retrieving revision 1.21 diff -Llib/Value/Context.pm -Llib/Value/Context.pm -u -r1.20 -r1.21 --- 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; # |