hotsanic |
Subversion Repositories: |
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;