hotsanic |
Subversion Repositories: |
Line No. | Rev | Author | Line |
---|---|---|---|
1 | 1 | simandl | package HotSaNICmod::common; |
2 | |
||
3 | sub version { |
||
4 | ($VERSION = '$Revision: 1.4 $') =~ s/.*(\d+\.\d+).*/$1/; |
||
5 | return "common.pm $VERSION"; |
||
6 | } |
||
7 | |
||
8 | sub configure { |
||
9 | return HotSaNICparser::get_moduleconfig("."); |
||
10 | } |
||
11 | |
||
12 | 1; |
||
13 | |