jablonka.czprosek.czf

hotsanic

Subversion Repositories:
[/] [trunk/] [modules/] [wireless-ml/] [platform/] [default.pm] - Blame information for rev 33

 

Line No. Rev Author Line
133simandlpackage HotSaNICmod::OSdep;
2 
3sub sample {
4 print "Sorry, but your OS is not supported!\n";
5 }
6 
7sub updatedb {
8 print "Sorry, but your OS is not supported!\n";
9 }
10 
11sub version {
12 ($VERSION = '$Revision: 1.2 $') =~ s/.*(\d+\.\d+).*/$1/;
13 return "default.pm $VERSION";
14 }
15 
161;
17 

Powered by WebSVN 2.2.1