X7ROOT File Manager
Current Path:
/usr/local/share/perl5/CPAN
usr
/
local
/
share
/
perl5
/
CPAN
/
ðŸ“
..
ðŸ“
API
📄
Admin.pm
(7.61 KB)
📄
Author.pm
(6.68 KB)
📄
Bundle.pm
(9.91 KB)
📄
CacheMgr.pm
(7.48 KB)
📄
Complete.pm
(5.88 KB)
📄
Debug.pm
(2.05 KB)
📄
DeferredCode.pm
(189 B)
📄
Distribution.pm
(178.96 KB)
📄
Distroprefs.pm
(11.71 KB)
📄
Distrostatus.pm
(972 B)
ðŸ“
Exception
ðŸ“
FTP
📄
FTP.pm
(48.68 KB)
📄
FirstTime.pm
(73.02 KB)
ðŸ“
HTTP
📄
HandleConfig.pm
(23.62 KB)
📄
Index.pm
(21.71 KB)
📄
InfoObj.pm
(6.75 KB)
ðŸ“
Kwalify
📄
Kwalify.pm
(3.35 KB)
ðŸ“
LWP
ðŸ“
Meta
📄
Mirrors.pm
(17.82 KB)
📄
Module.pm
(21.87 KB)
📄
Nox.pm
(953 B)
ðŸ“
Plugin
📄
Plugin.pm
(3.14 KB)
📄
Prompt.pm
(567 B)
📄
Queue.pm
(6.96 KB)
📄
Shell.pm
(71.96 KB)
📄
Tarzip.pm
(16.25 KB)
📄
URL.pm
(588 B)
📄
Version.pm
(4.29 KB)
Editing: Nox.pm
package CPAN::Nox; use strict; use vars qw($VERSION @EXPORT); BEGIN{ $CPAN::Suppress_readline=1 unless defined $CPAN::term; } use Exporter (); @CPAN::ISA = ('Exporter'); use CPAN; $VERSION = "5.5001"; $CPAN::META->has_inst('Digest::MD5','no'); $CPAN::META->has_inst('LWP','no'); $CPAN::META->has_inst('Compress::Zlib','no'); @EXPORT = @CPAN::EXPORT; *AUTOLOAD = \&CPAN::AUTOLOAD; 1; __END__ =head1 NAME CPAN::Nox - Wrapper around CPAN.pm without using any XS module =head1 SYNOPSIS Interactive mode: perl -MCPAN::Nox -e shell; =head1 DESCRIPTION This package has the same functionality as CPAN.pm, but tries to prevent the usage of compiled extensions during its own execution. Its primary purpose is a rescue in case you upgraded perl and broke binary compatibility somehow. =head1 LICENSE This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =head1 SEE ALSO L<CPAN> =cut
Upload File
Create Folder