jablonka.czprosek.czf

hotsanic

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

 

Line No. Rev Author Line
135simandlpackage 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