dnmfarrell / Perly-Bot

a RSS trawler and social media broadcaster
BSD 2-Clause "Simplified" License
15 stars 6 forks source link

Make a config singleton #9

Closed briandfoy closed 8 years ago

briandfoy commented 8 years ago

Many things need to access the config, but the things calling them shouldn't have to know which things the called sub needs. Make a Config object that can fetch the config hash from anywhere.

dnmfarrell commented 8 years ago

This is done, thanks brian!