/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/t/ |
H A D | loadme.t | 7 use CPAN; 8 use CPAN::FirstTime;
|
H A D | Nox.t | 6 # use this first to $CPAN::term can be undefined 7 use_ok( 'CPAN' ); 8 $CPAN::Suppress_readline = $CPAN::Suppress_readline; # silence 9 $CPAN::META = $CPAN::META; # silence 10 $CPAN::term = $CPAN::term; # silence 11 undef $CPAN::term; 14 use_ok( 'CPAN [all...] |
H A D | mirroredby.t | 14 use_ok( 'CPAN::FirstTime' ); 15 can_ok( 'CPAN::Mirrored::By', 'new', 'continent', 'country', 'url' ); 16 my $cmb = CPAN::Mirrored::By->new(); 17 isa_ok( $cmb, 'CPAN::Mirrored::By' );
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/ |
H A D | Nox.pm | 1 package CPAN::Nox; 6 $CPAN::Suppress_readline=1 unless defined $CPAN::term; 10 use CPAN; 13 $CPAN::META->has_inst('Digest::MD5','no'); 14 $CPAN::META->has_inst('LWP','no'); 15 $CPAN::META->has_inst('Compress::Zlib','no'); 16 @EXPORT = @CPAN::EXPORT; 18 *AUTOLOAD = \&CPAN::AUTOLOAD; 26 CPAN [all...] |
H A D | FirstTime.pm | 2 package CPAN::Mirrored::By; 12 package CPAN::FirstTime; 25 CPAN::FirstTime - Utility for CPAN::Config file Initialization 29 CPAN::FirstTime::init() 33 The init routine asks a few questions and writes a CPAN::Config 42 unless ($CPAN::VERSION) { 43 require CPAN::Nox; 45 eval {require CPAN::Config;}; 46 $CPAN [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | CPAN.pm | 2 package CPAN; package 5 # $Id: CPAN.pm,v 1.412 2003/07/31 14:53:04 k Exp $ 34 %CPAN::DEBUG = qw[ 35 CPAN 1 53 $CPAN::DEBUG ||= 0; 54 $CPAN::Signal ||= 0; 55 $CPAN::Frontend ||= "CPAN::Shell"; 56 $CPAN::Defaultsite ||= "ftp://ftp.perl.org/pub/CPAN"; 58 package CPAN; package 472 package CPAN; package 772 CPAN: MD5 security checks disabled because Digest::MD5 not installed. label 5990 package CPAN; package [all...] |
H A D | FindBin.pm | 50 on CPAN. To make sure that C<FindBin> will work is to call the C<again>
|
H A D | DBM_Filter.pm | 276 available on CPAN, supports the DBM Filter hooks. See L<perldbmfilter>
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/ |
H A D | cpan.PL | 36 my $cpan = File::Spec->catfile(File::Spec->catdir(File::Spec->updir, "lib", "CPAN", "bin"), "cpan"); 38 if (open(CPAN, $cpan)) { 39 print OUT <CPAN>; 40 close CPAN;
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/bin/ |
H A D | cpan | 7 cpan - easily interact with CPAN from the command line 17 # without arguments, starts CPAN shell 25 This script provides a command interface (not a shell) to CPAN.pm. 38 Creates the CPAN.pm autobundle with CPAN::Shell->autobundle. 46 Recompiles dynamically loaded modules with CPAN::Shell->recompile. 50 Print the script version and CPAN.pm version. 98 * add options for other CPAN::Shell functions 108 comes directly from CPAN.pm. 116 use CPAN (); [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/ |
H A D | 1_compile.t | 73 CPAN::FirstTime
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/ |
H A D | IO.pm | 53 as well if they have been installed from CPAN. You can discover which
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/CN/ |
H A D | CN.pm | 56 separately on CPAN, under the name L<Encode::HanExtra>. That module
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/TW/ |
H A D | TW.pm | 52 on CPAN, under the name L<Encode::HanExtra>. That module also contains
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/ |
H A D | via.pm | 27 5.8.0, and more example modules are available from CPAN, such as 48 PerlIO::via:: namespace, so that they can easily be located on CPAN and use 189 Check the PerlIO::via:: namespace on CPAN for examples of PerlIO layers
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/ |
H A D | Open2.pm | 77 The IO::Pty and Expect modules from CPAN can help with this, as they
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
H A D | Handle.pm | 111 the Tie::Handle (3.0) module available on CPAN. It was due to an
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Sys/Syslog/ |
H A D | Syslog.pm | 137 # users (cf. CPAN-RT #34753). So, in order to make everybody 367 # See CPAN-RT#24431. Opened on Apple Radar as bug #4944407 on 2007.01.21 1463 Extracted from core distribution for publishing on the CPAN by 1495 =item * AnnoCPAN: Annotated CPAN documentation 1499 =item * CPAN Ratings 1503 =item * RT: CPAN's request tracker 1507 =item * Search CPAN 1511 =item * Kobes' CPAN Search
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/ |
H A D | PPPort.pm | 35 on CPAN), copy it into your project, adjust your project to use it, 216 * on CPAN before sending a bug report. 235 * module from CPAN.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/ |
H A D | Simple.pm | 39 suitable for CPAN modules and other pursuits. If you wish to do more
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/ |
H A D | DynaLoader_pm.PL | 549 is available from CPAN sites which performs that function for some 552 from your local CPAN site.
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Find.pm | 78 is found, e.g. F<CPAN.pm> in different directories. This usually
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/ |
H A D | ReadLine.pm | 23 available on CPAN near you. The real target of this stub package is to
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | Ping.pm | 1679 The latest Net::Ping release can be found at CPAN: 1681 $CPAN/modules/by-module/Net/
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/ |
H A D | Call.pm | 487 http://www.csse.monash.edu.au/~damian/CPAN/Filter-Simple.tar.gz
|