ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/util/run
(Generate patch)

Comparing deliantra/Deliantra-Client/util/run (file contents):
Revision 1.5 by root, Wed Jan 4 09:16:40 2012 UTC vs.
Revision 1.6 by root, Sat Jan 7 15:24:41 2012 UTC

15@INC = ( 15@INC = (
16 "pm", 16 "pm",
17 ".", # AutoLoader requires this in newer versions. yup. yup. yup :( 17 ".", # AutoLoader requires this in newer versions. yup. yup. yup :(
18 sub { 18 sub {
19 return if exists $NO_WARN{$_[1]}; 19 return if exists $NO_WARN{$_[1]};
20 require Carp;
20 warn "$_[1]: file not found, packaging error?\n"; 21 Carp::cluck ("$_[1]: file not found, packaging error?\n");
22 eval {
23 ::crash ("MISSING PACKAGE: $_[1]", 1);
24 };
21 () 25 ()
22 }, 26 },
23); 27);
24 28
25############################################################################# 29#############################################################################

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines