| Revision: | 1.3 |
| Committed: | Mon Jan 16 21:11:15 2012 UTC (14 years, 1 month ago) by root |
| Branch: | MAIN |
| CVS Tags: | HEAD |
| Changes since 1.2: | +14 -4 lines |
| Log Message: | *** empty log message *** |
| # | Content |
|---|---|
| 1 | # this module only exists mostly make CPAN believe that there is indeed, |
| 2 | # something called "Deliantra::Client" on CPAN. |
| 3 | |
| 4 | package Deliantra::Client; |
| 5 | |
| 6 | 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 | |
| 18 | package App::Deliantra; |
| 19 | |
| 20 | $VERSION = $DC::VERSION; |
| 21 | |
| 22 | 1; |
| 23 |