Being an open source geek is an interesting position to be in. You can hack on bizarre stuff that barely anyone uses (like Net::IMAP::Simple::NB) or you can hack on stuff that people use but you rarely hear about (like CDB_File, which I didn't create but at least I maintain it).
But then there's the "other" stuff. The things you randomly hear about people installing as "essential" tools, like XML::XPath, or more commonly lately DBD::SQLite.
What's odd about DBD::SQLite is that it has now become a staple of so many tiny little applications (most recently I read about some hack of reddit that someone had done) that if it suddenly went away it would be like perl going away. And that both gives me a wonderful sense of joy (for helping those people) and a terrible sense of dread (because what if I got it wrong somehow?). Such is the way of free software I guess...
Config::Tiny (Score:1)
I get more feedback on Config::Tiny than the rest of my modules combined
Plus, while I think about it (Score:1)
(And please don't make it every go away)
Re: (Score:1)
Aside from using it for applications, the sheer amount of things on CPAN that couldn't be tested, or tested easily without it is probably quite large.
I know Handel/Mango would have worthless tests if it weren't for DBD::SQLite...cuz lord knows I'd never install a real DB just for testing most of that stuff.
Re: (Score:1)
DBD::Mock?
Re: (Score:1)
yep (Score:1)
Don't sweat it... (Score:2)
Re: (Score:1)