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

Comparing deliantra/Deliantra-Client/bin/deliantra (file contents):
Revision 1.122 by root, Thu Dec 29 07:13:44 2011 UTC vs.
Revision 1.123 by root, Mon Jan 16 21:11:15 2012 UTC

1#!/opt/bin/perl 1#!/opt/bin/perl
2 2
3############################################################################# 3use Deliantra::Client;
4# prepend private library directory
5for (grep !ref, @INC) {
6 my $path = "$_/Deliantra/Client/private";
7 if (-d $path) {
8 unshift @INC, $path;
9 last;
10 }
11}
12 4
13############################################################################# 5use DC::Main;
14# load and run the main program
15 6
16require DC::Main;
17
18DC::Main::run (); 7DC::Main::run;
19 8
201; # this file is require'd in the binary client package 91; # this file is require'd in the binary client package
21 10
22=head1 NAME 11=head1 NAME
23 12

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines