ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
(Generate patch)

Comparing deliantra/server/lib/cf.pm (file contents):
Revision 1.439 by root, Mon Jul 14 16:42:49 2008 UTC vs.
Revision 1.440 by root, Mon Aug 11 23:23:41 2008 UTC

243for my $pkg (qw( 243for my $pkg (qw(
244 cf::global cf::attachable 244 cf::global cf::attachable
245 cf::object cf::object::player 245 cf::object cf::object::player
246 cf::client cf::player 246 cf::client cf::player
247 cf::arch cf::living 247 cf::arch cf::living
248 cf::map cf::mapspace
248 cf::map cf::party cf::region 249 cf::party cf::region
249)) { 250)) {
250 no strict 'refs'; 251 no strict 'refs';
251 @{"safe::$pkg\::wrap::ISA"} = @{"$pkg\::wrap::ISA"} = $pkg; 252 @{"safe::$pkg\::wrap::ISA"} = @{"$pkg\::wrap::ISA"} = $pkg;
252} 253}
253 254

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines