On May 18, 2004, at 11:16 AM, Greg London wrote:
But Storable isn't listed here: http://www.perldoc.com/perl5.8.4/lib.html
How do you find out what distribution of Perl first included a particular module?
I take a brute-force approach - I install a copy of every version I care about, primarily for regression testing. Not the most elegant solution by any means, but a simple 'locate Storable.pm' tells me what versions have it and what ones don't.
In this case, it looks like Storable.pm is included with 5.8.x, but not 5.6.x. Presumably older versions don't have it either, but 5.6 is the oldest I have at the moment.
sherm--
_______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

