Checking if module was released with 5.6
Anonymous Monk
created: 2006-04-03 14:07:30
I have Perl 5.8 on my local Windows workstation and now loading a script to a Windows NT server with Perl 5.6. I am calling the below module in my script and want to know if it was included in Perl 5.6? Or was it loaded with 5.8??
File::Basename
Re: Checking if module was released with 5.6
created: 2006-04-03 14:13:21
It's on CPAN. 5.6.0 5.8.0
Re: Checking if module was released with 5.6
created: 2006-04-03 14:36:13

you can use this to find the modules installed use ExtUtils::Installed; my $inst =Exitutils::Installed->new(); my @modules = $inst -> modules();

Re: Checking if module was released with 5.6
xdg
created: 2006-04-03 15:12:43

You want to use [mod://Module::CoreList].

> corelist -a File::Basename

File::Basename  was first released with perl 5
  5          undef
  5.001      undef
  5.002      undef
  5.00307    2.4
  5.004      2.5
  5.00405    2.6
  5.005      2.6
  5.00503    2.6
  5.00504    2.6
  5.006      2.6
  5.006001   2.6
  5.006002   2.6
  5.007003   2.71
  5.008      2.71
  5.008001   2.72
  5.008002   2.72
  5.008003   2.72
  5.008004   2.72
  5.008005   2.73
  5.008006   2.73
  5.008007   2.73
  5.008008   2.74
  5.009      2.72
  5.009001   2.72
  5.009002   2.73
  5.009003   2.74

-xdg

Code written by xdg and posted on PerlMonks is [http://creativecommons.org/licenses/publicdomain|public domain]. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.

Re^2: Checking if module was released with 5.6
created: 2006-04-03 16:41:15
thanks, It looks like the Web Server should have that module because it should have been in the standard release of 5.6

perlmonks.org content © perlmonks.org and Anonymous Monk, ikegami, rjsaulakh, xdg

prlmnks.org © 2006 edmund von der burg (eccles & toad)

v 0.03