Comparing modules available in different Strawberry Perl versions? -
background: have got confusion, because 1 developer used strawberry perl 5.14.4.1 while our buildserver uses 5.14.2. however, 5.14.4.1 contains more modules, script didn't work on server. fix obvious: use right (==same) version either way, or install missing modules cpan, ...
i've been wondering, strawberry homepage seems list "list of distributions installed on top of ..." or "list of distributions added ...", there doesn't seem quick online way compare what's in there.
downloading portable versions , doing directory tree diff isn't hard, simple full lists compared nice. there have missed, or full list of modules included in strawberry perl release not available online?
from each strawberry installation, i'd start output of cpan -a
, creates auto bundle of installed. there have lists of what's there, including upgraded or added yourself:
package namespace installed latest in cpan file algorithm::diff 1.1902 1.1902 tyemq/algorithm-diff-1.1902.tar.gz alt::crypt::rsa::bigint 0.05 0.05 danaj/alt-crypt-rsa-bigint-0.05.tar.gz app::cpanminus 1.7001 1.7001 miyagawa/app-cpanminus-1.7001.tar.gz app::local::lib::win32helper 0.990 0.990 csjewell/app-local-lib-win32helper-0.990.tar.gz app::module::version 1.004 1.004 kmx/app-module-version-1.004.tar.gz appconfig 1.66 1.66 abw/appconfig-1.66.tar.gz archive::extract 0.70 0.72 bingos/archive-extract-0.72.tar.gz archive::tar 1.96 1.96 bingos/archive-tar-1.96.tar.gz archive::zip 1.36 1.37 phred/archive-zip-1.37.tar.gz attribute::handlers 0.94 0.96 smueller/attribute-handlers-0.96.tar.gz
from there can reduce extracting want.
note imperfect since modules don't set version, multiple versions of same file have version 'undef'.
Comments
Post a Comment