Just about ready to go live
[p5sagit/Promulger.git] / lib / Promulger / Config.pm
CommitLineData
21baaef0 1package Promulger::Config;
2
3my $config;
4sub config {
5 my $class = shift;
6 if(my $new = shift) {
7 $config = $new;
8 }
9 return $config;
10};
11
12'http://reductivelabs.com/products/puppet/';