jablonka.czprosek.czf

hotsanic

Subversion Repositories:
[/] [branches/] [HotSaNIC-0.5.0-pre6/] [modules/] [traffic/] [platform/] [default.pm] - Rev 1

Compare with Previous - Blame - Download


package HotSaNICmod::OSdep;

sub sample {
  HotSaNIClog::error("$^O is not supported!");
  }

sub updatedb {
  HotSaNIClog::error("$^O is not supported!");
  }

sub version {
  ($VERSION = '$Revision: 1.3 $') =~ s/.*(\d+\.\d+).*/$1/;
  return "default.pm $VERSION";
  }

1;


Powered by WebSVN 2.2.1