jablonka.czprosek.czf

hotsanic

Subversion Repositories:
[/] [branches/] [HotSaNIC-0.5.0-pre6/] [modules/] [sensors/] [platform/] [default.pm] - Blame information for rev 15

 

Line No. Rev Author Line
11simandlpackage HotSaNICmod::OSdep;
2 
3sub sample {
4 HotSaNIClog::error("$^O is not supported!");
5 }
6 
7sub updatedb {
8 HotSaNIClog::error("$^O is not supported!");
9 }
10 
11sub version {
12 ($VERSION = '$Revision: 1.3 $') =~ s/.*(\d+\.\d+).*/$1/;
13 return "default.pm $VERSION";
14 }
15 
161;
17 

Powered by WebSVN 2.2.1