metabot/lib/MetaBot/Config.pm

8 lines
No EOL
67 B
Perl

package MetaBot::Config;
use strict;
use warnings;
sub new {}
1;