ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Client.pm
Revision: 1.3
Committed: Mon Jan 16 21:11:15 2012 UTC (12 years, 3 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +14 -4 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.3 # this module only exists mostly make CPAN believe that there is indeed,
2     # something called "Deliantra::Client" on CPAN.
3 root 1.1
4     package Deliantra::Client;
5    
6 root 1.3 for (grep !ref, @INC) {
7     my $path = "$_/Deliantra/Client/private";
8     if (-d $path) {
9     unshift @INC, $path;
10     last;
11     }
12     }
13    
14     require DC;
15    
16     $VERSION = $DC::VERSION;
17 root 1.1
18     package App::Deliantra;
19    
20 root 1.3 $VERSION = $DC::VERSION;
21 root 1.1
22     1;
23