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

Comparing deliantra/maps/perl/cf.pm (file contents):
Revision 1.2 by root, Fri Feb 3 07:42:11 2006 UTC vs.
Revision 1.3 by root, Fri Feb 3 07:51:14 2006 UTC

155 155
156 Symbol::delete_package $pkg; 156 Symbol::delete_package $pkg;
157} 157}
158 158
159sub load_extensions { 159sub load_extensions {
160 my $LIBDIR = get_maps_directory "perl"; 160 my $LIBDIR = maps_directory "perl";
161 161
162 for my $ext (<$LIBDIR/*.ext>) { 162 for my $ext (<$LIBDIR/*.ext>) {
163 load_extension $ext; 163 load_extension $ext;
164 } 164 }
165} 165}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines