sigzero (email not shown publicly)
I am the proverbial "accidental" programmer. I have found that I really like Perl and programming so I am pursuing that route now.
I am the Debian systems administrator and junior Perl programmer for a company called Inspire.
Well.... (Score:1)
What I'd like to have is the CPAN index available as a SQLite database, plus the CPANTS dependency maps, plus the CPAN Testers statistics.
And then I want a Data::Package::SQLite class, that grabs all of these files every few days, lets me load them with a DBIx::Class loader, and work with them sanely.
And then finally there might be a simple way to programmatically get access to all the CPAN metadata floating around, but which is most certainly not simple and easy to us
Re:Well.... (Score:2)
Re:Well.... (Score:1)
And I've created Data::Package::SQLite to start heading towards installing that dataset.
Various uses (Score:2)
I use it for various things. Works well as a simple backend DB in Maypole, and various apps we use at work. I'm even considering using it as a configuration file format - but that's one of my more outlandish ideas...
-- "It's not magic, it's work..."
Cross platform DB (Score:2)
I wrote a web app for my wife to use and it needed a DB. It also needed to run on her Windows machine. My machine runs Debian (Ubuntu actually) so I was keen to use cross-platform components everywhere. I did the development and testing on Linux then installed the Apache+Perl+mod_perl+kitchen_sink for Win32 from Randy Kobes [uwinnipeg.ca] and the SQLite PPM from his repository on the target Windows machine. Everything Just Worked and setting up the database on Windows was a simple as copying one file from Linux
Scaling (Score:2)
SQLite helps me with house-keeping (Score:1)