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