X7ROOT File Manager
Current Path:
/usr/share/perl5/vendor_perl/CPAN
usr
/
share
/
perl5
/
vendor_perl
/
CPAN
/
??
..
??
API
??
Admin.pm
(7.6 KB)
??
Author.pm
(6.68 KB)
??
Bundle.pm
(9.6 KB)
??
CacheMgr.pm
(7.48 KB)
??
Complete.pm
(5.88 KB)
??
Debug.pm
(2.05 KB)
??
DeferredCode.pm
(189 B)
??
Distribution.pm
(159.97 KB)
??
Distroprefs.pm
(11.71 KB)
??
Distrostatus.pm
(972 B)
??
Exception
??
FTP
??
FTP.pm
(41.63 KB)
??
FirstTime.pm
(70.29 KB)
??
HTTP
??
HandleConfig.pm
(22.75 KB)
??
Index.pm
(21.7 KB)
??
InfoObj.pm
(6.75 KB)
??
Kwalify
??
Kwalify.pm
(3.35 KB)
??
LWP
??
Meta
??
Meta.pm
(29.56 KB)
??
Mirrors.pm
(16.3 KB)
??
Module.pm
(21.87 KB)
??
Nox.pm
(953 B)
??
Plugin
??
Plugin.pm
(3.14 KB)
??
Prompt.pm
(567 B)
??
Queue.pm
(6.78 KB)
??
Shell.pm
(71.88 KB)
??
Tarzip.pm
(16.32 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