jablonka.czprosek.czf

hotsanic

Subversion Repositories:
[/] [trunk/] [modules/] [system/] [platform/] [default.pm] - Rev 36 Go to most recent revision

Compare with Previous - Blame - Download


package HotSaNICmod::OSdep;

sub sample {
  print "Sorry, but your OS is not supported!\n";
  }

sub updatedb {
  print "Sorry, but your OS is not supported!\n";
  }

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

1;


Powered by WebSVN 2.2.1