Linux cpanel2.daytoncreative.net 2.6.32-754.29.2.el6.x86_64 #1 SMP Tue May 12 17:39:04 UTC 2020 x86_64
Apache/2.4.43 (cPanel) OpenSSL/1.1.1g mod_bwlimited/1.4
Server IP : 70.62.220.67 & Your IP : 216.73.216.193
Domains :
Cant Read [ /etc/named.conf ]
User : michaelgreg
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
log /
perl-5.20.2 /
dist /
Module-CoreList /
Delete
Unzip
Name
Size
Permission
Date
Action
blib
[ DIR ]
drwxr-xr-x
2016-10-10 17:37
lib
[ DIR ]
drwxr-xr-x
2015-02-14 16:56
t
[ DIR ]
drwxr-xr-x
2015-02-14 16:56
Changes
11.82
KB
-r--r--r--
2015-02-14 16:25
MANIFEST
347
B
-r--r--r--
2014-12-27 11:48
Makefile
24.42
KB
-rw-r--r--
2016-10-10 17:37
Makefile.PL
1.38
KB
-r--r--r--
2014-12-27 11:48
README
1.05
KB
-r--r--r--
2014-12-27 11:48
corelist
12.4
KB
-r--r--r--
2014-12-27 11:48
identify-dependencies
666
B
-r--r--r--
2014-12-27 11:48
pm_to_blib
0
B
-rw-r--r--
2016-10-10 17:37
Save
Rename
README for Module::CoreList 2.20 =head1 NAME Module::CoreList - what modules shipped with versions of perl =head1 SYNOPSIS use Module::CoreList; print $Module::CoreList::version{5.00503}{CPAN}; # prints 1.48 print Module::CoreList->first_release('File::Spec'); # prints 5.00503 print Module::CoreList->first_release('File::Spec', 0.82); # prints 5.006001 print join ", ", @{ $Module::CoreList::families{5.005} }; # prints "5.005, 5.00503, 5.00504" =head1 DEPENDENCIES This module has external dependencies on the following modules: Test::More =head1 INSTALLATION perl Makefile.PL make make test and if all goes well make install =head1 HISTORY See the F<Changes> file. =head1 AUTHOR Richard Clamp E<lt>richardc@unixbeard.netE<gt> Currently maintained by the perl 5 porters E<lt>perl5-porters@perl.orgE<gt>. =head1 COPYRIGHT Copyright (C) 2002-2009 Richard Clamp. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =head1 SEE ALSO L<Module::Info>, L<perl>