Stuff with the Perl Foundation. A couple of patches in the Perl core. A few CPAN modules. That about sums it up.
I know this has been answered in many other places, but I was hoping to see a nice list here. Assuming you've just installed Perl, what modules are missing that you absolutely need? I have a variety of them, but just off the top of my head, I need:
What would you put on that list?
Here are the ones I installed last week... (Score:1)
Bundle::CPAN (so I can get full capacity)Bundle::Test (so that everything gets tested properly, from now on)CPAN::Mini (after which I start creating a mirror)Bundle::COG (it's my stuff, OK?)Date::DayOfWeek (required for stuff in ~/bin)ExtUtils::ModuleMaker (required for stuff in ~/bin)JSAN (I'm interested in this one)Perl::Tidy (required by my .vimrc, but I rarely use it now)Spork (making slides)WWW::Mechanize (I like this one a lot)date handling (Score:2)
I still install and use Time::Piece regularly, but I am in the process of learning how to use DateTime and switching over to it. One or both are indispensible to me.
I used to have a list of must-install modules in my perl installation instructions [perl.org], but that list has definitely changed today.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re:date handling (Score:2)
Yes. I suspect many programmers need all the help they can get when it comes to handling dates ... :)
Your choice of a templating module (Score:2)
HTML::Template, or to taste.XML::Simple (Score:1)
Hmmm.... (Score:1)
Of course it depends to some extent on whatever I'm doing at the moment. However in addition to what's on your list I'd probably feel a little lost without:
My Modules (Score:1)
As well as DateTime [cpan.org] , which a few other people have mentioned, I soon find myself installing these:
Smylers
My picks (Score:1)
And my "me too"s
And my own modules that I use constantly:
my list contains at least (Score:1)
And my own stuff:
Jouke Visser
Using Perl to Enable the Disabled pVoice Sof [pvoice.org]
Basic stuff (Score:2)
Reading my list I note that "high-level" modules are conspicuously absent, nothing too far from the metal here:
mirod
Re: (Score:1)
The ones I really don’t want to do without, roughly in order of importance:
XML::LibXMLlibwww-perlDBIDateTimeAlso rans, in alphabetical order:
CGI::PrototypeModule::BuildTemplateXML::LibXSLTAnd the one I hope to write a substantial amount of code around once I have the tuits:
Gtk2