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

Comparing deliantra/Deliantra-Client/Client.pm (file contents):
Revision 1.2 by root, Tue Sep 30 18:38:27 2008 UTC vs.
Revision 1.3 by root, Mon Jan 16 21:11:15 2012 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines