ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Client.pm
Revision: 1.2
Committed: Tue Sep 30 18:38:27 2008 UTC (15 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-2_10, rel-2_11, rel-2_05, rel-2_02, rel-0_9978, rel-2_04, rel-2_0, rel-2_03
Changes since 1.1: +2 -2 lines
Log Message:
sigh

File Contents

# Content
1 # this module only exists to make CPAN believe that there is indeed,
2 # something called "Deliantra::Client" on CPAN. This is insanely hard :(
3
4 package Deliantra::Client;
5
6 $VERSION = 0.9978;
7
8 package App::Deliantra;
9
10 $VERSION = 0.9978;
11
12 1;
13