8 lines
No EOL
67 B
Perl
8 lines
No EOL
67 B
Perl
package MetaBot::Config;
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
sub new {}
|
|
|
|
1; |