Home
last modified time | relevance | path

Searched refs:cpan (Results 1 – 25 of 95) sorted by relevance

1234

/mirbsd/src/gnu/usr.bin/perl/lib/I18N/LangTags/
DChangeLog4 2004-10-06 Sean M. Burke sburke@cpan.org
19 2004-07-01 Sean M. Burke sburke@cpan.org
29 2004-06-20 Sean M. Burke sburke@cpan.org
38 2004-06-17 Sean M. Burke sburke@cpan.org
56 2004-03-30 Sean M. Burke sburke@cpan.org
71 2003-10-10 Sean M. Burke sburke@cpan.org
83 2003-07-20 Sean M. Burke sburke@cpan.org
92 2002-02-02 Sean M. Burke sburke@cpan.org
98 2001-06-21 Sean M. Burke sburke@cpan.org
103 2001-06-20 Sean M. Burke sburke@cpan.org
[all …]
DREADME57 I18N::LangTags should just be sent to me at sburke@cpan.org
69 Copyright 1998+, Sean M. Burke <sburke@cpan.org>, all rights
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlmodlib.pod1509 CPAN can be found at http://www.cpan.org/
1641 http://cpan.linuxforum.net/
1642 http://cpan.shellhung.org/
1648 http://mirrors.tf.itb.ac.id/cpan/
1649 http://cpan.cbn.net.id/
1655 http://cpan.lerner.co.il/
1665 http://ftp.cpan.jp/
1666 ftp://ftp.cpan.jp/CPAN/
1672 http://cpan.MyBSD.org.my
1678 http://cpan.tomsk.ru
[all …]
Dperlmodinstall.pod10 as a Perl developer at http://www.cpan.org/modules/04pause.html
13 http://www.cpan.org/ , and searched at http://search.cpan.org/ .
71 ( http://www.cpan.org/modules/by-module/CPAN )
143 http://search.cpan.org/dist/dmake/
172 First, make sure you have the latest B<cpan-mac> distribution (
173 http://www.cpan.org/authors/id/CNANDOR/ ), which has utilities for
174 doing all of the steps. Read the cpan-mac directions carefully and
175 install it. If you choose not to use cpan-mac for some reason, there
178 After installing cpan-mac, drop the module archive on the
213 If you are using cpan-mac, just drop the folder on the
[all …]
Dperlfaq2.pod15 can find this at http://www.cpan.org/src/latest.tar.gz , which
24 Apple systems, can be found http://www.cpan.org/ports/ directory.
43 http://www.cpan.org/ports/
47 port in http://www.cpan.org/ports/#msdos , which comes with clear
99 http://www.cpan.org/ and there is the CPAN Multiplexer at
100 http://www.cpan.org/CPAN.html which will choose a mirror near you
102 end) for how this process works. Also, http://mirror.cpan.org/
103 has a nice interface to the http://www.cpan.org/MIRRORED.BY
106 See the CPAN FAQ at http://www.cpan.org/misc/cpan-faq.html for
129 See http://www.cpan.org/modules/00modlist.long.html or
[all …]
Dperlcheat.pod28 -> + . search.cpan.org
29 ++ -- == != eq ne cpan.org
87 Juerd Waalboer <juerd@cpan.org>, with the help of many Perl Monks.
Dperlnewmod.pod88 through the L<http://search.cpan.org> and make sure you're not the one
132 --author="Your Name" --email=yourname@cpan.org
270 Simon Cozens, C<simon@cpan.org>
272 Updated by Kirrily "Skud" Robert, C<skud@cpan.org>
279 http://www.cpan.org/ , Ken Williams' tutorial on building your own
/mirbsd/src/gnu/usr.bin/perl/lib/Test/Simple/
DChanges8 [rt.cpan.org 14746]
15 [rt.cpan.org 14675]
22 no_diag internals to use that. [rt.cpan.org 8655]
28 functions together. [rt.cpan.org 8388]
29 * Added a BAIL_OUT() function to Test::More [rt.cpan.org 8381]
33 [rt.cpan.org 12490]
35 0.59_01. [rt.cpan.org 13506]
39 operator is numeric. [rt.cpan.org 13156]
41 arguments are undefined. [rt.cpan.org 13155]
45 supressed. [rt.cpan.org 13155]
[all …]
DTODO1 See https://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Simple plus here's
/mirbsd/src/gnu/usr.bin/perl/lib/Locale/Maketext/
DChangeLog4 2004-03-30 Sean M. Burke sburke@cpan.org
14 2004-01-19 Sean M. Burke sburke@cpan.org
25 2004-01-11 Sean M. Burke sburke@cpan.org
45 2003-06-21 Sean M. Burke sburke@cpan.org
50 2003-04-18 Sean M. Burke sburke@cpan.org
61 2003-04-02 Sean M. Burke sburke@cpan.org
73 2001-06-21 Sean M. Burke sburke@cpan.org
77 2001-06-20 Sean M. Burke sburke@cpan.org
82 2001-05-25 Sean M. Burke sburke@cpan.org
86 2000-05-14 Sean M. Burke sburke@cpan.org
DREADME48 Worms should be sent to me at sburke@cpan.org
60 Copyright 1999-2004, Sean M. Burke <sburke@cpan.org>, all rights
67 Sean M. Burke <sburke@cpan.org>
/mirbsd/src/gnu/usr.bin/perl/utils/
Dcpan.PL36 my $cpan = File::Spec->catfile(File::Spec->catdir(File::Spec->updir, "lib", "CPAN", "bin"), "cpan");
38 if (open(CPAN, $cpan)) {
42 die "$0: cannot find '$cpan'\n";
DMakefile8 pl = c2ph.PL cpan.PL h2ph.PL h2xs.PL instmodsh.PL perlbug.PL perldoc.PL perlivp.PL pl2pm.PL prove.P…
9 plextract = c2ph cpan h2ph h2xs instmodsh perlbug perldoc perlivp pl2pm prove splain perlcc dprofpp…
10 plextractexe = ./c2ph ./cpan ./h2ph ./h2xs ./instmodsh ./perlbug ./perldoc ./perlivp ./pl2pm ./prov…
32 cpan: cpan.PL ../config.sh target
/mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/
DREADME13 http://search.cpan.org/dist/dmake/ dmake
20 http://search.cpan.org/author/NI-S/Make-1.00/ pmake
45 (See http://rt.cpan.org for a full list of open problems.)
56 Please report any bugs via http://rt.cpan.org or to makemaker@perl.org.
/mirbsd/src/gnu/usr.bin/perl/ext/Sys/Syslog/
DREADME42 http://testers.cpan.org/show/Sys-Syslog.html
55 http://search.cpan.org/dist/Sys-Syslog
58 http://rt.cpan.org/NoAuth/Bugs.html?Dist=Sys-Syslog
/mirbsd/src/gnu/usr.bin/perl/lib/Class/ISA/
DChangeLog4 2004-12-29 Sean M. Burke sburke@cpan.org
9 2000-05-13 Sean M. Burke sburke@cpan.org
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/
DREADME55 http://search.cpan.org/~mhx/Devel-PPPort/
64 http://rt.cpan.org/
DChanges13 * fix cpan #11327: make fails with syntax error
114 looks ugly on search.cpan.org
160 using search.cpan.org
/mirbsd/src/gnu/usr.bin/perl/lib/Digest/
DChanges30 <shelor@cpan.org>.
96 Doc tweaks to unconfuse search.cpan.org.
/mirbsd/src/gnu/usr.bin/perl/
DREADME.cn64 �����Ҫ��������ı���, ���Դ� CPAN (L<http://www.cpan.org/>) ����
94 =item L<http://www.cpan.org/>
Dutils.lst9 utils/cpan
DAUTHORS44 Allen Smith <allens@cpan.org>
45 Alain Barbet <alian@cpan.org>
103 Brent Dax <brentdax@cpan.org>
140 Chris Ball <chris@cpan.org>
233 Douglas Wilson <dougw@cpan.org>
340 Ivan Tubert-Brohman <itub@cpan.org>
388 Jim Cromie <jcromie@cpan.org>
446 Juerd Waalboer <juerd@cpan.org>
452 J�rg Walter <jwalt@cpan.org>
657 Philip Newton <pne@cpan.org>
[all …]
DREADME.tw61 �p�G�ݭn��h������s�X, �i�H�q CPAN (L<http://www.cpan.org/>) �U��
94 =item L<http://www.cpan.org/>
/mirbsd/src/gnu/usr.bin/perl/ext/Encode/
DAUTHORS45 Philip Newton <pne@cpan.org>
49 SADAHIRO Tomoyuki <SADAHIRO@cpan.org>
/mirbsd/src/gnu/usr.bin/perl/ext/Time/HiRes/
DChanges25 - [rt.cpan.org #16486] printf missing value in HiRes.t
43 [rt.cpan.org #15552] to avoid undefined usleep() on Win32
114 - [cpan #14608] Solaris 8 perl 5.005_03 File::Spec module does not have method rel2abs
116 - [cpan #14642] U2time wrongly exported on the C API
117 (patch supplied by the reporter, SALVA@cpan.org)
176 - fix the 'hierachy' typo in Makefile.PL [rt.cpan.org #8492]
177 - should now build in Solaris [rt.cpan.org #7165] (since 1.64)
178 - should now build in Cygwin [rt.cpan.org #7535] (since 1.64)
179 - close also [rt.cpan.org #5933] "Time::HiRes::time does not
235 bug reported in [cpan #7165]
[all …]

1234