Sei sulla pagina 1di 676

Beginning of configuration questions for perl5.

Checking echo to see how to suppress newlines...


...using -n.
The star should be here-->*
First let's make sure your kit is complete. Checking...
Looks good...

This installation shell script will examine your system and ask you questions
to determine how the perl5 package should be installed. If you get
stuck on a question, you may use a ! shell escape to start a subshell or
execute a command. Many of the questions will have default answers in square
brackets; typing carriage return will give you the default.
On some of the questions which ask for file or directory names you are allowed
to use the ~name construct to specify the login directory belonging to "name",
even if you don't have a shell which knows about that. Questions where this is
allowed will be marked "(~name ok)".
[Type carriage return to continue]
The prompter used in this script allows you to use shell variables and
backticks in your answers. You may use $1, $2, etc... to refer to the words
in the default answer, as if the default line was a set of arguments given to a
script shell. This means you may also use $* to repeat the whole default line,
so you do not have to re-type everything to add something to the default.
Everytime there is a substitution, you will have to confirm. If there is an
error (e.g. an unmatched backtick), the default answer will remain unchanged
and you will be prompted again.
If you are in a hurry, you may run 'Configure -d'. This will bypass nearly all
the questions and use the computed defaults (or the previous answers if there
was already a config.sh file). Type 'Configure -h' for a list of options.
You may also start interactively and then answer '& -d' at any prompt to turn
on the non-interactive behaviour for the remainder of the execution.
[Type carriage return to continue]
Much effort has been expended to ensure that this shell script will run on any
Unix system. If despite that it blows up on yours, your best bet is to edit
Configure and run it again. If you can't run Configure for some reason,
you'll have to generate a config.sh file by hand. Whatever problems you
have, let me (perlbug@perl.org) know how I blew it.
This installation script affects things in two ways:
1) it may do direct variable substitutions on some of the files included
in this kit.
2) it builds a config.h file for inclusion in C programs. You may edit
any of these files as the need arises after running this script.
If you make a mistake on a question, there is no easy way to back up to it
currently. The easiest thing to do is to edit config.sh and rerun all the SH
files. Configure will offer to let you do this before it runs the SH files.
[Type carriage return to continue]
Locating common programs...
awk is in /bin/awk.
cat is in /bin/cat.
chmod is in /bin/chmod.
comm is in /usr/bin/comm.
cp is in /bin/cp.
echo is in /bin/echo.
expr is in /usr/bin/expr.
grep is in /bin/grep.
ls is in /bin/ls.
mkdir is in /bin/mkdir.
rm is in /bin/rm.
sed is in /bin/sed.
sort is in /bin/sort.
touch is in /bin/touch.
tr is in /usr/bin/tr.
uniq is in /usr/bin/uniq.
Don't worry if any of the following aren't found...
ar is in /usr/bin/ar.
bison is in /usr/bin/bison.
byacc is in /usr/bin/byacc.
cpp is in /usr/bin/cpp.
csh is in /bin/csh.
date is in /bin/date.
egrep is in /bin/egrep.
gmake is in /usr/bin/gmake.
gzip is in /bin/gzip.
less is in /usr/bin/less.
ln is in /bin/ln.
make is in /usr/bin/make.
more is in /bin/more.
nm is in /usr/bin/nm.
nroff is in /usr/bin/nroff.
I don't see pg out there, offhand.
test is in /usr/bin/test.
uname is in /bin/uname.
zip is in /usr/bin/zip.
Substituting less -R for less.
Using the test built into your sh.
Checking compatibility between /bin/echo and builtin echo (if any)...
They are compatible. In fact, they may be identical.
The following message is sponsored by
Dresden.pm<--The stars should be here.
Dear Perl user, system administrator or package
maintainer, the Perl community sends greetings to
you. Do you (emblematical) greet back [Y/n]? n

Symbolic links are supported.


Checking how to test for symbolic links...
You can test for symbolic links with 'test -h'.

Good, your tr supports [:lower:] and [:upper:] to convert case.


Using [:upper:] and [:lower:] to convert case.
First time through, eh? I have some defaults handy for some systems
that need some extra help getting the Configure answers right:
3b1 dos_djgpp irix_6_0 openbsd sunos_4_1
aix_3 dragonfly irix_6_1 opus super-ux
aix_4 dynixptx irix_6 os2 svr4
aix dynix isc_2 os390 svr5
altos486 epix isc os400 ti1500
amigaos esix4 linux posix-bc titanos
apollo fps lynxos powerux ultrix_4
atheos freebsd midnightbsd qnx umips
aux_3 genix mips rhapsody unicosmk
beos gnukfreebsd mirbsd riscos unicos
bsdos gnuknetbsd mpc sco_2_3_0 unisysdynix
catamount gnu mpeix sco_2_3_1 utekv
convexos greenhills ncr_tower sco_2_3_2 uts
cxux haiku netbsd sco_2_3_3 uwin
cygwin hpux newsos4 sco_2_3_4 vmesa
darwin i386 next_3_0 sco vos
dcosx interix next_3 solaris_2
dec_osf irix_4 next_4 stellar
dgux irix_5 nonstopux sunos_4_0
You may give one or more space-separated answers, or "none" if appropriate.
If you have a handcrafted Policy.sh file or a Policy.sh file generated by a
previous run of Configure, you may specify it as well as or instead of
OS-specific hints. If hints are provided for your OS, you should use them:
although Perl can probably be built without hints on many platforms, using
hints often improve performance and may enable features that Configure can't
set up on its own. If there are no hints that match your OS, specify "none";
DO NOT give a wrong version or a wrong OS.
Which of these apply, if any? [linux]
You appear to have ELF support. I'll try to use it for dynamic loading.
If dynamic loading doesn't work, read hints/linux.sh for further information.
You appear to have a working bash. Good.
Your csh is really tcsh. Good.
nm: /usr/lib/libdb.so: no symbols
nm: /usr/lib64/libdb.so: no symbols
Configure uses the operating system name and version to set some defaults.
The default value is probably right if the name rings a bell. Otherwise,
since spelling matters for me, either accept the default or answer "none"
to leave it blank.
Operating system name? [linux]
Operating system version? [2.6.18-128.el5]
By default, perl5 will be installed in /home/dave/perl5/perlbrew/perls/perl-5.12
.2/bin, manual pages
under /home/dave/perl5/perlbrew/perls/perl-5.12.2/man, etc..., i.e. with /home/d
ave/perl5/perlbrew/perls/perl-5.12.2 as prefix for all
installation directories. Typically this is something like /usr/local.
If you wish to have binaries under /usr/bin but other parts of the
installation under /usr/local, that's ok: you will be prompted
separately for each of the installation directories, the prefix being
only used to set the defaults.
Installation prefix to use? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2]
Directory /home/dave/perl5/perlbrew/perls/perl-5.12.2 doesn't exist. Use that n
ame anyway?
[y]
AFS does not seem to be running...
In some special cases, particularly when building perl5 for distribution,
it is convenient to distinguish the directory in which files should be
installed from the directory (/home/dave/perl5/perlbrew/perls/perl-5.12.2) in wh
ich they will
eventually reside. For most users, these two directories are the same.
What installation prefix should I use for installing files? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2]
Directory /home/dave/perl5/perlbrew/perls/perl-5.12.2 doesn't exist. Use that n
ame anyway?
[y]
Perl can be built to use the SOCKS proxy protocol library. To do so,
Configure must be run with -Dusesocks. If you use SOCKS you also need
to use the PerlIO abstraction layer, this will be implicitly selected.
If this doesn't make any sense to you, just accept the default 'n'.
Build Perl for SOCKS? [n]
Previous version of perl5 used the standard IO mechanisms as
defined in <stdio.h>. Versions 5.003_02 and later of perl5 allow
alternate IO mechanisms via the PerlIO abstraction layer, but the
stdio mechanism is still available if needed. The abstraction layer
can use AT&T's sfio (if you already have sfio installed) or regular stdio.
Using PerlIO with sfio may cause problems with some extension modules.
If this doesn't make any sense to you, just accept the default 'y'.
Use the PerlIO abstraction layer? [y]
Getting the current patchlevel...
(You have perl5 version 12 subversion 2.)
Perl can be built to take advantage of threads on some systems.
To do so, Configure can be run with -Dusethreads.
Note that Perl built with threading support runs slightly slower
and uses more memory than plain Perl. The current implementation
is believed to be stable, but it is fairly new, and so should be
treated with caution.
If this doesn't make any sense to you, just accept the default 'n'.
Build a threading Perl? [n]
Your platform has some specific hints regarding threaded builds, using them...
Perl can be built so that multiple Perl interpreters can coexist
within the same Perl executable.
If this doesn't make any sense to you, just accept the default 'n'.
Build Perl for multiplicity? [n]
Use which C compiler? [cc]
Hmm... Looks kind of like a Version 7 system, but we'll see...
Congratulations. You aren't running Eunice.
It's not Xenix...
Nor is it Venix...
Checking for GNU cc in disguise and/or its version number...
You are using GNU cc 4.1.2 20080704 (Red Hat 4.1.2-44).
Hmm... Doesn't look like a MIPS system.
Now, how can we feed standard input to your C preprocessor...
Maybe "cc -E" will work...
Nope...maybe "cc -E -" will work...
Yup, it does.
Some systems have incompatible or broken versions of libraries. Among
the directories listed in the question below, please remove any you
know not to be holding relevant libraries, and add any that are needed.
Say "none" for none.
Directories to use for library searches?
[/usr/local/lib /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64]
On some systems, shared libraries may be available. Answer 'none' if
you want to suppress searching of shared libraries for the remainder
of this configuration.
What is the file extension used for shared libraries? [so]
Perl can be built to take advantage of long doubles which
(if available) may give more accuracy and range for floating point numbers.
If this doesn't make any sense to you, just accept the default 'n'.
Try to use long doubles if available? [n]
Checking for optional libraries...
No -lsfio.
No -lsocket.
No -linet.
Found -lnsl (shared).
No -lnm.
No -lndbm.
Found -lgdbm (shared).
No -ldbm.
Found -ldb (shared).
No -lmalloc.
Found -ldl (shared).
No -ldld.
No -lld.
No -lsun.
Found -lm (shared).
Found -lcrypt (shared).
No -lsec.
Found -lutil (shared).
Found -lc (shared).
No -lcposix.
No -lposix.
No -lucb.
No -lBSD.
No -lgdbm_compat.
In order to compile perl5 on your machine, a number of libraries
are usually needed. Include any other special libraries here as well.
Say "none" for none. The default list is almost always right.
What libraries to use? [-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc]
By default, perl5 compiles with the -O flag to use the optimizer.
Alternately, you might want to use the symbolic debugger, which uses
the -g flag (on traditional Unix systems). Either flag can be
specified here. To use neither flag, specify the word "none".
What optimizer/debugger flag should be used? [-O2]
Checking if your compiler accepts -fno-strict-aliasing
Yes, it does.
Checking if your compiler accepts -pipe
Yes, it does.
Checking if your compiler accepts -fstack-protector
Yes, it does.
Your C compiler may want other flags. For this question you should include
-I/whatever and -DWHATEVER flags and any other flags used by the C compiler,
but you should NOT include libraries or ld flags like -lwhatever. If you
want perl5 to honor its debug switch, you should include -DDEBUGGING here.
Your C compiler might also need additional flags, such as -D_POSIX_SOURCE.
To use no flags, specify the word "none".
Any additional cc flags?
[-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include]
Let me guess what the preprocessor flags are...
They appear to be: -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude
Your C linker may need flags. For this question you should
include -L/whatever and any other flags used by the C linker, but you
should NOT include libraries like -lwhatever.
Make sure you include the appropriate -L/path flags if your C linker
does not normally search all of the directories you specified above,
namely
/usr/local/lib /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64
To use no flags, specify the word "none".
Any additional ld flags (NOT including libraries)?
[ -fstack-protector -L/usr/local/lib]
Checking your choice of C compiler and flags for coherency...
OK, that should do.
Computing filename position in cpp output for #include directives...
Your cpp writes the filename in the third field of the line.
<stdlib.h> found.
Checking to see how big your integers are...
Your integers are 4 bytes long.
Your long integers are 8 bytes long.
Your short integers are 2 bytes long.
Checking to see if you have long long...
You have long long.
Checking to see how big your long longs are...
Your long longs are 8 bytes long.
(That isn't any different from an ordinary long.)
<inttypes.h> found.
Checking to see if you have int64_t...
You have int64_t.

Checking which 64-bit integer type we could use...


We could use 'long' for 64-bit integers.
You have natively 64-bit long integers.
You may also choose to try maximal 64-bitness. It means using as much
64-bitness as possible on the platform. This in turn means even more
binary incompatibilities. On the other hand, your platform may not
have any more 64-bitness available than what you already have chosen.
If this doesn't make any sense to you, just accept the default 'y'.
(The default has been chosen based on your configuration.)
Try to use maximal 64-bit support, if available? [y]
Checking to see how big your double precision numbers are...
Your double is 8 bytes long.
Checking to see if you have long double...
You have long double.
Checking to see how big your long doubles are...
Your long doubles are 16 bytes long.

What is your architecture name [x86_64-linux]


This architecture is naturally 64-bit, not changing architecture name.
Perlio selected.
Pathname where the public executables will reside? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin]
Directory /home/dave/perl5/perlbrew/perls/perl-5.12.2/bin doesn't exist. Use th
at name anyway?
[y]
Would you like to build Perl so that the installation is relocatable, so that
library paths in @INC are determined relative to the path of the perl binary?
This is not advised for system Perl installs, or if you need to run setid
scripts or scripts under taint mode.
If this doesn't make any sense to you, just accept the default 'n'.
Use relocatable @INC? [n]
There are some auxiliary files for perl5 that need to be put into a
private library directory that is accessible by everyone.
Pathname where the private library files will reside? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2]
Perl5 contains architecture-dependent library files. If you are
sharing libraries in a heterogeneous environment, you might store
these files in a separate location. Otherwise, you can just include
them with the rest of the public library files.
Where do you want to put the public architecture-dependent libraries? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux]
Some kernels have a bug that prevents setuid #! scripts from being
secure. Some sites have disabled setuid #! scripts because of this.
First let's decide if your kernel supports secure setuid #! scripts.
(If setuid #! scripts would be secure but have been disabled anyway,
don't say that they are secure if asked.)
If you are not sure if they are secure, I can check but I'll need a
username and password different from the one you are using right now.
If you don't have such a username or don't want me to test, simply
enter 'none'.
Other username to test security of setuid scripts with? [none]
Well, the recommended value is *not* secure.
Does your kernel have *secure* setuid scripts? [n]
Looking for a previously installed perl5.005 or later...
Using /usr/bin/perl.
After perl5 is installed, you may wish to install various
add-on modules and utilities. Typically, these add-ons will
be installed under /home/dave/perl5/perlbrew/perls/perl-5.12.2 with the rest
of this package. However, you may wish to install such add-ons
elsewhere under a different prefix.
If you do not wish to put everything under a single prefix, that's
ok. You will be prompted for the individual locations; this siteprefix
is only used to suggest the defaults.
The default should be fine for most people.
Installation prefix to use for add-on modules and utilities? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2]
The installation process will create a directory for
site-specific extensions and modules. Most users find it convenient
to place all site-specific files in this directory rather than in the
main distribution directory.
Pathname for the site-specific library files? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/site_perl/5.12.2]
In order to ease the process of upgrading, this version of perl
can be configured to use modules built and installed with earlier
versions of perl that were installed under /home/dave/perl5/perlbrew/perls/perl-
5.12.2. Specify here
the list of earlier versions that this version of perl should check.
If Configure detected no earlier versions of perl installed under
/home/dave/perl5/perlbrew/perls/perl-5.12.2, then the list will be empty. Answe
r 'none' to tell perl
to not search earlier versions.
The default should almost always be sensible, so if you're not sure,
just accept the default.
List of earlier versions to include in @INC? [none]
<malloc/malloc.h> NOT found.
<malloc.h> found.
Checking to see how well your C compiler groks the void type...
Good. It appears to support void to the level perl5 wants.
Checking to see how big your pointers are...
Your pointers are 8 bytes long.

Do you wish to wrap malloc calls to protect against potential overflows? [y]
Do you wish to attempt to use the malloc that comes with perl5? [n]
Your system wants malloc to return 'void *', it would seem.
Your system uses void free(), it would seem.
The installation process will also create a directory for
architecture-dependent site-specific extensions and modules.
Pathname for the site-specific architecture-dependent library files? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/site_perl/5.12.2/x86_64-linux]

The installation process will also create a directory for


vendor-supplied add-ons. Vendors who supply perl with their system
may find it convenient to place all vendor-supplied files in this
directory rather than in the main distribution directory. This will
ease upgrades between binary-compatible maintenance versions of perl.
Of course you may also use these directories in whatever way you see
fit. For example, you might use them to access modules shared over a
company-wide network.
The default answer should be fine for most people.
This causes further questions about vendor add-ons to be skipped
and no vendor-specific directories will be configured for perl.
Do you want to configure vendor-specific add-on directories? [n]
Lastly, you can have perl look in other directories for extensions and
modules in addition to those already specified.
These directories will be searched after
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/site_perl/5.12.2/x86_64-
linux
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/site_perl/5.12.2
Enter a colon-separated set of extra paths to include in perl's @INC
search path, or enter 'none' for no extra paths.
Colon-separated list of additional directories for perl to search? [none]
Checking out function prototypes...
Your C compiler appears to support function prototypes.
Perl can be built to support DTrace on platforms that support it.
DTrace is a diagnosis and performance analysis tool from Sun.
If this doesn't make any sense to you, just accept the default 'none'.
Support DTrace if available? [n]
Perl can be built with extra modules or bundles of modules which
will be fetched from the CPAN and installed alongside Perl.
Notice that you will need access to the CPAN; either via the Internet,
or a local copy, for example a CD-ROM or a local CPAN mirror. (You will
be asked later to configure the CPAN.pm module which will in turn do
the installation of the rest of the extra modules or bundles.)
Notice also that if the modules require any external software such as
libraries and headers (the libz library and the zlib.h header for the
Compress::Zlib module, for example) you MUST have any such software
already installed, this configuration process will NOT install such
things for you.
If this doesn't make any sense to you, just accept the default 'n'.
Install any extra modules (y or n)? [n]

If you wish to install html files for programs in Perl5, indicate


the appropriate directory here. To skip installing html files,
answer "none".
Directory for the main Perl5 html pages? (~name ok) [none]
If you wish to install html files for modules associated with Perl5,
indicate the appropriate directory here. To skip installing html files,
answer "none".
Directory for the Perl5 module html pages? (~name ok) [none]
Many scripts expect perl to be installed as /usr/bin/perl.
If you want to, I can install the perl you are about to compile
as /usr/bin/perl (in addition to /home/dave/perl5/perlbrew/perls/perl-5.12.2/bin
/perl).
However, please note that because you already have a /usr/bin/perl,
overwriting that with a new Perl would very probably cause problems.
Therefore I'm assuming you don't want to do that (unless you insist).
Do you want to install perl as /usr/bin/perl? [n]
Checking for GNU C Library...
You are using the GNU C Library version 2.5
nm probably won't work on the GNU C Library.
I can use /usr/bin/nm to extract the symbols from your C libraries. This
is a time consuming task which may generate huge output on the disk (up
to 3 megabytes) but that should make the symbols extraction faster. The
alternative is to skip the 'nm' extraction part and to compile a small
test program instead to determine whether each symbol is present. If
you have a fast C compiler and/or if your 'nm' output cannot be parsed,
this may be the best solution.
You probably shouldn't let me use 'nm' if you are using the GNU C Library.
Shall I use /usr/bin/nm to extract C symbols from the libraries? [n]
<dld.h> NOT found.
Checking for C++...
You are not using a C++ compiler.
dlopen() found.
<unistd.h> found.
Do you wish to use dynamic loading? [y]
The following dynamic loading files are available:
ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_mpeix.xs
ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_next.xs
ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_none.xs
ext/DynaLoader/dl_dllload.xs ext/DynaLoader/dl_symbian.xs
ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_vmesa.xs
ext/DynaLoader/dl_dyld.xs ext/DynaLoader/dl_vms.xs
ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_win32.xs
ext/DynaLoader/dl_mac.xs
Source file to use for dynamic loading [ext/DynaLoader/dl_dlopen.xs]
Some systems may require passing special flags to cc -c to
compile modules that will be used to create a shared library.
To use no flags, say "none".
Any special flags to pass to cc -c to compile shared library modules?
[-fPIC]
Some systems use ld to create libraries that can be dynamically loaded,
while other systems (such as those using ELF) use cc.
You appear to have ELF support. I'll use cc to build dynamic libraries.
What command should be used to create dynamic libraries? [cc]
Some systems may require passing special flags to cc to create a
library that can be dynamically loaded. If your ld flags include
-L/other/path options to locate libraries outside your loader's normal
search path, you may need to specify those -L options here as well. To
use no flags, say "none".
Any special flags to pass to cc to create a dynamically loaded library?
[-shared -O2 -L/usr/local/lib -fstack-protector]
Some systems may require passing special flags to cc to indicate that
the resulting executable will use dynamic linking. To use no flags,
say "none".
Any special flags to pass to cc to use dynamic linking? [-Wl,-E]
The perl executable is normally obtained by linking perlmain.c with
libperl.a, any static extensions (usually just DynaLoader), and
any other libraries needed on this system (such as -lm, etc.). Since
your system supports dynamic loading, it is probably possible to build
a shared libperl.so. If you will have more than one executable linked
to libperl.so, this will significantly reduce the size of each
executable, but it may have a noticeable effect on performance. The
default is probably sensible for your system.

Build a shared libperl.so (y/n) [n]


System manual is in /usr/share/man/man1.
Perl5 has manual pages available in source form.
If you don't want the manual sources installed, answer 'none'.
Where do the main Perl5 manual pages (source) go? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1]
What suffix should be used for the main Perl5 man pages? [1]
You can have filenames longer than 14 characters.
Perl5 has manual pages for many of the library modules.
If you don't want the manual sources installed, answer 'none'.
Where do the perl5 library man pages (source) go? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3]
What suffix should be used for the perl5 library man pages? [3]
Figuring out host name...
Maybe "hostname" will work...
Your host name appears to be "server.mydomain.ac.uk". Right? [y]
(Normalizing case in your host name)
(Trimming domain name from host name--host name is now server)
What is your domain name? [.mydomain.ac.uk]
(Normalizing case in your domain name)
I need to get your e-mail address in Internet format if possible, i.e.
something like user@host.domain. Please answer accurately since I have
no easy means to double check it. The default value provided below
is most probably close to reality but may not be valid from outside
your organization...
What is your e-mail address? [dave@server.mydomain.ac.uk]
If you or somebody else will be maintaining perl at your site, please
fill in the correct e-mail address here so that they may be contacted
if necessary. Currently, the "perlbug" program included with perl
will send mail to this address in addition to perlbug@perl.org. You may
enter "none" for no administrator.
Perl administrator e-mail address [dave@server.mydomain.ac.uk]
Do you want to install only the version-specific parts of the perl
distribution? Usually you do *not* want to do this.
Do you want to install only the version-specific parts of perl? [n]
I can use the #! construct to start perl on your system. This will
make startup of perl scripts faster, but may cause problems if you
want to share those scripts and perl is not in a standard place
(/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/perl) on all your platforms. Th
e alternative
is to force a shell by starting the script with a single ':' character.
What shall I put after the #! to start up perl ("none" to not use #!)?
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/perl]
WARNING: Some systems limit the #! command to 32 characters.
If you experience difficulty running Perl scripts with #!, try
installing Perl in a directory with a shorter pathname.
I'll use #!/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/perl to start perl sc
ripts.
Some installations have a separate directory just for executable scripts so
that they can mount it across multiple architectures but keep the scripts in
one spot. You might, for example, have a subdirectory of /usr/share for this.
Or you might just lump your scripts in with all your other executables.
Where do you keep publicly executable scripts? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin]
Directory /home/dave/perl5/perlbrew/perls/perl-5.12.2/bin doesn't exist. Use th
at name anyway?
[y]
Pathname where the add-on public executables should be installed? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin]
Directory /home/dave/perl5/perlbrew/perls/perl-5.12.2/bin doesn't exist. Use th
at name anyway?
[y]
Pathname where the site-specific html pages should be installed? (~name ok)
[none]
Pathname where the site-specific library html pages should be installed? (~name
ok)
[none]
Pathname where the site-specific manual pages should be installed? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1]
Pathname where the site-specific library manual pages should be installed? (~nam
e ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3]
Pathname where add-on public executable scripts should be installed? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin]
Perl can be built to use 'fast stdio', which means using the stdio
library but also directly manipulating the stdio buffers to enable
faster I/O. Using stdio is better for backward compatibility (especially
for Perl extensions), but on the other hand since Perl 5.8 the 'perlio'
interface has been preferred instead of stdio.
If this doesn't make any sense to you, just accept the default 'n'.
Use the "fast stdio" if available? [n]
Looking for the type used for lseek's offset on this system.
off_t found.
Checking to see how big your file offsets are...
Your file offsets are 8 bytes long.
Looking for the type for file position used by fsetpos().
fpos_t found.
Checking the size of fpos_t...
Your fpos_t is 16 bytes long.
Perl can be built to understand large files (files larger than 2 gigabytes)
on some systems. To do so, Configure can be run with -Duselargefiles.
If this doesn't make any sense to you, just accept the default 'y'.
Try to understand large files, if available? [y]
Your platform has some specific hints regarding large file builds, using them...
Rechecking to see how big your file offsets are...
Your file offsets are now 8 bytes long.
Rechecking the size of fpos_t... 16 bytes.
Using <string.h> instead of <strings.h>.
qgcvt() found.
Checking how to print long doubles...
We will use %Lf.
Checking for an efficient way to convert floats to strings.
Trying gconvert...
gconvert NOT found.
Trying gcvt...
gcvt() found.
I'll use gcvt to convert floats into a string.
fwalk() NOT found.
access() found.
<sys/file.h> defines the *_OK access constants.
accessx() NOT found.
aintl() NOT found.
alarm() found.
ctime64() NOT found.
localtime64() NOT found.
gmtime64() NOT found.
mktime64() NOT found.
difftime64() NOT found.
asctime64() NOT found.
<pthread.h> found.
<sys/types.h> found.
<sys/select.h> found.
Testing to see if we should include <time.h>, <sys/time.h> or both.
I'm now running the test program......
Succeeded with -DI_TIME -DI_SYSTIME -DS_TIMEVAL
We'll include <time.h>.
We'll include <sys/time.h>.
Checking to see if your struct tm has tm_zone field...
Yes, it does.
Checking to see if your struct tm has tm_gmtoff field...
Yes, it does.
asctime_r() found.
atolf() NOT found.
atoll() found.
Checking whether your compiler can handle __attribute__((format)) ...
Your C compiler supports __attribute__((format)).
Checking whether your compiler allows __printf__ format to be null ...
Your C compiler doesn't allow __printf__ format to be null.

Checking whether your compiler can handle __attribute__((malloc)) ...


Your C compiler supports __attribute__((malloc)).
Checking whether your compiler can handle __attribute__((nonnull(1))) ...
Your C compiler supports __attribute__((nonnull)).
Checking whether your compiler can handle __attribute__((noreturn)) ...
Your C compiler supports __attribute__((noreturn)).
Checking whether your compiler can handle __attribute__((pure)) ...
Your C compiler supports __attribute__((pure)).
Checking whether your compiler can handle __attribute__((unused)) ...
Your C compiler supports __attribute__((unused)).
Checking whether your compiler can handle __attribute__((deprecated)) ...
Your C compiler supports __attribute__((deprecated)).
Checking whether your compiler can handle __attribute__((warn_unused_result)) ..
.
Your C compiler supports __attribute__((warn_unused_result)).

bcmp() found.
bcopy() found.
getpgrp() found.
Checking to see which flavor of getpgrp is in use...
You have to use getpgrp() instead of getpgrp(pid).
setpgrp() found.
Checking to see which flavor of setpgrp is in use...
You have to use setpgrp() instead of setpgrp(pid,pgrp).
Checking whether your compiler can handle __builtin_choose_expr ...
All good!
Your C compiler supports __builtin_choose_expr.
Checking whether your compiler can handle __builtin_expect ...
Your C compiler supports __builtin_expect.
bzero() found.
<stdarg.h> found.
<varargs.h> found.
We'll include <stdarg.h> to get va_dcl definition.
You have <stdarg.h> and <stdlib.h>, so checking for C99 variadic macros.
You have C99 variadic macros.
You have void (*signal())().
Checking whether your C compiler can cast large floats to int32.
Nope, it can't.
Checking whether your C compiler can cast negative float to unsigned.
Yup, it can.
vprintf() found.
Your vsprintf() returns (int).
chown() found.
chroot() found.
chsize() NOT found.
class() NOT found.
clearenv() found.
Hmm... Looks like you have Berkeley networking support.
socketpair() found.
Checking the availability of certain socket constants...
<sys/uio.h> found.

Checking to see if your system supports struct cmsghdr...


Yes, it does.
Checking to see if your C compiler knows about "const"...
Yup, it does.
copysignl() found.

crypt() found.
<crypt.h> found.
crypt_r() found.
ctermid() found.
ctermid_r() NOT found.
ctime_r() found.
cuserid() found.
<limits.h> found.
<float.h> found.
DBL_DIG found.
dbmclose() found.
<dbm.h> NOT found.
<rpcsvc/dbm.h> NOT found.
dbminit() prototype NOT found.

difftime() found.
<dirent.h> found.
Your directory entries are struct dirent.
Your directory entry does not know about the d_namlen field.
Checking to see if DIR has a dd_fd member variable
No, it does not.
<sys/dir.h> found.
<sys/ndir.h> NOT found.
dirfd() found.
dlerror() found.
<dlfcn.h> found.
On a few systems, the dynamically loaded modules that perl generates and uses
will need a different extension than shared libs. The default will probably
be appropriate.
What is the extension of dynamically loaded modules [so]
Checking whether your dlsym() needs a leading underscore ...
dlsym doesn't need a leading underscore.
drand48_r() found.
drand48() prototype found.
dup2() found.
eaccess() found.
endgrent() found.
<grp.h> found.
endgrent_r() NOT found.
endhostent() found.
<netdb.h> found.
endhostent_r() NOT found.
endnetent() found.
endnetent_r() NOT found.
endprotoent() found.
endprotoent_r() NOT found.
endpwent() found.
<pwd.h> found.

endpwent_r() NOT found.


endservent() found.
endservent_r() NOT found.
<sys/file.h> defines the O_* constants...
and you have the 3 argument form of open().
<sys/file.h> found.
We'll be including <sys/file.h>.
<fcntl.h> found.
We don't need to include <fcntl.h> if we include <sys/file.h>.
fork() found.
pipe() found.

Figuring out the flag used by open() for non-blocking I/O...


Seems like we can use O_NONBLOCK.
Let's see what value errno gets from read() on a O_NONBLOCK file...
A read() system call with no data present returns -1.
Your read() sets errno to EAGAIN when no data is available.
And it correctly returns 0 to signal EOF.
(Looks like you have stdio.h from Linux.)
Checking how std your stdio is...
Your stdio acts pretty std.
But I will not snoop inside glibc 2.5 stdio buffers.
fchdir() found.
fchmod() found.
fchown() found.
fcntl() found.
Checking if fcntl-based file locking works...
Yes, it seems to work.
Checking to see how well your C compiler handles fd_set and friends ...
Hmm, your compiler has some difficulty with fd_set. Checking further...
Well, your system has some sort of fd_set available...
and you have the normal fd_set macros.
fgetpos() found.
finite() found.
finitel() found.
flock() found.
flock() prototype found.

fp_class() NOT found.


pathconf() found.
fpathconf() found.
fpclass() NOT found.
fpclassify() NOT found.
fpclassl() NOT found.
Checking to see if you have fpos64_t...
You do not have fpos64_t.
frexpl() found.
<sys/param.h> found.
<sys/mount.h> found.

Checking to see if your system supports struct fs_data...


No, it doesn't.
fseeko() found.
(Your long is 64 bits, so you could use fseek.)
fsetpos() found.
fstatfs() found.
statvfs() found.
fstatvfs() found.
fsync() found.
ftello() found.
(Your long is 64 bits, so you could use ftell.)
Checking if you have a working futimes()
Yes, you have
<ndbm.h> NOT found.
<gdbm/ndbm.h> found.
<gdbm-ndbm.h> NOT found.
dbm_open() found.
Checking if your <gdbm/ndbm.h> uses prototypes...
Your <gdbm/ndbm.h> does not seem to have prototypes
getaddrinfo() found.
getcwd() found.
getespwnam() NOT found.

getfsstat() NOT found.


getgrent() found.
getgrent_r() found.
getgrgid_r() found.
getgrnam_r() found.
gethostbyaddr() found.
gethostbyname() found.
gethostent() found.
gethostname() found.
uname() found.
Every now and then someone has a gethostname() that lies about the hostname
but can't be fixed for political or economic reasons. If you wish, I can
pretend gethostname() isn't there and maybe compute hostname at run-time
thanks to the 'hostname' command.
Shall I ignore gethostname() from now on? [n]
gethostbyaddr_r() found.
gethostbyname_r() found.
gethostent_r() found.
gethostent() prototype found.
getitimer() found.
getlogin() found.
getlogin_r() found.
getmnt() NOT found.
getmntent() found.
getnameinfo() found.
getnetbyaddr() found.
getnetbyname() found.
getnetent() found.
getnetbyaddr_r() found.
getnetbyname_r() found.
getnetent_r() found.
getnetent() prototype found.

getpagesize() found.
getprotobyname() found.
getprotobynumber() found.
getprotoent() found.
getpgid() found.
getpgrp2() NOT found.
getppid() found.
getpriority() found.
getprotobyname_r() found.
getprotobynumber_r() found.
getprotoent_r() found.

getprotoent() prototype found.


getprpwnam() NOT found.
getpwent() found.
getpwent_r() found.
getpwnam_r() found.
getpwuid_r() found.
getservbyname() found.
getservbyport() found.
getservent() found.
getservbyname_r() found.
getservbyport_r() found.
getservent_r() found.
getservent() prototype found.
getspnam() found.
<shadow.h> found.
getspnam_r() found.
gettimeofday() found.
gmtime_r() found.
hasmntopt() found.

<netinet/in.h> found.
<arpa/inet.h> found.
htonl() found.
ilogbl() found.
strchr() found.
inet_aton() found.
inet_ntop() found.
inet_pton() found.
isascii() found.
isfinite() NOT found.
isinf() found.

isnan() found.
isnanl() found.
killpg() found.
lchown() found.
LDBL_DIG found.
<math.h> found.
Checking to see if your libm supports _LIB_VERSION...
Yes, it does (2)
link() found.
localtime_r() found.
localeconv() found.
lockf() found.
lseek() prototype found.
lstat() found.
madvise() found.
malloc_size() NOT found.
malloc_good_size() NOT found.
mblen() found.
mbstowcs() found.
mbtowc() found.

memchr() found.
memcmp() found.
memcpy() found.
memmove() found.
memset() found.
mkdir() found.
mkdtemp() found.
mkfifo() found.
mkstemp() found.
mkstemps() NOT found.
mktime() found.

<sys/mman.h> found.
mmap() found.
and it returns (void *).
sqrtl() found.
scalbnl() found.
modfl() found.
modfl() prototype found.
Checking to see whether your modfl() is okay for large values...
Your modfl() seems okay for large values.
mprotect() found.
msgctl() found.
msgget() found.
msgsnd() found.
msgrcv() found.
You have the full msg*(2) library.
Checking to see if your system supports struct msghdr...
Yes, it does.
msync() found.
munmap() found.
nice() found.
<langinfo.h> found.

nl_langinfo() found.
Checking to see if your C compiler knows about "volatile"...
Yup, it does.
Choosing the C types to be used for Perl's internal types...
(IV will be long, 8 bytes)
(UV will be unsigned long, 8 bytes)
(NV will be double, 8 bytes)
Checking how many bits of your UVs your NVs can preserve...
Your NVs can preserve only 53 bits of your UVs.
Checking to find the largest integer value your NVs can hold...
The largest integer your NVs can preserve is equal to 256.0*256.0*256.0*256.0*25
6.0*256.0*2.0*2.0*2.0*2.0*2.0
Checking whether NV 0.0 is all bits zero in memory...
0.0 is represented as all bits zero in memory
Checking to see if you have off64_t...
You do not have off64_t.
(Your off_t is 64 bits, so you could use that.)

pause() found.
poll() found.
readlink() found.
You have Linux-like /proc/self/exe.
vfork() found.

Perl can only use a vfork() that doesn't suffer from strict
restrictions on calling functions or modifying global data in
the child. For example, glibc-2.1 contains such a vfork()
that is unsuitable. If your system provides a proper fork()
call, chances are that you do NOT want perl to use vfork().
Do you still want to use vfork()? [n]
Ok, we won't use vfork().
pthread_attr_setscope() found.
random_r() found.
readdir() found.
seekdir() found.
telldir() found.
rewinddir() found.
readdir64_r() found.
readdir_r() found.
readv() found.
recvmsg() found.

rename() found.
rmdir() found.
<memory.h> found.
We won't be including <memory.h>.
I'll use memmove() instead of bcopy() for overlapping copies.
I'll use memmove() instead of memcpy() for overlapping copies.
Checking if your memcmp() can compare relative magnitude...
Yes, it can.
sbrk() prototype found.
select() found.
semctl() found.

semget() found.
semop() found.
You have the full sem*(2) library.
You do not have union semun in <sys/sem.h>.
You can use union semun for semctl IPC_STAT.
You can also use struct semid_ds* for semctl IPC_STAT.
sendmsg() found.
setegid() found.
seteuid() found.
setgrent() found.
setgrent_r() NOT found.
sethostent() found.
sethostent_r() NOT found.
setitimer() found.
setlinebuf() found.
setlocale() found.
<locale.h> found.
setlocale_r() NOT found.
setnetent() found.

setnetent_r() NOT found.


setprotoent() found.
setpgid() found.
setpgrp2() NOT found.
setpriority() found.
setproctitle() NOT found.
setprotoent_r() NOT found.
setpwent() found.
setpwent_r() NOT found.
setregid() found.
setresgid() found.

setreuid() found.
setresuid() found.
setrgid() NOT found.
setruid() NOT found.
setservent() found.
setservent_r() NOT found.
setsid() found.
setvbuf() found.
<sfio.h> NOT found.
shmctl() found.
shmget() found.
shmat() found.
and it returns (void *).
shmdt() found.
You have the full shm*(2) library.
sigaction() found.
<sunmath.h> NOT found.
Checking to see if you have signbit() available to work on double... Yes.
sigprocmask() found.
POSIX sigsetjmp found.

snprintf() found.
vsnprintf() found.
Checking whether your snprintf() and vsnprintf() work okay...
Your snprintf() and vsnprintf() seem to be working okay.
sockatmark() found.
sockatmark() prototype found.
socks5_init() NOT found.
Checking whether sprintf returns the length of the string...
sprintf returns the length of the string (as ANSI says it should)
srand48_r() found.
srandom_r() found.
setresgid() prototype NOT found.
setresuid() prototype NOT found.

<sys/stat.h> found.
Checking to see if your struct stat has st_blocks field...
<sys/vfs.h> found.
<sys/statfs.h> found.
Checking to see if your system supports struct statfs...
Yes, it does.
Checking to see if your struct statfs has f_flags field...
No, it doesn't.
Checking how to access stdio streams by file descriptor number...
I can't figure out how to access stdio streams by file descriptor number.
strcoll() found.
Checking to see if your C compiler can copy structs...
Yup, it can.
strerror() found.
(You also have sys_errlist[], so we could roll our own strerror.)
strerror_r() found.
strftime() found.
strlcat() NOT found.
strlcpy() NOT found.
strtod() found.
strtol() found.
strtold() found.

strtoll() found.
Checking whether your strtoll() works okay...
Your strtoll() seems to be working okay.
strtoq() found.
strtoul() found.
Checking whether your strtoul() works okay...
Your strtoul() seems to be working okay.
strtoull() found.
Checking whether your strtoull() works okay...
Your strtoull() seems to be working okay.
strtouq() found.
Checking whether your strtouq() works okay...
Your strtouq() seems to be working okay.
strxfrm() found.
symlink() found.

syscall() found.
syscall() prototype found.
sysconf() found.
system() found.
tcgetpgrp() found.
tcsetpgrp() found.
telldir() prototype found.
time() found.
Looking for the type returned by time() on this system.
time_t found.
timegm() found.
<sys/times.h> found.
times() found.
Looking for the type returned by times() on this system.
clock_t found.
tmpnam_r() found.
truncate() found.
ttyname_r() found.
tzname[] found.
In the following, larger digits indicate more significance. A big-endian
machine like a Pyramid or a Motorola 680?0 chip will come out to 4321. A
little-endian machine like a Vax or an Intel 80?86 chip would be 1234. Other
machines may have weird orders like 3412. A Cray will report 87654321,
an Alpha will report 12345678. If the test program works the default is
probably right.
I'm now running the test program...
(The test program ran ok.)
byteorder=12345678
Checking to see whether you can access character data unalignedly...
(Testing for character data alignment may crash the test. That's okay.)
It seems that you must access character data in an aligned manner.
ualarm() found.
umask() found.
unordered() NOT found.
unsetenv() found.
usleep() found.

usleep() prototype found.


ustat() found.
closedir() found.
Checking whether closedir() returns a status...
Yes, it does.
wait4() found.
waitpid() found.
wcstombs() found.
wctomb() found.
writev() found.
Checking alignment constraints...
Doubles must be aligned on a how-many-byte boundary? [8]
Checking to see how big your characters are (hey, you never know)...
What is the size of a character (in bytes)? [1]
Checking how long a character is (in bits)...
What is the length of a character (in bits)? [8]
Checking to see how your cpp does stuff like concatenate tokens...
Oh! Smells like ANSI's been here.
We can catify or stringify, separately or together!
<db.h> found.
Checking Berkeley DB version ...
You have Berkeley DB Version 2 or greater.
db.h is from Berkeley DB Version 4.3.29
libdb is from Berkeley DB Version 4.3.29
db.h and libdb are compatible.
Looks OK.
Checking return type needed for hash for Berkeley DB ...
Your version of Berkeley DB uses u_int32_t for hash.
Checking return type needed for prefix for Berkeley DB ...
Your version of Berkeley DB uses size_t for prefix.
Looking for a random number function...
Good, found drand48().
Use which function to generate random numbers? [drand48]
Determining whether or not we are on an EBCDIC system...
Nope, no EBCDIC, probably ASCII or some ISO Latin. Or UTF-8.
Checking how to flush all pending stdio output...
Your fflush(NULL) works okay for output streams.
Let's see if it clobbers input pipes...
fflush(NULL) seems to behave okay with input streams.
Looking for the type for group ids returned by getgid().
gid_t found.
Checking the size of gid_t...
Your gid_t is 4 bytes long.
Checking the sign of gid_t...
Your gid_t is unsigned.
Checking how to print 64-bit integers...
We will use %ld.
Checking the format strings to be used for Perl's internal types...
Checking the format string to be used for gids...
getgroups() found.
setgroups() found.
What type of pointer is the second argument to getgroups() and setgroups()?
Usually this is the same as group ids, gid_t, but not always.
What type pointer is the second argument to getgroups() and setgroups()?
[gid_t]
Would you like to build with Misc Attribute Decoration? This is development
work leading to a Perl 5 to Perl 6 convertor, which imposes a space and speed
overhead on the interpreter.
If this doesn't make any sense to you, just accept the default 'n'.
Build Perl with MAD? [n]
Checking if your /usr/bin/make program sets $(MAKE)...
Yup, it does.
Looking for the type used for file modes for system calls (e.g. fchmod()).
mode_t found.
It seems that va_copy() or similar will be needed.
Looking for the type used for the length parameter for string functions.
size_t found.
Checking to see what type of arguments are accepted by gethostbyaddr().
What is the type for the 1st argument to gethostbyaddr? [char *]
What is the type for the 2nd argument to gethostbyaddr? [size_t]
Checking to see what type of argument is accepted by gethostbyname().
Your system accepts const char *.
Checking to see what type of 1st argument is accepted by getnetbyaddr().
Your system accepts in_addr_t.
What pager is used on your system? [/usr/bin/less -R]
File /usr/bin/less -R doesn't exist. Use that name anyway? [y]
Looking for the type of process ids on this system.
pid_t found.
Checking how to generate random libraries on your machine...
/usr/bin/ar appears to generate random libraries itself.
<values.h> found.
Checking max offsets that gmtime () accepts
Sizeof time_t = 8
Checking max offsets that localtime () accepts
Checking to see what type of arguments are accepted by select().
Your system accepts fd_set *.
Checking to see on how many bits at a time your select() operates...
Your select() operates on 64 bits at a time.
Generating a list of signal names and numbers...
The following 65 signals are available:
SIGZERO SIGHUP SIGINT SIGQUIT SIGILL SIGTRAP SIGABRT SIGBUS SIGFPE
SIGKILL SIGUSR1 SIGSEGV SIGUSR2 SIGPIPE SIGALRM SIGTERM SIGSTKFLT
SIGCHLD SIGCONT SIGSTOP SIGTSTP SIGTTIN SIGTTOU SIGURG SIGXCPU
SIGXFSZ SIGVTALRM SIGPROF SIGWINCH SIGIO SIGPWR SIGSYS SIGNUM32
SIGNUM33 SIGRTMIN SIGNUM35 SIGNUM36 SIGNUM37 SIGNUM38 SIGNUM39
SIGNUM40 SIGNUM41 SIGNUM42 SIGNUM43 SIGNUM44 SIGNUM45 SIGNUM46
SIGNUM47 SIGNUM48 SIGNUM49 SIGNUM50 SIGNUM51 SIGNUM52 SIGNUM53
SIGNUM54 SIGNUM55 SIGNUM56 SIGNUM57 SIGNUM58 SIGNUM59 SIGNUM60
SIGNUM61 SIGNUM62 SIGNUM63 SIGRTMAX SIGIOT SIGCLD SIGPOLL SIGUNUSED
Checking the size of size_t...
Your size_t size is 8 bytes.
Checking to see if you have socklen_t...
You have socklen_t.
<socks.h> NOT found.
Checking to see what type is the last argument of accept().
Your system accepts 'socklen_t *' for the last argument of accept().
I'll be using ssize_t for functions returning a byte count.

Your stdio uses signed chars.


Looking for the type for user ids returned by getuid().
uid_t found.
Checking the size of uid_t...
Your uid_t is 4 bytes long.
Checking the sign of uid_t...
Your uid_t is unsigned.
Checking the format string to be used for uids...
It appears we'll be able to prototype varargs functions.
Which compiler compiler (byacc or yacc or bison -y) shall I use?
[/usr/bin/byacc]
<assert.h> found.
<fp.h> NOT found.

<fp_class.h> NOT found.


<gdbm.h> found.
gdbm_open() found.
<ieeefp.h> NOT found.
<libutil.h> NOT found.
<mntent.h> found.
<net/errno.h> NOT found.
<netinet/tcp.h> found.
<poll.h> found.
<prot.h> NOT found.
Guessing which symbols your C compiler and preprocessor define...
Your C pre-processor defines the following symbols:
__amd64
__amd64__
__CHAR_BIT__
__DBL_DENORM_MIN__
__DBL_DIG__
__DBL_EPSILON__
__DBL_HAS_INFINITY__
__DBL_HAS_QUIET_NAN__
__DBL_MANT_DIG__
__DBL_MAX_10_EXP__
__DBL_MAX__
__DBL_MAX_EXP__
__DBL_MIN_10_EXP__
__DBL_MIN__
__DBL_MIN_EXP__
__DECIMAL_DIG__
__ELF__
_FILE_OFFSET_BITS
__FINITE_MATH_ONLY__
__FLT_DENORM_MIN__
__FLT_DIG__
__FLT_EPSILON__
__FLT_EVAL_METHOD__
__FLT_HAS_INFINITY__
__FLT_HAS_QUIET_NAN__
__FLT_MANT_DIG__
__FLT_MAX_10_EXP__
__FLT_MAX__
__FLT_MAX_EXP__
__FLT_MIN_10_EXP__
__FLT_MIN__
__FLT_MIN_EXP__
__FLT_RADIX__
__GLIBC__
__GLIBC_MINOR__
__GNUC__
__GNUC_GNU_INLINE__
__GNUC_MINOR__
__GNUC_PATCHLEVEL__
__GNUC_RH_RELEASE__
__GNU_LIBRARY__
__gnu_linux__
__GXX_ABI_VERSION
__INT_MAX__
__INTMAX_MAX__
__INTMAX_TYPE__
__k8
__k8__
_LARGEFILE_SOURCE
__LDBL_DENORM_MIN__
__LDBL_DIG__
__LDBL_EPSILON__
__LDBL_HAS_INFINITY__
__LDBL_HAS_QUIET_NAN__
__LDBL_MANT_DIG__
__LDBL_MAX_10_EXP__
__LDBL_MAX__
__LDBL_MAX_EXP__
__LDBL_MIN_10_EXP__
__LDBL_MIN__
__LDBL_MIN_EXP__
__linux
__linux__
linux
__LONG_LONG_MAX__
__LONG_MAX__
__LP64__
_LP64
__MMX__
_POSIX_C_SOURCE
_POSIX_SOURCE
__PTRDIFF_TYPE__
__REGISTER_PREFIX__
__SCHAR_MAX__
__SHRT_MAX__
__SIZE_TYPE__
__SSE__
__SSE2__
__SSE2_MATH__
__SSE_MATH__
__STDC__
__STDC_HOSTED__
__UINTMAX_TYPE__
__unix
__unix__
unix
__USE_BSD
__USE_FILE_OFFSET64
__USE_LARGEFILE
__USE_MISC
__USE_POSIX
__USE_POSIX199309
__USE_POSIX199506
__USE_POSIX2
__USER_LABEL_PREFIX__
__USE_SVID
__VERSION__
__WCHAR_MAX__
__WCHAR_TYPE__
__WINT_TYPE__
__x86_64
__x86_64__
tcsetattr() found.
You have POSIX termios.h... good!
<stddef.h> found.
<sys/access.h> NOT found.
<sys/filio.h> NOT found.
<sys/ioctl.h> found.
<sys/sockio.h> not found, assuming socket ioctls are in <sys/ioctl.h>.
<syslog.h> found.
<sys/mode.h> NOT found.
<sys/poll.h> found.
<sys/resource.h> found.
<sys/security.h> NOT found.
<sys/statvfs.h> found.
<sys/un.h> found.
<sys/utsname.h> found.
<sys/wait.h> found.

<ustat.h> found.
<utime.h> found.
Looking for extensions...
A number of extensions are supplied with perl5. You may choose to
compile these extensions for dynamic loading (the default), compile
them into the perl5 executable (static loading), or not include
them at all. Answer "none" to include no extensions.
Note that DynaLoader is always built and need not be mentioned here.
What extensions do you wish to load dynamically?
[attributes B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd Data/Dumper DB_File Devel
/DProf Devel/Peek Devel/PPPort Digest/MD5 Digest/SHA Encode Fcntl File/Glob Filt
er/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV L
ist/Util Math/BigInt/FastCalc MIME/Base64 mro NDBM_File Opcode PerlIO/encoding P
erlIO/scalar PerlIO/via POSIX re SDBM_File Socket Storable Sys/Hostname Sys/Sysl
og Text/Soundex threads threads/shared Time/HiRes Time/Piece Unicode/Normalize X
S/APItest XS/APItest/KeywordRPN XS/Typemap]
What extensions do you wish to load statically? [none]

End of configuration questions.

Stripping down executable paths...


Creating config.sh...
Hmm...You had some extra variables I don't know about...I'll try to keep 'em...
Propagating recommended variable $libdb_needs_pthread...
Doing variable substitutions on .SH files...
Extracting config.h (with variable substitutions)
Extracting cflags (with variable substitutions)
Not re-extracting config.h
Extracting makeaperl (with variable substitutions)
Extracting makedepend (with variable substitutions)
Extracting Makefile (with variable substitutions)
Extracting myconfig (with variable substitutions)
Extracting pod/Makefile (with variable substitutions)
Extracting Policy.sh (with variable substitutions)
Extracting runtests (with variable substitutions)
Extracting utils/Makefile (with variable substitutions)
Extracting writemain (with variable substitutions)
Extracting x2p/cflags (with variable substitutions)
Extracting x2p/Makefile (with variable substitutions)
Now you need to generate make dependencies by running "make depend".
You might prefer to run it in background: "make depend > makedepend.out &"
It can take a while, so you might not want to run it right now.
Run make depend now? [y]
sh ./makedepend MAKE=make
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2'
sh writemain DynaLoader.o > perlmain.c
rm -f opmini.c
cp op.c opmini.c
rm -f perlmini.c
cp perl.c perlmini.c
echo av.c scope.c op.c doop.c doio.c dump.c gv.c hv.c mg.c reentr.c mro.c perl.c
perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c utf8.c sv.c taint.c
toke.c util.c deb.c run.c universal.c pad.c globals.c perlio.c perlapi.c numeri
c.c mathoms.c locale.c pp_pack.c pp_sort.c miniperlmain.c perlmain.c opmini.c
perlmini.c | tr ' ' '\n' >.clist
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2'
Finding dependencies for av.o.
Finding dependencies for scope.o.
Finding dependencies for op.o.
Finding dependencies for doop.o.
Finding dependencies for doio.o.
Finding dependencies for dump.o.
Finding dependencies for gv.o.
Finding dependencies for hv.o.
Finding dependencies for mg.o.
Finding dependencies for reentr.o.
Finding dependencies for mro.o.
Finding dependencies for perl.o.
Finding dependencies for perly.o.
Finding dependencies for pp.o.
Finding dependencies for pp_hot.o.
Finding dependencies for pp_ctl.o.
Finding dependencies for pp_sys.o.
Finding dependencies for regcomp.o.
Finding dependencies for regexec.o.
Finding dependencies for utf8.o.
Finding dependencies for sv.o.
Finding dependencies for taint.o.
Finding dependencies for toke.o.
Finding dependencies for util.o.
Finding dependencies for deb.o.
Finding dependencies for run.o.
Finding dependencies for universal.o.
Finding dependencies for pad.o.
Finding dependencies for globals.o.
Finding dependencies for perlio.o.
Finding dependencies for perlapi.o.
Finding dependencies for numeric.o.
Finding dependencies for mathoms.o.
Finding dependencies for locale.o.
Finding dependencies for pp_pack.o.
Finding dependencies for pp_sort.o.
Finding dependencies for miniperlmain.o.
Finding dependencies for perlmain.o.
Finding dependencies for opmini.o.
Finding dependencies for perlmini.o.
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2'
echo Makefile.SH cflags.SH config_h.SH makeaperl.SH makedepend.SH myconfig.SH wr
itemain.SH pod/Makefile.SH | tr ' ' '\n' >.shlist
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2'
Updating makefile...
test -s perlmain.c && touch perlmain.c
cd x2p; make depend
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
sh ../makedepend MAKE=make
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
echo hash.c str.c util.c walk.c | tr ' ' '\n' >.clist
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
Finding dependencies for hash.o.
Finding dependencies for str.o.
Finding dependencies for util.o.
Finding dependencies for walk.o.
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
echo Makefile.SH cflags.SH | tr ' ' '\n' >.shlist
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
Updating makefile...
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
Now you must run 'make'.
If you compile perl5 on a different machine or from a different object
directory, copy the Policy.sh file from this object directory to the
new one before you run Configure -- this will help you with most of
the policy defaults.
`sh cflags "optimize='-O2'" miniperlmain.o` miniperlmain.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" gv.o` gv.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" toke.o` toke.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" perly.o` perly.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" pad.o` pad.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" regcomp.o` regcomp.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" dump.o` dump.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" util.o` util.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" mg.o` mg.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" reentr.o` reentr.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" mro.o` mro.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" hv.o` hv.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" av.o` av.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" run.o` run.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" pp_hot.o` pp_hot.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" sv.o` sv.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" pp.o` pp.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" scope.o` scope.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" pp_ctl.o` pp_ctl.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" pp_sys.o` pp_sys.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" doop.o` doop.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" doio.o` doio.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" regexec.o` regexec.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" utf8.o` utf8.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" taint.o` taint.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" deb.o` deb.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" universal.o` universal.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" generate_uudmap.o` generate_uudmap.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
cc -o generate_uudmap -fstack-protector -L/usr/local/lib generate_uudmap.o -lnsl
-ldl -lm -lcrypt -lutil -lc
./generate_uudmap uudmap.h bitcount.h
`sh cflags "optimize='-O2'" globals.o` globals.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" perlio.o` perlio.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" perlapi.o` perlapi.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" numeric.o` numeric.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" mathoms.o` mathoms.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" locale.o` locale.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" pp_pack.o` pp_pack.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
pp_pack.c: In function â S_unpack_recâ :
pp_pack.c:1561: warning: â strâ may be used uninitialized in this function
pp_pack.c:1228: warning: â svâ may be used uninitialized in this function
`sh cflags "optimize='-O2'" pp_sort.o` pp_sort.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" opmini.o` -DPERL_EXTERNAL_GLOB opmini.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" perlmini.o` -DPERL_IS_MINIPERL perlmini.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
cc -fstack-protector -L/usr/local/lib -o miniperl \
gv.o toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o mr
o.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o r
egexec.o utf8.o taint.o deb.o universal.o globals.o perlio.o perlapi.o numeric.o
mathoms.o locale.o pp_pack.o pp_sort.o \
miniperlmain.o opmini.o perlmini.o -lnsl -ldl -lm -lcrypt -lutil -lc
./miniperl -w -Ilib -MExporter -e '<?>' || make minitest
./miniperl -Ilib autodoc.pl
/bin/ln -s perl5122delta.pod pod/perldelta.pod
./miniperl -Ilib -Icpan/Cwd -Icpan/Cwd/lib pod/perlmodlib.PL -q
./miniperl -Ilib make_patchnum.pl
Updating 'git_version.h' and 'lib/Config_git.pl'
./miniperl -Ilib configpm
written lib/Config.pod
updated lib/Config.pm
updated lib/Config_heavy.pl
cp ext/re/re.pm lib/re.pm
./miniperl -Ilib make_ext.pl cpan/Archive-Extract/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Archive::Extract (all)
Creating Makefile.PL in cpan/Archive-Extract for Archive::Extract
Running Makefile.PL in cpan/Archive-Extract
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Archive::Extract
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Extract'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Extract'
Making all in cpan/Archive-Extract
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Extract'
cp lib/Archive/Extract.pm ../../lib/Archive/Extract.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Extract'
./miniperl -Ilib make_ext.pl cpan/Archive-Tar/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Archive::Tar (all)
Running Makefile.PL in cpan/Archive-Tar
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Archive::Tar
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Tar'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Tar'
Making all in cpan/Archive-Tar
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Tar'
cp lib/Archive/Tar/Constant.pm ../../lib/Archive/Tar/Constant.pm
cp lib/Archive/Tar.pm ../../lib/Archive/Tar.pm
cp lib/Archive/Tar/File.pm ../../lib/Archive/Tar/File.pm
cp bin/ptardiff blib/script/ptardiff
/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Archive-Tar/../../miniperl "-I.
./../lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ptar
diff
cp bin/ptar blib/script/ptar
/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Archive-Tar/../../miniperl "-I.
./../lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ptar
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Tar'
./miniperl -Ilib make_ext.pl dist/Attribute-Handlers/pm_to_blib MAKE=make LIBPER
L_A=libperl.a
Making Attribute::Handlers (all)
Creating Makefile.PL in dist/Attribute-Handlers for Attribute::Handlers
Running Makefile.PL in dist/Attribute-Handlers
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Attribute::Handlers
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/At
tribute-Handlers'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Att
ribute-Handlers'
Making all in dist/Attribute-Handlers
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/At
tribute-Handlers'
cp lib/Attribute/Handlers.pm ../../lib/Attribute/Handlers.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Att
ribute-Handlers'
./miniperl -Ilib make_ext.pl cpan/autodie/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making autodie (all)
Creating Makefile.PL in cpan/autodie for autodie
Running Makefile.PL in cpan/autodie
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for autodie
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/au
todie'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/aut
odie'
Making all in cpan/autodie
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/au
todie'
cp lib/Fatal.pm ../../lib/Fatal.pm
cp lib/autodie/exception.pm ../../lib/autodie/exception.pm
cp lib/autodie/hints.pm ../../lib/autodie/hints.pm
cp lib/autodie.pm ../../lib/autodie.pm
cp lib/autodie/exception/system.pm ../../lib/autodie/exception/system.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/aut
odie'
./miniperl -Ilib make_ext.pl cpan/AutoLoader/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making AutoLoader (all)
Creating Makefile.PL in cpan/AutoLoader for AutoLoader
Running Makefile.PL in cpan/AutoLoader
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for AutoLoader
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Au
toLoader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Aut
oLoader'
Making all in cpan/AutoLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Au
toLoader'
cp lib/AutoLoader.pm ../../lib/AutoLoader.pm
cp lib/AutoSplit.pm ../../lib/AutoSplit.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Aut
oLoader'
./miniperl -Ilib make_ext.pl ext/autouse/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making autouse (all)
Creating Makefile.PL in ext/autouse for autouse
Running Makefile.PL in ext/autouse
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for autouse
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/aut
ouse'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/auto
use'
Making all in ext/autouse
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/aut
ouse'
cp lib/autouse.pm ../../lib/autouse.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/auto
use'
./miniperl -Ilib make_ext.pl dist/base/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making base (all)
Creating Makefile.PL in dist/base for base
Running Makefile.PL in dist/base
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Checking if your kit is complete...
Warning: the following files are missing in your kit:
t/fields-5.6.0.t
t/fields-5.8.0.t
Please inform the author.
Writing Makefile for base
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/ba
se'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/bas
e'
Making all in dist/base
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/ba
se'
cp lib/fields.pm ../../lib/fields.pm
cp lib/base.pm ../../lib/base.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/bas
e'
./miniperl -Ilib make_ext.pl cpan/B-Debug/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making B::Debug (all)
Creating Makefile.PL in cpan/B-Debug for B::Debug
Running Makefile.PL in cpan/B-Debug
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for B::Debug
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Debug'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-D
ebug'
Making all in cpan/B-Debug
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Debug'
cp Debug.pm ../../lib/B/Debug.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-D
ebug'
./miniperl -Ilib make_ext.pl dist/B-Deparse/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making B::Deparse (all)
Creating Makefile.PL in dist/B-Deparse for B::Deparse
Running Makefile.PL in dist/B-Deparse
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for B::Deparse
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-
Deparse'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-D
eparse'
Making all in dist/B-Deparse
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-
Deparse'
cp Deparse.pm ../../lib/B/Deparse.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-D
eparse'
./miniperl -Ilib make_ext.pl cpan/bignum/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making bignum (all)
Creating Makefile.PL in cpan/bignum for bignum
Running Makefile.PL in cpan/bignum
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for bignum
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/bi
gnum'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/big
num'
Making all in cpan/bignum
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/bi
gnum'
cp lib/bignum.pm ../../lib/bignum.pm
cp lib/bigrat.pm ../../lib/bigrat.pm
cp lib/Math/BigFloat/Trace.pm ../../lib/Math/BigFloat/Trace.pm
cp lib/bigint.pm ../../lib/bigint.pm
cp lib/Math/BigInt/Trace.pm ../../lib/Math/BigInt/Trace.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/big
num'
./miniperl -Ilib make_ext.pl cpan/B-Lint/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making B::Lint (all)
Creating Makefile.PL in cpan/B-Lint for B::Lint
Running Makefile.PL in cpan/B-Lint
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for B::Lint
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Lint'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-L
int'
Making all in cpan/B-Lint
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Lint'
cp lib/B/Lint/Debug.pm ../../lib/B/Lint/Debug.pm
cp lib/B/Lint.pm ../../lib/B/Lint.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-L
int'
./miniperl -Ilib make_ext.pl cpan/CGI/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making CGI (all)
Creating Makefile.PL in cpan/CGI for CGI
Running Makefile.PL in cpan/CGI
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for CGI
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CG
I'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CGI
'
Making all in cpan/CGI
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CG
I'
cp lib/CGI/Switch.pm ../../lib/CGI/Switch.pm
cp lib/CGI/Cookie.pm ../../lib/CGI/Cookie.pm
cp lib/CGI/Pretty.pm ../../lib/CGI/Pretty.pm
cp lib/CGI.pm ../../lib/CGI.pm
cp lib/CGI/Carp.pm ../../lib/CGI/Carp.pm
cp lib/CGI/Apache.pm ../../lib/CGI/Apache.pm
cp lib/CGI/Util.pm ../../lib/CGI/Util.pm
cp lib/CGI/Push.pm ../../lib/CGI/Push.pm
cp lib/CGI/Fast.pm ../../lib/CGI/Fast.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CGI
'
./miniperl -Ilib make_ext.pl cpan/Class-ISA/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Class::ISA (all)
Creating Makefile.PL in cpan/Class-ISA for Class::ISA
Running Makefile.PL in cpan/Class-ISA
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Class::ISA
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cl
ass-ISA'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cla
ss-ISA'
Making all in cpan/Class-ISA
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cl
ass-ISA'
cp lib/Class/ISA.pm ../../lib/Class/ISA.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cla
ss-ISA'
./miniperl -Ilib make_ext.pl dist/constant/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making constant (all)
Creating Makefile.PL in dist/constant for constant
Running Makefile.PL in dist/constant
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for constant
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/co
nstant'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/con
stant'
Making all in dist/constant
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/co
nstant'
cp lib/constant.pm ../../lib/constant.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/con
stant'
./miniperl -Ilib make_ext.pl cpan/CPAN/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making CPAN (all)
Creating Makefile.PL in cpan/CPAN for CPAN
Running Makefile.PL in cpan/CPAN
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for CPAN
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
AN'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
N'
Making all in cpan/CPAN
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
AN'
cp lib/CPAN.pm ../../lib/CPAN.pm
cp lib/CPAN/CacheMgr.pm ../../lib/CPAN/CacheMgr.pm
cp lib/CPAN/FTP/netrc.pm ../../lib/CPAN/FTP/netrc.pm
cp lib/CPAN/LWP/UserAgent.pm ../../lib/CPAN/LWP/UserAgent.pm
cp lib/CPAN/FTP.pm ../../lib/CPAN/FTP.pm
cp lib/CPAN/Queue.pm ../../lib/CPAN/Queue.pm
cp lib/CPAN/Distroprefs.pm ../../lib/CPAN/Distroprefs.pm
cp lib/CPAN/Kwalify/distroprefs.yml ../../lib/CPAN/Kwalify/distroprefs.yml
cp lib/App/Cpan.pm ../../lib/App/Cpan.pm
cp lib/CPAN/Kwalify.pm ../../lib/CPAN/Kwalify.pm
cp lib/CPAN/Module.pm ../../lib/CPAN/Module.pm
cp lib/CPAN/Author.pm ../../lib/CPAN/Author.pm
cp lib/CPAN/Debug.pm ../../lib/CPAN/Debug.pm
cp lib/CPAN/API/HOWTO.pod ../../lib/CPAN/API/HOWTO.pod
cp lib/CPAN/Complete.pm ../../lib/CPAN/Complete.pm
cp lib/CPAN/FirstTime.pm ../../lib/CPAN/FirstTime.pm
cp lib/CPAN/Distrostatus.pm ../../lib/CPAN/Distrostatus.pm
cp lib/CPAN/Exception/blocked_urllist.pm ../../lib/CPAN/Exception/blocked_urllis
t.pm
cp lib/CPAN/Prompt.pm ../../lib/CPAN/Prompt.pm
cp lib/CPAN/Tarzip.pm ../../lib/CPAN/Tarzip.pm
cp lib/CPAN/URL.pm ../../lib/CPAN/URL.pm
cp lib/CPAN/Version.pm ../../lib/CPAN/Version.pm
cp lib/CPAN/DeferredCode.pm ../../lib/CPAN/DeferredCode.pm
cp lib/CPAN/Distribution.pm ../../lib/CPAN/Distribution.pm
cp lib/CPAN/Nox.pm ../../lib/CPAN/Nox.pm
cp lib/CPAN/Bundle.pm ../../lib/CPAN/Bundle.pm
cp lib/CPAN/Exception/RecursiveDependency.pm ../../lib/CPAN/Exception/RecursiveD
ependency.pm
cp lib/CPAN/Shell.pm ../../lib/CPAN/Shell.pm
cp lib/CPAN/HandleConfig.pm ../../lib/CPAN/HandleConfig.pm
cp lib/CPAN/InfoObj.pm ../../lib/CPAN/InfoObj.pm
cp lib/CPAN/Exception/yaml_not_installed.pm ../../lib/CPAN/Exception/yaml_not_in
stalled.pm
cp lib/CPAN/Index.pm ../../lib/CPAN/Index.pm
cp lib/CPAN/Kwalify/distroprefs.dd ../../lib/CPAN/Kwalify/distroprefs.dd
cp lib/CPAN/Mirrors.pm ../../lib/CPAN/Mirrors.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
N'
./miniperl -Ilib make_ext.pl cpan/CPANPLUS/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making CPANPLUS (all)
Running Makefile.PL in cpan/CPANPLUS
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for CPANPLUS
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS'
Making all in cpan/CPANPLUS
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS'
cp lib/CPANPLUS/Backend/RV.pm ../../lib/CPANPLUS/Backend/RV.pm
cp lib/CPANPLUS/Shell/Default.pm ../../lib/CPANPLUS/Shell/Default.pm
cp lib/CPANPLUS/Module.pm ../../lib/CPANPLUS/Module.pm
cp lib/CPANPLUS/Module/Author.pm ../../lib/CPANPLUS/Module/Author.pm
cp lib/CPANPLUS/Module/Checksums.pm ../../lib/CPANPLUS/Module/Checksums.pm
cp lib/CPANPLUS/Dist/MM.pm ../../lib/CPANPLUS/Dist/MM.pm
cp lib/CPANPLUS/Internals.pm ../../lib/CPANPLUS/Internals.pm
cp lib/CPANPLUS/Module/Signature.pm ../../lib/CPANPLUS/Module/Signature.pm
cp lib/CPANPLUS/Hacking.pod ../../lib/CPANPLUS/Hacking.pod
cp lib/CPANPLUS.pm ../../lib/CPANPLUS.pm
cp lib/CPANPLUS/Shell/Default/Plugins/Remote.pm ../../lib/CPANPLUS/Shell/Default
/Plugins/Remote.pm
cp lib/CPANPLUS/Backend.pm ../../lib/CPANPLUS/Backend.pm
cp lib/CPANPLUS/Internals/Report.pm ../../lib/CPANPLUS/Internals/Report.pm
cp lib/CPANPLUS/Module/Author/Fake.pm ../../lib/CPANPLUS/Module/Author/Fake.pm
cp lib/CPANPLUS/FAQ.pod ../../lib/CPANPLUS/FAQ.pod
cp lib/CPANPLUS/Config.pm ../../lib/CPANPLUS/Config.pm
cp lib/CPANPLUS/Shell/Default/Plugins/Source.pm ../../lib/CPANPLUS/Shell/Default
/Plugins/Source.pm
cp lib/CPANPLUS/Internals/Utils.pm ../../lib/CPANPLUS/Internals/Utils.pm
cp lib/CPANPLUS/Internals/Constants/Report.pm ../../lib/CPANPLUS/Internals/Const
ants/Report.pm
cp lib/CPANPLUS/Configure/Setup.pm ../../lib/CPANPLUS/Configure/Setup.pm
cp lib/CPANPLUS/Shell.pm ../../lib/CPANPLUS/Shell.pm
cp lib/CPANPLUS/Internals/Source.pm ../../lib/CPANPLUS/Internals/Source.pm
cp lib/CPANPLUS/Internals/Fetch.pm ../../lib/CPANPLUS/Internals/Fetch.pm
cp lib/CPANPLUS/Dist.pm ../../lib/CPANPLUS/Dist.pm
cp lib/CPANPLUS/Shell/Classic.pm ../../lib/CPANPLUS/Shell/Classic.pm
cp lib/CPANPLUS/Configure.pm ../../lib/CPANPLUS/Configure.pm
cp lib/CPANPLUS/Selfupdate.pm ../../lib/CPANPLUS/Selfupdate.pm
cp lib/CPANPLUS/Internals/Search.pm ../../lib/CPANPLUS/Internals/Search.pm
cp lib/CPANPLUS/Internals/Extract.pm ../../lib/CPANPLUS/Internals/Extract.pm
cp lib/CPANPLUS/Internals/Source/SQLite/Tie.pm ../../lib/CPANPLUS/Internals/Sour
ce/SQLite/Tie.pm
cp lib/CPANPLUS/Dist/Sample.pm ../../lib/CPANPLUS/Dist/Sample.pm
cp lib/CPANPLUS/Internals/Utils/Autoflush.pm ../../lib/CPANPLUS/Internals/Utils/
Autoflush.pm
cp lib/CPANPLUS/Shell/Default/Plugins/CustomSource.pm ../../lib/CPANPLUS/Shell/D
efault/Plugins/CustomSource.pm
cp lib/CPANPLUS/Error.pm ../../lib/CPANPLUS/Error.pm
cp lib/CPANPLUS/Module/Fake.pm ../../lib/CPANPLUS/Module/Fake.pm
cp lib/CPANPLUS/Internals/Source/SQLite.pm ../../lib/CPANPLUS/Internals/Source/S
QLite.pm
cp lib/CPANPLUS/Internals/Source/Memory.pm ../../lib/CPANPLUS/Internals/Source/M
emory.pm
cp lib/CPANPLUS/Dist/Autobundle.pm ../../lib/CPANPLUS/Dist/Autobundle.pm
cp lib/CPANPLUS/Internals/Constants.pm ../../lib/CPANPLUS/Internals/Constants.pm
cp lib/CPANPLUS/Dist/Base.pm ../../lib/CPANPLUS/Dist/Base.pm
cp lib/CPANPLUS/Shell/Default/Plugins/HOWTO.pod ../../lib/CPANPLUS/Shell/Default
/Plugins/HOWTO.pod
cp bin/cpanp-run-perl blib/script/cpanp-run-perl
/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPANPLUS/../../miniperl "-I../.
./lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpanp-r
un-perl
cp bin/cpan2dist blib/script/cpan2dist
/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPANPLUS/../../miniperl "-I../.
./lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpan2di
st
cp bin/cpanp blib/script/cpanp
/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPANPLUS/../../miniperl "-I../.
./lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpanp
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS'
./miniperl -Ilib make_ext.pl cpan/CPANPLUS-Dist-Build/pm_to_blib MAKE=make LIBPE
RL_A=libperl.a
Making CPANPLUS::Dist::Build (all)
Creating Makefile.PL in cpan/CPANPLUS-Dist-Build for CPANPLUS::Dist::Build
Running Makefile.PL in cpan/CPANPLUS-Dist-Build
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for CPANPLUS::Dist::Build
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS-Dist-Build'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS-Dist-Build'
Making all in cpan/CPANPLUS-Dist-Build
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS-Dist-Build'
cp lib/CPANPLUS/Dist/Build.pm ../../lib/CPANPLUS/Dist/Build.pm
cp lib/CPANPLUS/Dist/Build/Constants.pm ../../lib/CPANPLUS/Dist/Build/Constants.
pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS-Dist-Build'
./miniperl -Ilib make_ext.pl ext/Devel-SelfStubber/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making Devel::SelfStubber (all)
Creating Makefile.PL in ext/Devel-SelfStubber for Devel::SelfStubber
Running Makefile.PL in ext/Devel-SelfStubber
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Devel::SelfStubber
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-SelfStubber'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-SelfStubber'
Making all in ext/Devel-SelfStubber
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-SelfStubber'
cp lib/Devel/SelfStubber.pm ../../lib/Devel/SelfStubber.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-SelfStubber'
./miniperl -Ilib make_ext.pl cpan/Digest/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making Digest (all)
Creating Makefile.PL in cpan/Digest for Digest
Running Makefile.PL in cpan/Digest
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Digest
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est'
Making all in cpan/Digest
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest'
cp Digest.pm ../../lib/Digest.pm
cp Digest/file.pm ../../lib/Digest/file.pm
cp Digest/base.pm ../../lib/Digest/base.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est'
./miniperl -Ilib make_ext.pl cpan/encoding-warnings/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making encoding::warnings (all)
Creating Makefile.PL in cpan/encoding-warnings for encoding::warnings
Running Makefile.PL in cpan/encoding-warnings
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for encoding::warnings
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/en
coding-warnings'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/enc
oding-warnings'
Making all in cpan/encoding-warnings
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/en
coding-warnings'
cp lib/encoding/warnings.pm ../../lib/encoding/warnings.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/enc
oding-warnings'
./miniperl -Ilib make_ext.pl ext/Errno/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Errno (all)
Running Makefile.PL in ext/Errno
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Errno
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Err
no'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Errn
o'
Making all in ext/Errno
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Err
no'
../../miniperl "-I../../lib" "-I../../lib" Errno_pm.PL Errno.pm
cp Errno.pm ../../lib/Errno.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Errn
o'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-CBuilder/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making ExtUtils::CBuilder (all)
Creating Makefile.PL in cpan/ExtUtils-CBuilder for ExtUtils::CBuilder
Running Makefile.PL in cpan/ExtUtils-CBuilder
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for ExtUtils::CBuilder
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-CBuilder'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-CBuilder'
Making all in cpan/ExtUtils-CBuilder
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-CBuilder'
cp lib/ExtUtils/CBuilder.pm ../../lib/ExtUtils/CBuilder.pm
cp lib/ExtUtils/CBuilder/Platform/Windows.pm ../../lib/ExtUtils/CBuilder/Platfor
m/Windows.pm
cp lib/ExtUtils/CBuilder/Platform/aix.pm ../../lib/ExtUtils/CBuilder/Platform/ai
x.pm
cp lib/ExtUtils/CBuilder/Platform/cygwin.pm ../../lib/ExtUtils/CBuilder/Platform
/cygwin.pm
cp lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm ../../lib/ExtUtils/CBuilder/Pla
tform/Windows/GCC.pm
cp lib/ExtUtils/CBuilder/Platform/VMS.pm ../../lib/ExtUtils/CBuilder/Platform/VM
S.pm
cp lib/ExtUtils/CBuilder/Platform/Unix.pm ../../lib/ExtUtils/CBuilder/Platform/U
nix.pm
cp lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm ../../lib/ExtUtils/CBuilder/Pla
tform/Windows/BCC.pm
cp lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm ../../lib/ExtUtils/CBuilder/Pl
atform/Windows/MSVC.pm
cp lib/ExtUtils/CBuilder/Platform/darwin.pm ../../lib/ExtUtils/CBuilder/Platform
/darwin.pm
cp lib/ExtUtils/CBuilder/Platform/dec_osf.pm ../../lib/ExtUtils/CBuilder/Platfor
m/dec_osf.pm
cp lib/ExtUtils/CBuilder/Platform/os2.pm ../../lib/ExtUtils/CBuilder/Platform/os
2.pm
cp lib/ExtUtils/CBuilder/Base.pm ../../lib/ExtUtils/CBuilder/Base.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-CBuilder'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-Command/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making ExtUtils::Command (all)
Creating Makefile.PL in cpan/ExtUtils-Command for ExtUtils::Command
Running Makefile.PL in cpan/ExtUtils-Command
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for ExtUtils::Command
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Command'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Command'
Making all in cpan/ExtUtils-Command
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Command'
cp lib/ExtUtils/Command.pm ../../lib/ExtUtils/Command.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Command'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-Constant/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making ExtUtils::Constant (all)
Creating Makefile.PL in cpan/ExtUtils-Constant for ExtUtils::Constant
Running Makefile.PL in cpan/ExtUtils-Constant
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for ExtUtils::Constant
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Constant'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Constant'
Making all in cpan/ExtUtils-Constant
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Constant'
cp lib/ExtUtils/Constant/ProxySubs.pm ../../lib/ExtUtils/Constant/ProxySubs.pm
cp lib/ExtUtils/Constant/XS.pm ../../lib/ExtUtils/Constant/XS.pm
cp lib/ExtUtils/Constant/Utils.pm ../../lib/ExtUtils/Constant/Utils.pm
cp lib/ExtUtils/Constant/Base.pm ../../lib/ExtUtils/Constant/Base.pm
cp lib/ExtUtils/Constant.pm ../../lib/ExtUtils/Constant.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Constant'
./miniperl -Ilib make_ext.pl dist/ExtUtils-Install/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making ExtUtils::Install (all)
Creating Makefile.PL in dist/ExtUtils-Install for ExtUtils::Install
Running Makefile.PL in dist/ExtUtils-Install
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for ExtUtils::Install
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ex
tUtils-Install'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ext
Utils-Install'
Making all in dist/ExtUtils-Install
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ex
tUtils-Install'
cp lib/ExtUtils/Installed.pm ../../lib/ExtUtils/Installed.pm
cp lib/ExtUtils/Install.pm ../../lib/ExtUtils/Install.pm
cp lib/ExtUtils/Packlist.pm ../../lib/ExtUtils/Packlist.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ext
Utils-Install'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-MakeMaker/pm_to_blib MAKE=make LIBPER
L_A=libperl.a
Making ExtUtils::MakeMaker (all)
Creating Makefile.PL in cpan/ExtUtils-MakeMaker for ExtUtils::MakeMaker
Running Makefile.PL in cpan/ExtUtils-MakeMaker
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Checking if your kit is complete...
Warning: the following files are missing in your kit:
.gitignore
inc/ExtUtils/Command.pm
inc/ExtUtils/Install.pm
inc/ExtUtils/Installed.pm
inc/ExtUtils/Manifest.pm
inc/ExtUtils/MANIFEST.SKIP
inc/ExtUtils/Packlist.pm
MANIFEST.SKIP
META.yml
t/lib/Test/Builder.pm
t/lib/Test/Builder/IO/Scalar.pm
t/lib/Test/Builder/Module.pm
t/lib/Test/More.pm
t/lib/Test/Simple.pm
Please inform the author.
Writing Makefile for ExtUtils::MakeMaker
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-MakeMaker'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-MakeMaker'
Making all in cpan/ExtUtils-MakeMaker
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-MakeMaker'
cp lib/ExtUtils/MakeMaker.pm ../../lib/ExtUtils/MakeMaker.pm
cp lib/ExtUtils/MM_OS2.pm ../../lib/ExtUtils/MM_OS2.pm
cp lib/ExtUtils/MM_VOS.pm ../../lib/ExtUtils/MM_VOS.pm
cp lib/ExtUtils/MM_Unix.pm ../../lib/ExtUtils/MM_Unix.pm
cp lib/ExtUtils/Mksymlists.pm ../../lib/ExtUtils/Mksymlists.pm
cp lib/ExtUtils/MM.pm ../../lib/ExtUtils/MM.pm
cp lib/ExtUtils/MM_UWIN.pm ../../lib/ExtUtils/MM_UWIN.pm
cp lib/ExtUtils/MM_Win32.pm ../../lib/ExtUtils/MM_Win32.pm
cp lib/ExtUtils/testlib.pm ../../lib/ExtUtils/testlib.pm
cp lib/ExtUtils/MY.pm ../../lib/ExtUtils/MY.pm
cp lib/ExtUtils/MM_Cygwin.pm ../../lib/ExtUtils/MM_Cygwin.pm
cp lib/ExtUtils/MM_DOS.pm ../../lib/ExtUtils/MM_DOS.pm
cp lib/ExtUtils/MM_MacOS.pm ../../lib/ExtUtils/MM_MacOS.pm
cp lib/ExtUtils/MM_VMS.pm ../../lib/ExtUtils/MM_VMS.pm
cp lib/ExtUtils/MM_Win95.pm ../../lib/ExtUtils/MM_Win95.pm
cp lib/ExtUtils/MM_BeOS.pm ../../lib/ExtUtils/MM_BeOS.pm
cp lib/ExtUtils/Liblist.pm ../../lib/ExtUtils/Liblist.pm
cp lib/ExtUtils/MM_AIX.pm ../../lib/ExtUtils/MM_AIX.pm
cp lib/ExtUtils/MM_Darwin.pm ../../lib/ExtUtils/MM_Darwin.pm
cp lib/ExtUtils/MakeMaker/Tutorial.pod ../../lib/ExtUtils/MakeMaker/Tutorial.pod
cp lib/ExtUtils/Mkbootstrap.pm ../../lib/ExtUtils/Mkbootstrap.pm
cp lib/ExtUtils/Liblist/Kid.pm ../../lib/ExtUtils/Liblist/Kid.pm
cp lib/ExtUtils/MM_QNX.pm ../../lib/ExtUtils/MM_QNX.pm
cp lib/ExtUtils/MakeMaker/FAQ.pod ../../lib/ExtUtils/MakeMaker/FAQ.pod
cp lib/ExtUtils/Command/MM.pm ../../lib/ExtUtils/Command/MM.pm
cp lib/ExtUtils/MakeMaker/Config.pm ../../lib/ExtUtils/MakeMaker/Config.pm
cp lib/ExtUtils/MM_NW5.pm ../../lib/ExtUtils/MM_NW5.pm
cp lib/ExtUtils/MM_Any.pm ../../lib/ExtUtils/MM_Any.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-MakeMaker'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-Manifest/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making ExtUtils::Manifest (all)
Creating Makefile.PL in cpan/ExtUtils-Manifest for ExtUtils::Manifest
Running Makefile.PL in cpan/ExtUtils-Manifest
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for ExtUtils::Manifest
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Manifest'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Manifest'
Making all in cpan/ExtUtils-Manifest
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Manifest'
cp lib/ExtUtils/MANIFEST.SKIP ../../lib/ExtUtils/MANIFEST.SKIP
cp lib/ExtUtils/Manifest.pm ../../lib/ExtUtils/Manifest.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Manifest'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-ParseXS/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making ExtUtils::ParseXS (all)
Creating Makefile.PL in cpan/ExtUtils-ParseXS for ExtUtils::ParseXS
Running Makefile.PL in cpan/ExtUtils-ParseXS
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for ExtUtils::ParseXS
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-ParseXS'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-ParseXS'
Making all in cpan/ExtUtils-ParseXS
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-ParseXS'
cp lib/ExtUtils/ParseXS.pm ../../lib/ExtUtils/ParseXS.pm
cp lib/ExtUtils/xsubpp ../../lib/ExtUtils/xsubpp
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-ParseXS'
./miniperl -Ilib make_ext.pl ext/FileCache/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making FileCache (all)
Creating Makefile.PL in ext/FileCache for FileCache
Running Makefile.PL in ext/FileCache
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for FileCache
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
eCache'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
Cache'
Making all in ext/FileCache
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
eCache'
cp lib/FileCache.pm ../../lib/FileCache.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
Cache'
./miniperl -Ilib make_ext.pl cpan/File-Fetch/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making File::Fetch (all)
Creating Makefile.PL in cpan/File-Fetch for File::Fetch
Running Makefile.PL in cpan/File-Fetch
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for File::Fetch
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Fetch'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Fetch'
Making all in cpan/File-Fetch
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Fetch'
cp lib/File/Fetch.pm ../../lib/File/Fetch.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Fetch'
./miniperl -Ilib make_ext.pl cpan/File-Path/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making File::Path (all)
Creating Makefile.PL in cpan/File-Path for File::Path
Running Makefile.PL in cpan/File-Path
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for File::Path
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Path'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Path'
Making all in cpan/File-Path
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Path'
cp lib/File/Path.pm ../../lib/File/Path.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Path'
./miniperl -Ilib make_ext.pl cpan/File-Temp/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making File::Temp (all)
Creating Makefile.PL in cpan/File-Temp for File::Temp
Running Makefile.PL in cpan/File-Temp
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for File::Temp
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Temp'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Temp'
Making all in cpan/File-Temp
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Temp'
cp Temp.pm ../../lib/File/Temp.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Temp'
./miniperl -Ilib make_ext.pl dist/Filter-Simple/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making Filter::Simple (all)
Creating Makefile.PL in dist/Filter-Simple for Filter::Simple
Running Makefile.PL in dist/Filter-Simple
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Filter::Simple
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fi
lter-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fil
ter-Simple'
Making all in dist/Filter-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fi
lter-Simple'
cp lib/Filter/Simple.pm ../../lib/Filter/Simple.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fil
ter-Simple'
./miniperl -Ilib make_ext.pl cpan/Getopt-Long/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Getopt::Long (all)
Creating Makefile.PL in cpan/Getopt-Long for Getopt::Long
Running Makefile.PL in cpan/Getopt-Long
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Getopt::Long
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ge
topt-Long'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Get
opt-Long'
Making all in cpan/Getopt-Long
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ge
topt-Long'
cp lib/Getopt/Long.pm ../../lib/Getopt/Long.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Get
opt-Long'
./miniperl -Ilib make_ext.pl dist/I18N-LangTags/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making I18N::LangTags (all)
Creating Makefile.PL in dist/I18N-LangTags for I18N::LangTags
Running Makefile.PL in dist/I18N-LangTags
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for I18N::LangTags
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I1
8N-LangTags'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I18
N-LangTags'
Making all in dist/I18N-LangTags
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I1
8N-LangTags'
cp lib/I18N/LangTags/List.pm ../../lib/I18N/LangTags/List.pm
cp lib/I18N/LangTags.pm ../../lib/I18N/LangTags.pm
cp lib/I18N/LangTags/Detect.pm ../../lib/I18N/LangTags/Detect.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I18
N-LangTags'
./miniperl -Ilib make_ext.pl cpan/if/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making if (all)
Creating Makefile.PL in cpan/if for if
Running Makefile.PL in cpan/if
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for if
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if
'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if'
Making all in cpan/if
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if
'
cp if.pm ../../lib/if.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if'
./miniperl -Ilib make_ext.pl cpan/IO-Compress/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making IO::Compress (all)
Running Makefile.PL in cpan/IO-Compress
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for IO::Compress
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Compress'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Compress'
Making all in cpan/IO-Compress
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Compress'
cp lib/IO/Uncompress/Adapter/Bunzip2.pm ../../lib/IO/Uncompress/Adapter/Bunzip2.
pm
cp lib/IO/Uncompress/RawInflate.pm ../../lib/IO/Uncompress/RawInflate.pm
cp lib/Compress/Zlib.pm ../../lib/Compress/Zlib.pm
AutoSplitting ../../lib/Compress/Zlib.pm (../../lib/auto/Compress/Zlib)
cp lib/IO/Uncompress/Inflate.pm ../../lib/IO/Uncompress/Inflate.pm
cp lib/IO/Compress/Deflate.pm ../../lib/IO/Compress/Deflate.pm
cp lib/IO/Compress/Adapter/Deflate.pm ../../lib/IO/Compress/Adapter/Deflate.pm
cp lib/IO/Uncompress/Adapter/Identity.pm ../../lib/IO/Uncompress/Adapter/Identit
y.pm
cp lib/IO/Compress/Zip.pm ../../lib/IO/Compress/Zip.pm
cp lib/IO/Uncompress/Base.pm ../../lib/IO/Uncompress/Base.pm
cp lib/IO/Compress/Gzip/Constants.pm ../../lib/IO/Compress/Gzip/Constants.pm
cp lib/IO/Compress/Zlib/Extra.pm ../../lib/IO/Compress/Zlib/Extra.pm
cp lib/File/GlobMapper.pm ../../lib/File/GlobMapper.pm
cp lib/IO/Compress/Base.pm ../../lib/IO/Compress/Base.pm
cp lib/IO/Compress/Zip/Constants.pm ../../lib/IO/Compress/Zip/Constants.pm
cp lib/IO/Compress/Zlib/Constants.pm ../../lib/IO/Compress/Zlib/Constants.pm
cp lib/IO/Compress/Adapter/Identity.pm ../../lib/IO/Compress/Adapter/Identity.pm
cp lib/IO/Uncompress/Adapter/Inflate.pm ../../lib/IO/Uncompress/Adapter/Inflate.
pm
cp lib/IO/Uncompress/Unzip.pm ../../lib/IO/Uncompress/Unzip.pm
cp lib/IO/Compress/Base/Common.pm ../../lib/IO/Compress/Base/Common.pm
cp lib/IO/Uncompress/Bunzip2.pm ../../lib/IO/Uncompress/Bunzip2.pm
cp lib/IO/Uncompress/Gunzip.pm ../../lib/IO/Uncompress/Gunzip.pm
cp lib/IO/Uncompress/AnyUncompress.pm ../../lib/IO/Uncompress/AnyUncompress.pm
cp lib/IO/Compress/Adapter/Bzip2.pm ../../lib/IO/Compress/Adapter/Bzip2.pm
cp lib/IO/Compress/RawDeflate.pm ../../lib/IO/Compress/RawDeflate.pm
cp lib/IO/Uncompress/AnyInflate.pm ../../lib/IO/Uncompress/AnyInflate.pm
cp lib/IO/Compress/Gzip.pm ../../lib/IO/Compress/Gzip.pm
cp lib/IO/Compress/Bzip2.pm ../../lib/IO/Compress/Bzip2.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Compress'
./miniperl -Ilib make_ext.pl cpan/IO-Zlib/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making IO::Zlib (all)
Creating Makefile.PL in cpan/IO-Zlib for IO::Zlib
Running Makefile.PL in cpan/IO-Zlib
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for IO::Zlib
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Zlib'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Zlib'
Making all in cpan/IO-Zlib
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Zlib'
cp Zlib.pm ../../lib/IO/Zlib.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Zlib'
./miniperl -Ilib make_ext.pl cpan/IPC-Cmd/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making IPC::Cmd (all)
Creating Makefile.PL in cpan/IPC-Cmd for IPC::Cmd
Running Makefile.PL in cpan/IPC-Cmd
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for IPC::Cmd
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-Cmd'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-Cmd'
Making all in cpan/IPC-Cmd
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-Cmd'
cp lib/IPC/Cmd.pm ../../lib/IPC/Cmd.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-Cmd'
./miniperl -Ilib make_ext.pl ext/IPC-Open2/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making IPC::Open2 (all)
Creating Makefile.PL in ext/IPC-Open2 for IPC::Open2
Running Makefile.PL in ext/IPC-Open2
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for IPC::Open2
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open2'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open2'
Making all in ext/IPC-Open2
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open2'
cp lib/IPC/Open2.pm ../../lib/IPC/Open2.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open2'
./miniperl -Ilib make_ext.pl ext/IPC-Open3/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making IPC::Open3 (all)
Creating Makefile.PL in ext/IPC-Open3 for IPC::Open3
Running Makefile.PL in ext/IPC-Open3
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for IPC::Open3
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open3'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open3'
Making all in ext/IPC-Open3
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open3'
cp lib/IPC/Open3.pm ../../lib/IPC/Open3.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open3'
./miniperl -Ilib make_ext.pl dist/lib/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making lib (all)
Running Makefile.PL in dist/lib
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for lib
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/li
b'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/lib
'
Making all in dist/lib
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/li
b'
../../miniperl "-I../../lib" "-I../../lib" lib_pm.PL lib.pm
Extracting lib.pm (with variable substitutions)
cp lib.pm ../../lib/lib.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/lib
'
./miniperl -Ilib make_ext.pl cpan/libnet/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making libnet (all)
Running Makefile.PL in cpan/libnet
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Net
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/li
bnet'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/lib
net'
Making all in cpan/libnet
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/li
bnet'
cp Net/POP3.pm ../../lib/Net/POP3.pm
cp Net/Config.pm ../../lib/Net/Config.pm
cp Net/SMTP.pm ../../lib/Net/SMTP.pm
cp Net/FTP/dataconn.pm ../../lib/Net/FTP/dataconn.pm
cp Net/libnetFAQ.pod ../../lib/Net/libnetFAQ.pod
cp Net/Domain.pm ../../lib/Net/Domain.pm
cp Net/FTP/E.pm ../../lib/Net/FTP/E.pm
cp Net/Cmd.pm ../../lib/Net/Cmd.pm
cp Net/FTP.pm ../../lib/Net/FTP.pm
cp Net/Netrc.pm ../../lib/Net/Netrc.pm
cp Net/FTP/A.pm ../../lib/Net/FTP/A.pm
cp Net/FTP/L.pm ../../lib/Net/FTP/L.pm
cp Net/NNTP.pm ../../lib/Net/NNTP.pm
cp Net/Time.pm ../../lib/Net/Time.pm
cp Net/FTP/I.pm ../../lib/Net/FTP/I.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/lib
net'
./miniperl -Ilib make_ext.pl cpan/Locale-Codes/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Locale::Codes (all)
Running Makefile.PL in cpan/Locale-Codes
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Locale-Codes
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Codes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Codes'
Making all in cpan/Locale-Codes
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Codes'
cp lib/Locale/Country.pm ../../lib/Locale/Country.pm
cp lib/Locale/Script.pod ../../lib/Locale/Script.pod
cp lib/Locale/Constants.pod ../../lib/Locale/Constants.pod
cp lib/Locale/Language.pm ../../lib/Locale/Language.pm
cp lib/Locale/Currency.pod ../../lib/Locale/Currency.pod
cp lib/Locale/Constants.pm ../../lib/Locale/Constants.pm
cp lib/Locale/Script.pm ../../lib/Locale/Script.pm
cp lib/Locale/Country.pod ../../lib/Locale/Country.pod
cp lib/Locale/Language.pod ../../lib/Locale/Language.pod
cp lib/Locale/Currency.pm ../../lib/Locale/Currency.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Codes'
./miniperl -Ilib make_ext.pl dist/Locale-Maketext/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Locale::Maketext (all)
Creating Makefile.PL in dist/Locale-Maketext for Locale::Maketext
Running Makefile.PL in dist/Locale-Maketext
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Locale::Maketext
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Lo
cale-Maketext'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Loc
ale-Maketext'
Making all in dist/Locale-Maketext
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Lo
cale-Maketext'
cp lib/Locale/Maketext/Guts.pm ../../lib/Locale/Maketext/Guts.pm
cp lib/Locale/Maketext/GutsLoader.pm ../../lib/Locale/Maketext/GutsLoader.pm
cp lib/Locale/Maketext/TPJ13.pod ../../lib/Locale/Maketext/TPJ13.pod
cp lib/Locale/Maketext.pod ../../lib/Locale/Maketext.pod
cp lib/Locale/Maketext.pm ../../lib/Locale/Maketext.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Loc
ale-Maketext'
./miniperl -Ilib make_ext.pl cpan/Locale-Maketext-Simple/pm_to_blib MAKE=make LI
BPERL_A=libperl.a
Making Locale::Maketext::Simple (all)
Creating Makefile.PL in cpan/Locale-Maketext-Simple for Locale::Maketext::Simple
Running Makefile.PL in cpan/Locale-Maketext-Simple
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Locale::Maketext::Simple
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Maketext-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Maketext-Simple'
Making all in cpan/Locale-Maketext-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Maketext-Simple'
cp lib/Locale/Maketext/Simple.pm ../../lib/Locale/Maketext/Simple.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Maketext-Simple'
./miniperl -Ilib make_ext.pl cpan/Log-Message/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Log::Message (all)
Creating Makefile.PL in cpan/Log-Message for Log::Message
Running Makefile.PL in cpan/Log-Message
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Log::Message
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message'
Making all in cpan/Log-Message
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message'
cp lib/Log/Message/Config.pm ../../lib/Log/Message/Config.pm
cp lib/Log/Message/Handlers.pm ../../lib/Log/Message/Handlers.pm
cp lib/Log/Message.pm ../../lib/Log/Message.pm
cp lib/Log/Message/Item.pm ../../lib/Log/Message/Item.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message'
./miniperl -Ilib make_ext.pl cpan/Log-Message-Simple/pm_to_blib MAKE=make LIBPER
L_A=libperl.a
Making Log::Message::Simple (all)
Creating Makefile.PL in cpan/Log-Message-Simple for Log::Message::Simple
Running Makefile.PL in cpan/Log-Message-Simple
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Log::Message::Simple
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message-Simple'
Making all in cpan/Log-Message-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message-Simple'
cp lib/Log/Message/Simple.pm ../../lib/Log/Message/Simple.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message-Simple'
./miniperl -Ilib make_ext.pl cpan/Math-BigInt/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Math::BigInt (all)
Creating Makefile.PL in cpan/Math-BigInt for Math::BigInt
Running Makefile.PL in cpan/Math-BigInt
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Math::BigInt
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt'
Making all in cpan/Math-BigInt
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt'
cp lib/Math/BigInt.pm ../../lib/Math/BigInt.pm
cp lib/Math/BigInt/CalcEmu.pm ../../lib/Math/BigInt/CalcEmu.pm
cp lib/Math/BigFloat.pm ../../lib/Math/BigFloat.pm
cp lib/Math/BigInt/Calc.pm ../../lib/Math/BigInt/Calc.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt'
./miniperl -Ilib make_ext.pl cpan/Math-BigRat/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Math::BigRat (all)
Creating Makefile.PL in cpan/Math-BigRat for Math::BigRat
Running Makefile.PL in cpan/Math-BigRat
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Math::BigRat
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigRat'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigRat'
Making all in cpan/Math-BigRat
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigRat'
cp lib/Math/BigRat.pm ../../lib/Math/BigRat.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigRat'
./miniperl -Ilib make_ext.pl cpan/Math-Complex/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Math::Complex (all)
Creating Makefile.PL in cpan/Math-Complex for Math::Complex
Running Makefile.PL in cpan/Math-Complex
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Math::Complex
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-Complex'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-Complex'
Making all in cpan/Math-Complex
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-Complex'
cp lib/Math/Complex.pm ../../lib/Math/Complex.pm
cp lib/Math/Trig.pm ../../lib/Math/Trig.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-Complex'
./miniperl -Ilib make_ext.pl cpan/Memoize/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making Memoize (all)
Creating Makefile.PL in cpan/Memoize for Memoize
Running Makefile.PL in cpan/Memoize
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Memoize
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Me
moize'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mem
oize'
Making all in cpan/Memoize
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Me
moize'
cp Memoize.pm ../../lib/Memoize.pm
cp Memoize/NDBM_File.pm ../../lib/Memoize/NDBM_File.pm
cp Memoize/ExpireFile.pm ../../lib/Memoize/ExpireFile.pm
cp Memoize/ExpireTest.pm ../../lib/Memoize/ExpireTest.pm
cp Memoize/AnyDBM_File.pm ../../lib/Memoize/AnyDBM_File.pm
cp Memoize/Storable.pm ../../lib/Memoize/Storable.pm
cp Memoize/Expire.pm ../../lib/Memoize/Expire.pm
cp Memoize/SDBM_File.pm ../../lib/Memoize/SDBM_File.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mem
oize'
./miniperl -Ilib make_ext.pl cpan/Module-Build/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Module::Build (all)
Creating Makefile.PL in cpan/Module-Build for Module::Build
Running Makefile.PL in cpan/Module-Build
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Module::Build
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Build'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Build'
Making all in cpan/Module-Build
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Build'
cp lib/Module/Build/Version.pm ../../lib/Module/Build/Version.pm
cp lib/Module/Build/Platform/darwin.pm ../../lib/Module/Build/Platform/darwin.pm
cp lib/Module/Build/Platform/MacOS.pm ../../lib/Module/Build/Platform/MacOS.pm
cp lib/Module/Build/Dumper.pm ../../lib/Module/Build/Dumper.pm
cp lib/Module/Build/Notes.pm ../../lib/Module/Build/Notes.pm
cp lib/Module/Build/Compat.pm ../../lib/Module/Build/Compat.pm
cp lib/Module/Build/Platform/RiscOS.pm ../../lib/Module/Build/Platform/RiscOS.pm
cp lib/Module/Build/ConfigData.pm ../../lib/Module/Build/ConfigData.pm
cp lib/Module/Build/PodParser.pm ../../lib/Module/Build/PodParser.pm
cp lib/Module/Build/Platform/VOS.pm ../../lib/Module/Build/Platform/VOS.pm
cp lib/Module/Build/Platform/Windows.pm ../../lib/Module/Build/Platform/Windows.
pm
cp lib/Module/Build/Bundling.pod ../../lib/Module/Build/Bundling.pod
cp lib/inc/latest.pm ../../lib/inc/latest.pm
cp lib/Module/Build/Platform/Unix.pm ../../lib/Module/Build/Platform/Unix.pm
cp lib/Module/Build/ModuleInfo.pm ../../lib/Module/Build/ModuleInfo.pm
cp lib/Module/Build/Platform/Amiga.pm ../../lib/Module/Build/Platform/Amiga.pm
cp lib/Module/Build/Config.pm ../../lib/Module/Build/Config.pm
cp lib/Module/Build/Platform/os2.pm ../../lib/Module/Build/Platform/os2.pm
cp lib/Module/Build/Base.pm ../../lib/Module/Build/Base.pm
cp lib/Module/Build/Platform/MPEiX.pm ../../lib/Module/Build/Platform/MPEiX.pm
cp lib/Module/Build/Platform/EBCDIC.pm ../../lib/Module/Build/Platform/EBCDIC.pm
cp lib/Module/Build/Platform/VMS.pm ../../lib/Module/Build/Platform/VMS.pm
cp lib/Module/Build/Platform/cygwin.pm ../../lib/Module/Build/Platform/cygwin.pm
cp lib/Module/Build.pm ../../lib/Module/Build.pm
cp lib/Module/Build/PPMMaker.pm ../../lib/Module/Build/PPMMaker.pm
cp lib/Module/Build/Platform/aix.pm ../../lib/Module/Build/Platform/aix.pm
cp lib/Module/Build/Cookbook.pm ../../lib/Module/Build/Cookbook.pm
cp lib/inc/latest/private.pm ../../lib/inc/latest/private.pm
cp lib/Module/Build/Authoring.pod ../../lib/Module/Build/Authoring.pod
cp lib/Module/Build/Platform/Default.pm ../../lib/Module/Build/Platform/Default.
pm
cp lib/Module/Build/YAML.pm ../../lib/Module/Build/YAML.pm
cp lib/Module/Build/API.pod ../../lib/Module/Build/API.pod
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Build'
./miniperl -Ilib make_ext.pl dist/Module-CoreList/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Module::CoreList (all)
Running Makefile.PL in dist/Module-CoreList
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Warning: prerequisite Test::More 0 not found.
Checking if your kit is complete...
Looks good
Writing Makefile for Module::CoreList
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mo
dule-CoreList'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mod
ule-CoreList'
Making all in dist/Module-CoreList
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mo
dule-CoreList'
cp lib/Module/CoreList.pm ../../lib/Module/CoreList.pm
cp corelist blib/script/corelist
/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Module-CoreList/../../miniperl
"-I../../lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/
corelist
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mod
ule-CoreList'
./miniperl -Ilib make_ext.pl cpan/Module-Load/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Module::Load (all)
Creating Makefile.PL in cpan/Module-Load for Module::Load
Running Makefile.PL in cpan/Module-Load
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Module::Load
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load'
Making all in cpan/Module-Load
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load'
cp lib/Module/Load.pm ../../lib/Module/Load.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load'
./miniperl -Ilib make_ext.pl cpan/Module-Load-Conditional/pm_to_blib MAKE=make L
IBPERL_A=libperl.a
Making Module::Load::Conditional (all)
Creating Makefile.PL in cpan/Module-Load-Conditional for Module::Load::Condition
al
Running Makefile.PL in cpan/Module-Load-Conditional
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Module::Load::Conditional
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load-Conditional'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load-Conditional'
Making all in cpan/Module-Load-Conditional
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load-Conditional'
cp lib/Module/Load/Conditional.pm ../../lib/Module/Load/Conditional.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load-Conditional'
./miniperl -Ilib make_ext.pl cpan/Module-Loaded/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making Module::Loaded (all)
Creating Makefile.PL in cpan/Module-Loaded for Module::Loaded
Running Makefile.PL in cpan/Module-Loaded
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Module::Loaded
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Loaded'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Loaded'
Making all in cpan/Module-Loaded
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Loaded'
cp lib/Module/Loaded.pm ../../lib/Module/Loaded.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Loaded'
./miniperl -Ilib make_ext.pl cpan/Module-Pluggable/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making Module::Pluggable (all)
Running Makefile.PL in cpan/Module-Pluggable
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Warning: prerequisite Test::More 0.62 not found.
Writing Makefile for Module::Pluggable
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Pluggable'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Pluggable'
Making all in cpan/Module-Pluggable
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Pluggable'
cp lib/Module/Pluggable/Object.pm ../../lib/Module/Pluggable/Object.pm
cp lib/Module/Pluggable.pm ../../lib/Module/Pluggable.pm
cp lib/Devel/InnerPackage.pm ../../lib/Devel/InnerPackage.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Pluggable'
./miniperl -Ilib make_ext.pl dist/Net-Ping/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making Net::Ping (all)
Creating Makefile.PL in dist/Net-Ping for Net::Ping
Running Makefile.PL in dist/Net-Ping
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Net::Ping
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ne
t-Ping'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Net
-Ping'
Making all in dist/Net-Ping
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ne
t-Ping'
cp lib/Net/Ping.pm ../../lib/Net/Ping.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Net
-Ping'
./miniperl -Ilib make_ext.pl cpan/NEXT/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making NEXT (all)
Creating Makefile.PL in cpan/NEXT for NEXT
Running Makefile.PL in cpan/NEXT
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
WARNING: Setting ABSTRACT via file 'lib/NEXT.pm' failed
at ../../cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm line 583
Writing Makefile for NEXT
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NE
XT'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NEX
T'
Making all in cpan/NEXT
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NE
XT'
cp lib/NEXT.pm ../../lib/NEXT.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NEX
T'
./miniperl -Ilib make_ext.pl cpan/Object-Accessor/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Object::Accessor (all)
Creating Makefile.PL in cpan/Object-Accessor for Object::Accessor
Running Makefile.PL in cpan/Object-Accessor
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Object::Accessor
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ob
ject-Accessor'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Obj
ect-Accessor'
Making all in cpan/Object-Accessor
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ob
ject-Accessor'
cp lib/Object/Accessor.pm ../../lib/Object/Accessor.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Obj
ect-Accessor'
./miniperl -Ilib make_ext.pl cpan/Package-Constants/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making Package::Constants (all)
Creating Makefile.PL in cpan/Package-Constants for Package::Constants
Running Makefile.PL in cpan/Package-Constants
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Package::Constants
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
ckage-Constants'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pac
kage-Constants'
Making all in cpan/Package-Constants
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
ckage-Constants'
cp lib/Package/Constants.pm ../../lib/Package/Constants.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pac
kage-Constants'
./miniperl -Ilib make_ext.pl cpan/Params-Check/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Params::Check (all)
Creating Makefile.PL in cpan/Params-Check for Params::Check
Running Makefile.PL in cpan/Params-Check
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Params::Check
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rams-Check'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
ams-Check'
Making all in cpan/Params-Check
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rams-Check'
cp lib/Params/Check.pm ../../lib/Params/Check.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
ams-Check'
./miniperl -Ilib make_ext.pl cpan/parent/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making parent (all)
Creating Makefile.PL in cpan/parent for parent
Running Makefile.PL in cpan/parent
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for parent
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pa
rent'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/par
ent'
Making all in cpan/parent
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pa
rent'
cp lib/parent.pm ../../lib/parent.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/par
ent'
./miniperl -Ilib make_ext.pl cpan/Parse-CPAN-Meta/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Parse::CPAN::Meta (all)
Creating Makefile.PL in cpan/Parse-CPAN-Meta for Parse::CPAN::Meta
Running Makefile.PL in cpan/Parse-CPAN-Meta
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Parse::CPAN::Meta
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rse-CPAN-Meta'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
se-CPAN-Meta'
Making all in cpan/Parse-CPAN-Meta
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rse-CPAN-Meta'
cp uupacktool.pl ../../lib/Parse/CPAN/uupacktool.pl
cp lib/Parse/CPAN/Meta.pm ../../lib/Parse/CPAN/Meta.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
se-CPAN-Meta'
./miniperl -Ilib make_ext.pl cpan/PerlIO-via-QuotedPrint/pm_to_blib MAKE=make LI
BPERL_A=libperl.a
Making PerlIO::via::QuotedPrint (all)
Creating Makefile.PL in cpan/PerlIO-via-QuotedPrint for PerlIO::via::QuotedPrint
Running Makefile.PL in cpan/PerlIO-via-QuotedPrint
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for PerlIO::via::QuotedPrint
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pe
rlIO-via-QuotedPrint'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Per
lIO-via-QuotedPrint'
Making all in cpan/PerlIO-via-QuotedPrint
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pe
rlIO-via-QuotedPrint'
cp lib/PerlIO/via/QuotedPrint.pm ../../lib/PerlIO/via/QuotedPrint.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Per
lIO-via-QuotedPrint'
./miniperl -Ilib make_ext.pl cpan/Pod-Escapes/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Pod::Escapes (all)
Creating Makefile.PL in cpan/Pod-Escapes for Pod::Escapes
Running Makefile.PL in cpan/Pod-Escapes
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
WARNING: Setting ABSTRACT via file 'lib/Pod/Escapes.pm' failed
at ../../cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm line 583
Writing Makefile for Pod::Escapes
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Escapes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Escapes'
Making all in cpan/Pod-Escapes
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Escapes'
cp lib/Pod/Escapes.pm ../../lib/Pod/Escapes.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Escapes'
./miniperl -Ilib make_ext.pl cpan/Pod-LaTeX/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Pod::LaTeX (all)
Creating Makefile.PL in cpan/Pod-LaTeX for Pod::LaTeX
Running Makefile.PL in cpan/Pod-LaTeX
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Pod::LaTeX
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-LaTeX'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-LaTeX'
Making all in cpan/Pod-LaTeX
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-LaTeX'
cp LaTeX.pm ../../lib/Pod/LaTeX.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-LaTeX'
./miniperl -Ilib make_ext.pl cpan/podlators/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making podlators (all)
Running Makefile.PL in cpan/podlators
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Pod
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/po
dlators'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pod
lators'
Making all in cpan/podlators
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/po
dlators'
cp lib/Pod/ParseLink.pm ../../lib/Pod/ParseLink.pm
cp lib/Pod/Text/Termcap.pm ../../lib/Pod/Text/Termcap.pm
cp lib/Pod/Text.pm ../../lib/Pod/Text.pm
cp lib/Pod/Text/Color.pm ../../lib/Pod/Text/Color.pm
cp lib/Pod/Text/Overstrike.pm ../../lib/Pod/Text/Overstrike.pm
cp lib/Pod/Man.pm ../../lib/Pod/Man.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pod
lators'
./miniperl -Ilib make_ext.pl cpan/Pod-Parser/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making Pod::Parser (all)
Creating Makefile.PL in cpan/Pod-Parser for Pod::Parser
Running Makefile.PL in cpan/Pod-Parser
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Pod::Parser
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Parser'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Parser'
Making all in cpan/Pod-Parser
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Parser'
cp lib/Pod/InputObjects.pm ../../lib/Pod/InputObjects.pm
cp lib/Pod/Select.pm ../../lib/Pod/Select.pm
cp lib/Pod/PlainText.pm ../../lib/Pod/PlainText.pm
cp lib/Pod/Checker.pm ../../lib/Pod/Checker.pm
cp lib/Pod/Find.pm ../../lib/Pod/Find.pm
cp lib/Pod/ParseUtils.pm ../../lib/Pod/ParseUtils.pm
cp lib/Pod/Usage.pm ../../lib/Pod/Usage.pm
cp lib/Pod/Parser.pm ../../lib/Pod/Parser.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Parser'
./miniperl -Ilib make_ext.pl dist/Pod-Perldoc/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Pod::Perldoc (all)
Creating Makefile.PL in dist/Pod-Perldoc for Pod::Perldoc
Running Makefile.PL in dist/Pod-Perldoc
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Pod::Perldoc
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Perldoc'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Perldoc'
Making all in dist/Pod-Perldoc
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Perldoc'
cp lib/Pod/Perldoc/ToNroff.pm ../../lib/Pod/Perldoc/ToNroff.pm
cp lib/Pod/Perldoc/ToTk.pm ../../lib/Pod/Perldoc/ToTk.pm
cp lib/Pod/Perldoc/ToText.pm ../../lib/Pod/Perldoc/ToText.pm
cp lib/Pod/Perldoc.pm ../../lib/Pod/Perldoc.pm
cp lib/Pod/Perldoc/BaseTo.pm ../../lib/Pod/Perldoc/BaseTo.pm
cp lib/Pod/Perldoc/ToMan.pm ../../lib/Pod/Perldoc/ToMan.pm
cp lib/Pod/Perldoc/ToRtf.pm ../../lib/Pod/Perldoc/ToRtf.pm
cp lib/Pod/Perldoc/GetOptsOO.pm ../../lib/Pod/Perldoc/GetOptsOO.pm
cp lib/Pod/Perldoc/ToChecker.pm ../../lib/Pod/Perldoc/ToChecker.pm
cp lib/Pod/Perldoc/ToPod.pm ../../lib/Pod/Perldoc/ToPod.pm
cp lib/Pod/Perldoc/ToXml.pm ../../lib/Pod/Perldoc/ToXml.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Perldoc'
./miniperl -Ilib make_ext.pl dist/Pod-Plainer/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Pod::Plainer (all)
Creating Makefile.PL in dist/Pod-Plainer for Pod::Plainer
Running Makefile.PL in dist/Pod-Plainer
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Pod::Plainer
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Plainer'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Plainer'
Making all in dist/Pod-Plainer
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Plainer'
cp Plainer.pm ../../lib/Pod/Plainer.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Plainer'
./miniperl -Ilib make_ext.pl cpan/Pod-Simple/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making Pod::Simple (all)
Creating Makefile.PL in cpan/Pod-Simple for Pod::Simple
Running Makefile.PL in cpan/Pod-Simple
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Pod::Simple
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Simple'
Making all in cpan/Pod-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Simple'
cp lib/Pod/Simple/DumpAsText.pm ../../lib/Pod/Simple/DumpAsText.pm
cp lib/Pod/Simple/LinkSection.pm ../../lib/Pod/Simple/LinkSection.pm
cp lib/Pod/Simple/Progress.pm ../../lib/Pod/Simple/Progress.pm
cp lib/Pod/Simple/XMLOutStream.pm ../../lib/Pod/Simple/XMLOutStream.pm
cp lib/Pod/Simple/TextContent.pm ../../lib/Pod/Simple/TextContent.pm
cp lib/Pod/Simple/Search.pm ../../lib/Pod/Simple/Search.pm
cp lib/Pod/Simple/TranscodeSmart.pm ../../lib/Pod/Simple/TranscodeSmart.pm
cp lib/Pod/Simple/Text.pm ../../lib/Pod/Simple/Text.pm
cp lib/Pod/Simple/PullParserStartToken.pm ../../lib/Pod/Simple/PullParserStartTo
ken.pm
cp lib/Pod/Simple/Debug.pm ../../lib/Pod/Simple/Debug.pm
cp lib/Pod/Simple/Methody.pm ../../lib/Pod/Simple/Methody.pm
cp lib/Pod/Simple/PullParserEndToken.pm ../../lib/Pod/Simple/PullParserEndToken.
pm
cp lib/Pod/Simple/PullParserTextToken.pm ../../lib/Pod/Simple/PullParserTextToke
n.pm
cp lib/Pod/Simple.pm ../../lib/Pod/Simple.pm
cp lib/Pod/Simple/HTMLBatch.pm ../../lib/Pod/Simple/HTMLBatch.pm
cp lib/Pod/Simple/TranscodeDumb.pm ../../lib/Pod/Simple/TranscodeDumb.pm
cp lib/Pod/Simple/RTF.pm ../../lib/Pod/Simple/RTF.pm
cp lib/Pod/Simple/Checker.pm ../../lib/Pod/Simple/Checker.pm
cp lib/Pod/Simple/PullParser.pm ../../lib/Pod/Simple/PullParser.pm
cp lib/Pod/Simple/PullParserToken.pm ../../lib/Pod/Simple/PullParserToken.pm
cp lib/Pod/Simple/SimpleTree.pm ../../lib/Pod/Simple/SimpleTree.pm
cp lib/Pod/Simple/TiedOutFH.pm ../../lib/Pod/Simple/TiedOutFH.pm
cp lib/Pod/Simple/XHTML.pm ../../lib/Pod/Simple/XHTML.pm
cp lib/Pod/Simple/HTML.pm ../../lib/Pod/Simple/HTML.pm
cp lib/Pod/Simple.pod ../../lib/Pod/Simple.pod
cp lib/Pod/Simple/Subclassing.pod ../../lib/Pod/Simple/Subclassing.pod
cp lib/Pod/Simple/BlackBox.pm ../../lib/Pod/Simple/BlackBox.pm
cp lib/Pod/Simple/DumpAsXML.pm ../../lib/Pod/Simple/DumpAsXML.pm
cp lib/Pod/Simple/HTMLLegacy.pm ../../lib/Pod/Simple/HTMLLegacy.pm
cp lib/Pod/Simple/Transcode.pm ../../lib/Pod/Simple/Transcode.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Simple'
./miniperl -Ilib make_ext.pl dist/Safe/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Safe (all)
Running Makefile.PL in dist/Safe
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Checking if your kit is complete...
Looks good
Writing Makefile for Safe
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sa
fe'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Saf
e'
Making all in dist/Safe
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sa
fe'
cp Safe.pm ../../lib/Safe.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Saf
e'
./miniperl -Ilib make_ext.pl dist/SelfLoader/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making SelfLoader (all)
Creating Makefile.PL in dist/SelfLoader for SelfLoader
Running Makefile.PL in dist/SelfLoader
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for SelfLoader
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Se
lfLoader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sel
fLoader'
Making all in dist/SelfLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Se
lfLoader'
cp lib/SelfLoader.pm ../../lib/SelfLoader.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sel
fLoader'
./miniperl -Ilib make_ext.pl cpan/Shell/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Shell (all)
Creating Makefile.PL in cpan/Shell for Shell
Running Makefile.PL in cpan/Shell
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Shell
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sh
ell'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/She
ll'
Making all in cpan/Shell
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sh
ell'
cp Shell.pm ../../lib/Shell.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/She
ll'
./miniperl -Ilib make_ext.pl dist/Switch/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making Switch (all)
Running Makefile.PL in dist/Switch
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Warning: prerequisite Filter::Util::Call 0 not found.
Warning: prerequisite Text::Balanced 0 not found.
Checking if your kit is complete...
Looks good
Writing Makefile for Switch
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sw
itch'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Swi
tch'
Making all in dist/Switch
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sw
itch'
cp Switch.pm ../../lib/Switch.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Swi
tch'
./miniperl -Ilib make_ext.pl cpan/Term-ANSIColor/pm_to_blib MAKE=make LIBPERL_A=
libperl.a
Making Term::ANSIColor (all)
Creating Makefile.PL in cpan/Term-ANSIColor for Term::ANSIColor
Running Makefile.PL in cpan/Term-ANSIColor
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Term::ANSIColor
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-ANSIColor'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-ANSIColor'
Making all in cpan/Term-ANSIColor
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-ANSIColor'
cp ANSIColor.pm ../../lib/Term/ANSIColor.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-ANSIColor'
./miniperl -Ilib make_ext.pl cpan/Term-Cap/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making Term::Cap (all)
Creating Makefile.PL in cpan/Term-Cap for Term::Cap
Running Makefile.PL in cpan/Term-Cap
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Term::Cap
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-Cap'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-Cap'
Making all in cpan/Term-Cap
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-Cap'
cp Cap.pm ../../lib/Term/Cap.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-Cap'
./miniperl -Ilib make_ext.pl cpan/Term-UI/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making Term::UI (all)
Creating Makefile.PL in cpan/Term-UI for Term::UI
Running Makefile.PL in cpan/Term-UI
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Term::UI
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-UI'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-UI'
Making all in cpan/Term-UI
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-UI'
cp lib/Term/UI/History.pm ../../lib/Term/UI/History.pm
cp lib/Term/UI.pm ../../lib/Term/UI.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-UI'
./miniperl -Ilib make_ext.pl cpan/Test/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Test (all)
Creating Makefile.PL in cpan/Test for Test
Running Makefile.PL in cpan/Test
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Test
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t'
Making all in cpan/Test
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st'
cp lib/Test.pm ../../lib/Test.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t'
./miniperl -Ilib make_ext.pl cpan/Test-Harness/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Test::Harness (all)
Creating Makefile.PL in cpan/Test-Harness for Test::Harness
Running Makefile.PL in cpan/Test-Harness
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Test::Harness
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Harness'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Harness'
Making all in cpan/Test-Harness
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Harness'
cp lib/TAP/Parser/Result/Pragma.pm ../../lib/TAP/Parser/Result/Pragma.pm
cp lib/App/Prove/State/Result.pm ../../lib/App/Prove/State/Result.pm
cp lib/TAP/Parser/Iterator/Array.pm ../../lib/TAP/Parser/Iterator/Array.pm
cp lib/TAP/Base.pm ../../lib/TAP/Base.pm
cp lib/TAP/Formatter/Console/ParallelSession.pm ../../lib/TAP/Formatter/Console/
ParallelSession.pm
cp lib/TAP/Parser/Result.pm ../../lib/TAP/Parser/Result.pm
cp lib/TAP/Formatter/Console/Session.pm ../../lib/TAP/Formatter/Console/Session.
pm
cp lib/TAP/Parser/Result/YAML.pm ../../lib/TAP/Parser/Result/YAML.pm
cp lib/TAP/Parser/Scheduler/Job.pm ../../lib/TAP/Parser/Scheduler/Job.pm
cp lib/TAP/Parser.pm ../../lib/TAP/Parser.pm
cp lib/TAP/Parser/IteratorFactory.pm ../../lib/TAP/Parser/IteratorFactory.pm
cp lib/TAP/Parser/Iterator.pm ../../lib/TAP/Parser/Iterator.pm
cp lib/TAP/Formatter/Color.pm ../../lib/TAP/Formatter/Color.pm
cp lib/TAP/Parser/Iterator/Process.pm ../../lib/TAP/Parser/Iterator/Process.pm
cp lib/TAP/Parser/Grammar.pm ../../lib/TAP/Parser/Grammar.pm
cp lib/Test/Harness.pm ../../lib/Test/Harness.pm
cp lib/TAP/Formatter/Base.pm ../../lib/TAP/Formatter/Base.pm
cp lib/TAP/Formatter/File/Session.pm ../../lib/TAP/Formatter/File/Session.pm
cp lib/TAP/Parser/ResultFactory.pm ../../lib/TAP/Parser/ResultFactory.pm
cp lib/TAP/Parser/Utils.pm ../../lib/TAP/Parser/Utils.pm
cp lib/TAP/Parser/Result/Bailout.pm ../../lib/TAP/Parser/Result/Bailout.pm
cp lib/TAP/Parser/Multiplexer.pm ../../lib/TAP/Parser/Multiplexer.pm
cp lib/TAP/Object.pm ../../lib/TAP/Object.pm
cp lib/TAP/Parser/Result/Version.pm ../../lib/TAP/Parser/Result/Version.pm
cp lib/TAP/Parser/YAMLish/Writer.pm ../../lib/TAP/Parser/YAMLish/Writer.pm
cp lib/TAP/Parser/Result/Unknown.pm ../../lib/TAP/Parser/Result/Unknown.pm
cp lib/TAP/Parser/YAMLish/Reader.pm ../../lib/TAP/Parser/YAMLish/Reader.pm
cp lib/TAP/Parser/Scheduler.pm ../../lib/TAP/Parser/Scheduler.pm
cp lib/TAP/Parser/Result/Plan.pm ../../lib/TAP/Parser/Result/Plan.pm
cp lib/TAP/Parser/Source/Perl.pm ../../lib/TAP/Parser/Source/Perl.pm
cp lib/TAP/Parser/Result/Test.pm ../../lib/TAP/Parser/Result/Test.pm
cp lib/App/Prove/State/Result/Test.pm ../../lib/App/Prove/State/Result/Test.pm
cp lib/TAP/Parser/Result/Comment.pm ../../lib/TAP/Parser/Result/Comment.pm
cp lib/TAP/Parser/Source.pm ../../lib/TAP/Parser/Source.pm
cp lib/TAP/Formatter/Console.pm ../../lib/TAP/Formatter/Console.pm
cp lib/TAP/Parser/Iterator/Stream.pm ../../lib/TAP/Parser/Iterator/Stream.pm
cp lib/TAP/Formatter/Session.pm ../../lib/TAP/Formatter/Session.pm
cp lib/App/Prove.pm ../../lib/App/Prove.pm
cp lib/App/Prove/State.pm ../../lib/App/Prove/State.pm
cp lib/TAP/Harness.pm ../../lib/TAP/Harness.pm
cp lib/TAP/Formatter/File.pm ../../lib/TAP/Formatter/File.pm
cp lib/TAP/Parser/Aggregator.pm ../../lib/TAP/Parser/Aggregator.pm
cp lib/TAP/Parser/Scheduler/Spinner.pm ../../lib/TAP/Parser/Scheduler/Spinner.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Harness'
./miniperl -Ilib make_ext.pl cpan/Test-Simple/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Test::Simple (all)
Creating Makefile.PL in cpan/Test-Simple for Test::Simple
Running Makefile.PL in cpan/Test-Simple
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Test::Simple
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Simple'
Making all in cpan/Test-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Simple'
cp lib/Test/Builder/Tester/Color.pm ../../lib/Test/Builder/Tester/Color.pm
cp lib/Test/Simple.pm ../../lib/Test/Simple.pm
cp lib/Test/Builder.pm ../../lib/Test/Builder.pm
cp lib/Test/More.pm ../../lib/Test/More.pm
cp lib/Test/Builder/Module.pm ../../lib/Test/Builder/Module.pm
cp lib/Test/Builder/Tester.pm ../../lib/Test/Builder/Tester.pm
cp lib/Test/Tutorial.pod ../../lib/Test/Tutorial.pod
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Simple'
./miniperl -Ilib make_ext.pl cpan/Text-Balanced/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making Text::Balanced (all)
Creating Makefile.PL in cpan/Text-Balanced for Text::Balanced
Running Makefile.PL in cpan/Text-Balanced
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Text::Balanced
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Balanced'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Balanced'
Making all in cpan/Text-Balanced
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Balanced'
cp lib/Text/Balanced.pm ../../lib/Text/Balanced.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Balanced'
./miniperl -Ilib make_ext.pl cpan/Text-ParseWords/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Text::ParseWords (all)
Creating Makefile.PL in cpan/Text-ParseWords for Text::ParseWords
Running Makefile.PL in cpan/Text-ParseWords
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Text::ParseWords
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-ParseWords'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-ParseWords'
Making all in cpan/Text-ParseWords
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-ParseWords'
cp lib/Text/ParseWords.pm ../../lib/Text/ParseWords.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-ParseWords'
./miniperl -Ilib make_ext.pl cpan/Text-Tabs/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Text::Tabs (all)
Creating Makefile.PL in cpan/Text-Tabs for Text::Tabs
Running Makefile.PL in cpan/Text-Tabs
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
WARNING: Setting ABSTRACT via file 'lib/Text/Tabs.pm' failed
at ../../cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm line 583
Writing Makefile for Text::Tabs
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Tabs'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Tabs'
Making all in cpan/Text-Tabs
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Tabs'
cp lib/Text/Wrap.pm ../../lib/Text/Wrap.pm
cp lib/Text/Tabs.pm ../../lib/Text/Tabs.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Tabs'
./miniperl -Ilib make_ext.pl dist/Thread-Queue/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Thread::Queue (all)
Creating Makefile.PL in dist/Thread-Queue for Thread::Queue
Running Makefile.PL in dist/Thread-Queue
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Thread::Queue
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Queue'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Queue'
Making all in dist/Thread-Queue
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Queue'
cp lib/Thread/Queue.pm ../../lib/Thread/Queue.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Queue'
./miniperl -Ilib make_ext.pl dist/Thread-Semaphore/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making Thread::Semaphore (all)
Creating Makefile.PL in dist/Thread-Semaphore for Thread::Semaphore
Running Makefile.PL in dist/Thread-Semaphore
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Thread::Semaphore
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Semaphore'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Semaphore'
Making all in dist/Thread-Semaphore
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Semaphore'
cp lib/Thread/Semaphore.pm ../../lib/Thread/Semaphore.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Semaphore'
./miniperl -Ilib make_ext.pl cpan/Tie-File/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making Tie::File (all)
Creating Makefile.PL in cpan/Tie-File for Tie::File
Running Makefile.PL in cpan/Tie-File
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Tie::File
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-File'
Making all in cpan/Tie-File
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-File'
cp lib/Tie/File.pm ../../lib/Tie/File.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-File'
./miniperl -Ilib make_ext.pl ext/Tie-Memoize/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making Tie::Memoize (all)
Creating Makefile.PL in ext/Tie-Memoize for Tie::Memoize
Running Makefile.PL in ext/Tie-Memoize
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Tie::Memoize
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie
-Memoize'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie-
Memoize'
Making all in ext/Tie-Memoize
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie
-Memoize'
cp lib/Tie/Memoize.pm ../../lib/Tie/Memoize.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie-
Memoize'
./miniperl -Ilib make_ext.pl cpan/Tie-RefHash/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Tie::RefHash (all)
Creating Makefile.PL in cpan/Tie-RefHash for Tie::RefHash
Running Makefile.PL in cpan/Tie-RefHash
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Tie::RefHash
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-RefHash'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-RefHash'
Making all in cpan/Tie-RefHash
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-RefHash'
cp lib/Tie/RefHash.pm ../../lib/Tie/RefHash.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-RefHash'
./miniperl -Ilib make_ext.pl ext/Time-Local/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Time::Local (all)
Creating Makefile.PL in ext/Time-Local for Time::Local
Running Makefile.PL in ext/Time-Local
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Time::Local
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tim
e-Local'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Time
-Local'
Making all in ext/Time-Local
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tim
e-Local'
cp lib/Time/Local.pm ../../lib/Time/Local.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Time
-Local'
./miniperl -Ilib make_ext.pl cpan/Unicode-Collate/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Unicode::Collate (all)
Creating Makefile.PL in cpan/Unicode-Collate for Unicode::Collate
Running Makefile.PL in cpan/Unicode-Collate
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for Unicode::Collate
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Collate'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Collate'
Making all in cpan/Unicode-Collate
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Collate'
cp Collate/keys.txt ../../lib/Unicode/Collate/keys.txt
cp Collate.pm ../../lib/Unicode/Collate.pm
cp Collate/allkeys.txt ../../lib/Unicode/Collate/allkeys.txt
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Collate'
./miniperl -Ilib make_ext.pl dist/XSLoader/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making XSLoader (all)
Running Makefile.PL in dist/XSLoader
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a
Writing Makefile for XSLoader
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XS
Loader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XSL
oader'
Making all in dist/XSLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XS
Loader'
../../miniperl "-I../../lib" "-I../../lib" XSLoader_pm.PL XSLoader.pm
cp XSLoader.pm ../../lib/XSLoader.pm
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XSL
oader'
./miniperl -Ilib -Icpan/Cwd -Icpan/Cwd/lib lib/unicore/mktables -C lib/unicore -
P pod -maketest -makelist -p
lib/unicore/mktables: Failed to open 'mktables.lst' (this is expected to be
missing the first time); turning on -globlist option instead: No such
file or directory; at lib/unicore/mktables line 13766
Processing PropertyAliases.txt
Finishing property setup
Processing PropValueAliases.txt
Processing DAge.txt
Processing extracted/DGeneralCategory.txt
Processing extracted/DCombiningClass.txt
Processing extracted/DNumType.txt
Processing extracted/DEastAsianWidth.txt
Processing extracted/DLineBreak.txt
Processing extracted/DBidiClass.txt
Processing extracted/DDecompositionType.txt
Processing extracted/DBinaryProperties.txt
Processing extracted/DNumValues.txt
Processing extracted/DJoinGroup.txt
Processing extracted/DJoinType.txt
Processing Jamo.txt
Processing UnicodeData.txt
Processing ArabicShaping.txt
Processing Blocks.txt
Processing PropList.txt
Processing SpecialCasing.txt
Processing LineBreak.txt
Processing EastAsianWidth.txt
Processing CompositionExclusions.txt
Processing BidiMirroring.txt
Processing CaseFolding.txt
Processing DCoreProperties.txt
Processing Scripts.txt
Processing DNormalizationProps.txt
Processing HangulSyllableType.txt
Processing auxiliary/WordBreakProperty.txt
Processing auxiliary/GraphemeBreakProperty.txt
Processing auxiliary/GCBTest.txt
Processing auxiliary/SentenceBreakProperty.txt
Processing NamedSequences.txt
Processing NameAliases.txt
Finishing processing Unicode properties
Compiling Perl properties
Creating Perl synonyms
Writing tables
Making pod file
Making test script
Updating 'mktables.lst'
`sh cflags "optimize='-O2'" perlmain.o` perlmain.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" op.o` op.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" perl.o` perl.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
./miniperl -Ilib make_ext.pl DynaLoader.o MAKE=make LIBPERL_A=libperl.a LINKTYPE
=static CCCDLFLAGS=
Making DynaLoader (all)
Running Makefile.PL in ext/DynaLoader
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS=
Processing hints file hints/linux.pl
Writing Makefile for DynaLoader
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyn
aLoader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyna
Loader'
Making all in ext/DynaLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS=
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyn
aLoader'
../../miniperl "-I../../lib" "-I../../lib" DynaLoader_pm.PL DynaLoader.pm
cp DynaLoader.pm ../../lib/DynaLoader.pm
AutoSplitting ../../lib/DynaLoader.pm (../../lib/auto/DynaLoader)
rm -f DynaLoader.xs
cp dl_dlopen.xs DynaLoader.xs
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap DynaLoader.xs > DynaLoader.xsc && mv Dyna
Loader.xsc DynaLoader.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.10\" -DXS_VERSION=\"1.1
0\" "-I../.." -DLIBC="/lib/libc-2.5.so" DynaLoader.c
rm -rf ../../DynaLoader.o
cp DynaLoader.o ../../DynaLoader.o
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyna
Loader'
rm -f libperl.a
/usr/bin/ar rcu libperl.a op.o perl.o gv.o toke.o perly.o pad.o regcomp.o dump
.o util.o mg.o reentr.o mro.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.
o pp_sys.o doop.o doio.o regexec.o utf8.o taint.o deb.o universal.o globals.o pe
rlio.o perlapi.o numeric.o mathoms.o locale.o pp_pack.o pp_sort.o DynaLoader.o
cc -o perl -fstack-protector -L/usr/local/lib -Wl,-E perlmain.o libperl.a `cat
ext.libs` -lnsl -ldl -lm -lcrypt -lutil -lc
./miniperl -Ilib -Icpan/Cwd -Icpan/Cwd/lib mkppport
running /home/dave/perl5/perlbrew/build/perl-5.12.2/miniperl -I../../lib PPPort_
pm.PL
including ppphdoc
including ppphbin
including version
including threads
including limits
including uv
including memory
including misc
including variables
including mPUSH
including call
including newRV
including newCONSTSUB
including MY_CXT
including format
including SvREFCNT
including newSV_type
including newSVpv
including SvPV
including Sv_set
including sv_xpvf
including shared_pv
including HvNAME
including gv
including warn
including pvs
including magic
including cop
including grok
including snprintf
including sprintf
including exception
including strlfuncs
including pv_tools
running /home/dave/perl5/perlbrew/build/perl-5.12.2/miniperl -I../../lib ppport_
h.PL
installing ppport.h for cpan/Cwd
installing ppport.h for cpan/DB_File
installing ppport.h for cpan/IPC-SysV
installing ppport.h for cpan/Time-HiRes
installing ppport.h for cpan/Win32API-File
removing temporary file PPPort.pm
removing temporary file ppport.h
./miniperl -Ilib make_ext.pl lib/auto/attributes/attributes.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making attributes (all)
Creating Makefile.PL in ext/attributes for attributes
Running Makefile.PL in ext/attributes
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for attributes
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/att
ributes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/attr
ibutes'
Making all in ext/attributes
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/att
ributes'
cp attributes.pm ../../lib/attributes.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap attributes.xs > attributes.xsc && mv attributes.xsc a
ttributes.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.12\" -DXS_VERSION=\"0.1
2\" -fPIC "-I../.." attributes.c
Running Mkbootstrap for attributes ()
chmod 644 attributes.bs
rm -f ../../lib/auto/attributes/attributes.so
cc -shared -O2 -L/usr/local/lib -fstack-protector attributes.o -o ../../lib/au
to/attributes/attributes.so \
\
chmod 755 ../../lib/auto/attributes/attributes.so
cp attributes.bs ../../lib/auto/attributes/attributes.bs
chmod 644 ../../lib/auto/attributes/attributes.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/attr
ibutes'
./miniperl -Ilib make_ext.pl lib/auto/B/B.so MAKE=make LIBPERL_A=libperl.a LINKT
YPE=dynamic
Making B (all)
Running Makefile.PL in ext/B
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for B
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
Making all in ext/B
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
cp B/Showlex.pm ../../lib/B/Showlex.pm
cp B.pm ../../lib/B.pm
cp B/Concise.pm ../../lib/B/Concise.pm
cp B/Xref.pm ../../lib/B/Xref.pm
cp B/Terse.pm ../../lib/B/Terse.pm
cp O.pm ../../lib/O.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap -typemap typemap B.xs > B.xsc && mv B.xsc B.c
../../miniperl "-I../../lib" "-I../../lib" "-I../../lib" "-I../../lib" defsubs_h
.PL defsubs.h ../..
Extracting defsubs.h...
../../miniperl -I../../lib -I../../lib -I../../lib -I../../lib defsubs_h.PL defs
ubs.h ../..
Extracting defsubs.h...
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.23\" -DXS_VERSION=\"1.2
3\" -fPIC "-I../.." B.c
Running Mkbootstrap for B ()
chmod 644 B.bs
rm -f ../../lib/auto/B/B.so
cc -shared -O2 -L/usr/local/lib -fstack-protector B.o -o ../../lib/auto/B/B.so
\
\
chmod 755 ../../lib/auto/B/B.so
cp B.bs ../../lib/auto/B/B.bs
chmod 644 ../../lib/auto/B/B.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Bzip2/Bzip2.so MAKE=make LIBP
ERL_A=libperl.a LINKTYPE=dynamic
Making Compress::Raw::Bzip2 (all)
Running Makefile.PL in cpan/Compress-Raw-Bzip2
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for Compress::Raw::Bzip2
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Bzip2'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Bzip2'
Making all in cpan/Compress-Raw-Bzip2
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Bzip2'
cp lib/Compress/Raw/Bzip2.pm ../../lib/Compress/Raw/Bzip2.pm
AutoSplitting ../../lib/Compress/Raw/Bzip2.pm (../../lib/auto/Compress/Raw/Bzip2
)
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_VERSION=\
"2.024\" -fPIC "-I../.." -DBZ_NO_STDIO blocksort.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_VERSION=\
"2.024\" -fPIC "-I../.." -DBZ_NO_STDIO huffman.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_VERSION=\
"2.024\" -fPIC "-I../.." -DBZ_NO_STDIO crctable.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_VERSION=\
"2.024\" -fPIC "-I../.." -DBZ_NO_STDIO randtable.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_VERSION=\
"2.024\" -fPIC "-I../.." -DBZ_NO_STDIO compress.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_VERSION=\
"2.024\" -fPIC "-I../.." -DBZ_NO_STDIO decompress.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_VERSION=\
"2.024\" -fPIC "-I../.." -DBZ_NO_STDIO bzlib.c
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap -typemap typemap Bzip2.xs > Bzip2.xsc && mv Bzip2.xsc
Bzip2.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_VERSION=\
"2.024\" -fPIC "-I../.." -DBZ_NO_STDIO Bzip2.c
Running Mkbootstrap for Compress::Raw::Bzip2 ()
chmod 644 Bzip2.bs
rm -f ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so
cc -shared -O2 -L/usr/local/lib -fstack-protector blocksort.o huffman.o crctabl
e.o randtable.o compress.o decompress.o bzlib.o Bzip2.o -o ../../lib/auto/Comp
ress/Raw/Bzip2/Bzip2.so \
\
chmod 755 ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so
cp Bzip2.bs ../../lib/auto/Compress/Raw/Bzip2/Bzip2.bs
chmod 644 ../../lib/auto/Compress/Raw/Bzip2/Bzip2.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Bzip2'
./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Zlib/Zlib.so MAKE=make LIBPER
L_A=libperl.a LINKTYPE=dynamic
Making Compress::Raw::Zlib (all)
Running Makefile.PL in cpan/Compress-Raw-Zlib
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Parsing config.in...
Building Zlib enabled
Auto Detect Gzip OS Code..
Setting Gzip OS Code to 3 [Unix/Default]
Looks Good.
Writing Makefile for Compress::Raw::Zlib
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Zlib'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Zlib'
Making all in cpan/Compress-Raw-Zlib
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Zlib'
cp lib/Compress/Raw/Zlib.pm ../../lib/Compress/Raw/Zlib.pm
AutoSplitting ../../lib/Compress/Raw/Zlib.pm (../../lib/auto/Compress/Raw/Zlib)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap -typemap typemap Zlib.xs > Zlib.xsc && mv Zlib.xsc Zl
ib.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 Zlib.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 adler32.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 crc32.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 infback.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 inflate.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 uncompr.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 compress.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 deflate.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 inffast.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 inftrees.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 trees.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 zutil.c
Running Mkbootstrap for Compress::Raw::Zlib ()
chmod 644 Zlib.bs
rm -f ../../lib/auto/Compress/Raw/Zlib/Zlib.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Zlib.o adler32.o crc32.o infb
ack.o inflate.o uncompr.o compress.o deflate.o inffast.o inftrees.o trees.o zuti
l.o -o ../../lib/auto/Compress/Raw/Zlib/Zlib.so \
\
chmod 755 ../../lib/auto/Compress/Raw/Zlib/Zlib.so
cp Zlib.bs ../../lib/auto/Compress/Raw/Zlib/Zlib.bs
chmod 644 ../../lib/auto/Compress/Raw/Zlib/Zlib.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Zlib'
./miniperl -Ilib make_ext.pl lib/auto/Cwd/Cwd.so MAKE=make LIBPERL_A=libperl.a L
INKTYPE=dynamic
Making Cwd (all)
Creating Makefile.PL in cpan/Cwd for Cwd
Running Makefile.PL in cpan/Cwd
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for Cwd
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cw
d'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cwd
'
Making all in cpan/Cwd
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cw
d'
cp lib/File/Spec/OS2.pm ../../lib/File/Spec/OS2.pm
cp lib/File/Spec/Mac.pm ../../lib/File/Spec/Mac.pm
cp lib/File/Spec/VMS.pm ../../lib/File/Spec/VMS.pm
cp lib/File/Spec/Epoc.pm ../../lib/File/Spec/Epoc.pm
cp lib/File/Spec/Functions.pm ../../lib/File/Spec/Functions.pm
cp lib/File/Spec/Cygwin.pm ../../lib/File/Spec/Cygwin.pm
cp lib/File/Spec.pm ../../lib/File/Spec.pm
cp Cwd.pm ../../lib/Cwd.pm
cp lib/File/Spec/Unix.pm ../../lib/File/Spec/Unix.pm
cp lib/File/Spec/Win32.pm ../../lib/File/Spec/Win32.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Cwd.xs > Cwd.xsc && mv Cwd.xsc Cwd.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.31\" -DXS_VERSION=\"3.3
1\" -fPIC "-I../.." Cwd.c
Running Mkbootstrap for Cwd ()
chmod 644 Cwd.bs
rm -f ../../lib/auto/Cwd/Cwd.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Cwd.o -o ../../lib/auto/Cwd/
Cwd.so \
\
chmod 755 ../../lib/auto/Cwd/Cwd.so
cp Cwd.bs ../../lib/auto/Cwd/Cwd.bs
chmod 644 ../../lib/auto/Cwd/Cwd.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cwd
'
./miniperl -Ilib make_ext.pl lib/auto/Data/Dumper/Dumper.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making Data::Dumper (all)
Creating Makefile.PL in dist/Data-Dumper for Data::Dumper
Running Makefile.PL in dist/Data-Dumper
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for Data::Dumper
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Da
ta-Dumper'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Dat
a-Dumper'
Making all in dist/Data-Dumper
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Da
ta-Dumper'
cp Dumper.pm ../../lib/Data/Dumper.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Dumper.xs > Dumper.xsc && mv Dumper.xsc Dumper.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.125\" -DXS_VERSION=\"2.
125\" -fPIC "-I../.." Dumper.c
Running Mkbootstrap for Data::Dumper ()
chmod 644 Dumper.bs
rm -f ../../lib/auto/Data/Dumper/Dumper.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Dumper.o -o ../../lib/auto/D
ata/Dumper/Dumper.so \
\
chmod 755 ../../lib/auto/Data/Dumper/Dumper.so
cp Dumper.bs ../../lib/auto/Data/Dumper/Dumper.bs
chmod 644 ../../lib/auto/Data/Dumper/Dumper.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Dat
a-Dumper'
./miniperl -Ilib make_ext.pl lib/auto/DB_File/DB_File.so MAKE=make LIBPERL_A=lib
perl.a LINKTYPE=dynamic
Making DB_File (all)
Running Makefile.PL in cpan/DB_File
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Parsing config.in...
Looks Good.
Writing Makefile for DB_File
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB
_File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB_
File'
Making all in cpan/DB_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB
_File'
cp DB_File.pm ../../lib/DB_File.pm
AutoSplitting ../../lib/DB_File.pm (../../lib/auto/DB_File)
cc -c -I/usr/local/BerkeleyDB/include -fno-strict-aliasing -pipe -fstack-protec
tor -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERS
ION=\"1.820\" -DXS_VERSION=\"1.82\" -fPIC "-I../.." -D_NOT_CORE -DmDB_Prefix_t
=size_t -DmDB_Hash_t=u_int32_t version.c
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap -typemap typemap DB_File.xs > DB_File.xs
c && mv DB_File.xsc DB_File.c
cc -c -I/usr/local/BerkeleyDB/include -fno-strict-aliasing -pipe -fstack-protec
tor -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERS
ION=\"1.820\" -DXS_VERSION=\"1.82\" -fPIC "-I../.." -D_NOT_CORE -DmDB_Prefix_t
=size_t -DmDB_Hash_t=u_int32_t DB_File.c
Running Mkbootstrap for DB_File ()
chmod 644 DB_File.bs
rm -f ../../lib/auto/DB_File/DB_File.so
LD_RUN_PATH="/usr/lib" cc -shared -O2 -L/usr/local/lib -fstack-protector versio
n.o DB_File.o -o ../../lib/auto/DB_File/DB_File.so \
-ldb \
chmod 755 ../../lib/auto/DB_File/DB_File.so
cp DB_File.bs ../../lib/auto/DB_File/DB_File.bs
chmod 644 ../../lib/auto/DB_File/DB_File.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB_
File'
./miniperl -Ilib make_ext.pl lib/auto/Devel/DProf/DProf.so MAKE=make LIBPERL_A=l
ibperl.a LINKTYPE=dynamic
Making Devel::DProf (all)
Running Makefile.PL in ext/Devel-DProf
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for Devel::DProf
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-DProf'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-DProf'
Making all in ext/Devel-DProf
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-DProf'
cp DProf.pm ../../lib/Devel/DProf.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap DProf.xs > DProf.xsc && mv DProf.xsc DPr
of.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"20080331.00\" -DXS_VERSIO
N=\"20080331.00\" -fPIC "-I../.." DProf.c
Running Mkbootstrap for Devel::DProf ()
chmod 644 DProf.bs
rm -f ../../lib/auto/Devel/DProf/DProf.so
cc -shared -O2 -L/usr/local/lib -fstack-protector DProf.o -o ../../lib/auto/De
vel/DProf/DProf.so \
\
chmod 755 ../../lib/auto/Devel/DProf/DProf.so
cp DProf.bs ../../lib/auto/Devel/DProf/DProf.bs
chmod 644 ../../lib/auto/Devel/DProf/DProf.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-DProf'
./miniperl -Ilib make_ext.pl lib/auto/Devel/Peek/Peek.so MAKE=make LIBPERL_A=lib
perl.a LINKTYPE=dynamic
Making Devel::Peek (all)
Running Makefile.PL in ext/Devel-Peek
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for Devel::Peek
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-Peek'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-Peek'
Making all in ext/Devel-Peek
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-Peek'
cp Peek.pm ../../lib/Devel/Peek.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap Peek.xs > Peek.xsc && mv Peek.xsc Peek.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.04\" -DXS_VERSION=\"1.0
4\" -fPIC "-I../.." Peek.c
Running Mkbootstrap for Devel::Peek ()
chmod 644 Peek.bs
rm -f ../../lib/auto/Devel/Peek/Peek.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Peek.o -o ../../lib/auto/Dev
el/Peek/Peek.so \
\
chmod 755 ../../lib/auto/Devel/Peek/Peek.so
cp Peek.bs ../../lib/auto/Devel/Peek/Peek.bs
chmod 644 ../../lib/auto/Devel/Peek/Peek.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-Peek'
./miniperl -Ilib make_ext.pl lib/auto/Devel/PPPort/PPPort.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making Devel::PPPort (all)
Running Makefile.PL in cpan/Devel-PPPort
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Setting license tag...
Writing Makefile for Devel::PPPort
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/De
vel-PPPort'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dev
el-PPPort'
Making all in cpan/Devel-PPPort
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/De
vel-PPPort'
../../miniperl "-I../../lib" "-I../../lib" PPPort_pm.PL PPPort.pm
including ppphdoc
including ppphbin
including version
including threads
including limits
including uv
including memory
including misc
including variables
including mPUSH
including call
including newRV
including newCONSTSUB
including MY_CXT
including format
including SvREFCNT
including newSV_type
including newSVpv
including SvPV
including Sv_set
including sv_xpvf
including shared_pv
including HvNAME
including gv
including warn
including pvs
including magic
including cop
including grok
including snprintf
including sprintf
including exception
including strlfuncs
including pv_tools
cp PPPort.pm ../../lib/Devel/PPPort.pm
../../miniperl "-I../../lib" "-I../../lib" "-I../../lib" "-I../../lib" PPPort_xs
.PL RealPPPort.xs
adding XS code from parts/inc/SvREFCNT
adding XS code from parts/inc/variables
adding XS code from parts/inc/shared_pv
adding XS code from parts/inc/call
adding XS code from parts/inc/misc
adding XS code from parts/inc/format
adding XS code from parts/inc/newRV
adding XS code from parts/inc/warn
adding XS code from parts/inc/newCONSTSUB
adding XS code from parts/inc/magic
adding XS code from parts/inc/grok
adding XS code from parts/inc/snprintf
adding XS code from parts/inc/uv
adding XS code from parts/inc/MY_CXT
adding XS code from parts/inc/mPUSH
adding XS code from parts/inc/exception
adding XS code from parts/inc/threads
adding XS code from parts/inc/cop
adding XS code from parts/inc/limits
adding XS code from parts/inc/newSVpv
adding XS code from parts/inc/sv_xpvf
adding XS code from parts/inc/HvNAME
adding XS code from parts/inc/gv
adding XS code from parts/inc/SvPV
adding XS code from parts/inc/strlfuncs
adding XS code from parts/inc/sprintf
adding XS code from parts/inc/Sv_set
adding XS code from parts/inc/newSV_type
adding XS code from parts/inc/pv_tools
adding XS code from parts/inc/pvs
adding XS code from parts/inc/memory
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap -typemap typemap RealPPPort.xs > RealPPP
ort.xsc && mv RealPPPort.xsc RealPPPort.c
../../miniperl "-I../../lib" "-I../../lib" "-I../../lib" "-I../../lib" ppport_h.
PL ppport.h
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.19\" -DXS_VERSION=\"3.1
9\" -fPIC "-I../.." RealPPPort.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.19\" -DXS_VERSION=\"3.1
9\" -fPIC "-I../.." module2.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.19\" -DXS_VERSION=\"3.1
9\" -fPIC "-I../.." module3.c
Running Mkbootstrap for Devel::PPPort ()
chmod 644 PPPort.bs
rm -f ../../lib/auto/Devel/PPPort/PPPort.so
cc -shared -O2 -L/usr/local/lib -fstack-protector RealPPPort.o module2.o module
3.o -o ../../lib/auto/Devel/PPPort/PPPort.so \
\
chmod 755 ../../lib/auto/Devel/PPPort/PPPort.so
cp PPPort.bs ../../lib/auto/Devel/PPPort/PPPort.bs
chmod 644 ../../lib/auto/Devel/PPPort/PPPort.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dev
el-PPPort'
./miniperl -Ilib make_ext.pl lib/auto/Digest/MD5/MD5.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making Digest::MD5 (all)
Running Makefile.PL in cpan/Digest-MD5
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Perl's config says that U32 access must be aligned.
Writing Makefile for Digest::MD5
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-MD5'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-MD5'
Making all in cpan/Digest-MD5
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-MD5'
cp MD5.pm ../../lib/Digest/MD5.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap -typemap typemap MD5.xs > MD5.xsc && mv MD5.xsc MD5.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.39\" -DXS_VERSION=\"2.3
9\" -fPIC "-I../.." -DU32_ALIGNMENT_REQUIRED MD5.c
Running Mkbootstrap for Digest::MD5 ()
chmod 644 MD5.bs
rm -f ../../lib/auto/Digest/MD5/MD5.so
cc -shared -O2 -L/usr/local/lib -fstack-protector MD5.o -o ../../lib/auto/Dige
st/MD5/MD5.so \
\
chmod 755 ../../lib/auto/Digest/MD5/MD5.so
cp MD5.bs ../../lib/auto/Digest/MD5/MD5.bs
chmod 644 ../../lib/auto/Digest/MD5/MD5.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-MD5'
./miniperl -Ilib make_ext.pl lib/auto/Digest/SHA/SHA.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making Digest::SHA (all)
Running Makefile.PL in cpan/Digest-SHA
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for Digest::SHA
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-SHA'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-SHA'
Making all in cpan/Digest-SHA
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-SHA'
cp lib/Digest/SHA.pm ../../lib/Digest/SHA.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap -typemap typemap SHA.xs > SHA.xsc && mv SHA.xsc SHA.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"5.47\" -DXS_VERSION=\"
5.47\" -fPIC "-I../.." -DSHA_PERL_MODULE SHA.c
Running Mkbootstrap for Digest::SHA ()
chmod 644 SHA.bs
rm -f ../../lib/auto/Digest/SHA/SHA.so
cc -shared -O2 -L/usr/local/lib -fstack-protector SHA.o -o ../../lib/auto/Dige
st/SHA/SHA.so \
\
chmod 755 ../../lib/auto/Digest/SHA/SHA.so
cp SHA.bs ../../lib/auto/Digest/SHA/SHA.bs
chmod 644 ../../lib/auto/Digest/SHA/SHA.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-SHA'
./miniperl -Ilib make_ext.pl lib/auto/Encode/Encode.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making Encode (all)
Running Makefile.PL in cpan/Encode
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Checking if your kit is complete...
Looks good
Writing Makefile for Encode::Byte
Writing Makefile for Encode::CN
Writing Makefile for Encode::EBCDIC
Writing Makefile for Encode::JP
Writing Makefile for Encode::KR
Writing Makefile for Encode::Symbol
Writing Makefile for Encode::TW
Writing Makefile for Encode::Unicode
Writing Makefile for Encode
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode'
Making all in cpan/Encode
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code'
cp lib/Encode/JP/H2Z.pm ../../lib/Encode/JP/H2Z.pm
cp lib/Encode/JP/JIS7.pm ../../lib/Encode/JP/JIS7.pm
cp lib/Encode/Alias.pm ../../lib/Encode/Alias.pm
cp Encode/README.e2x ../../lib/Encode/README.e2x
cp lib/Encode/MIME/Header/ISO_2022_JP.pm ../../lib/Encode/MIME/Header/ISO_2022_J
P.pm
cp lib/Encode/Unicode/UTF7.pm ../../lib/Encode/Unicode/UTF7.pm
cp lib/Encode/PerlIO.pod ../../lib/Encode/PerlIO.pod
cp lib/Encode/GSM0338.pm ../../lib/Encode/GSM0338.pm
cp Encode.pm ../../lib/Encode.pm
cp Encode/Makefile_PL.e2x ../../lib/Encode/Makefile_PL.e2x
cp Encode/Changes.e2x ../../lib/Encode/Changes.e2x
cp lib/Encode/Encoding.pm ../../lib/Encode/Encoding.pm
cp Encode/ConfigLocal_PM.e2x ../../lib/Encode/ConfigLocal_PM.e2x
cp Encode/encode.h ../../lib/Encode/encode.h
cp lib/Encode/KR/2022_KR.pm ../../lib/Encode/KR/2022_KR.pm
cp encoding.pm ../../lib/encoding.pm
cp lib/Encode/Guess.pm ../../lib/Encode/Guess.pm
cp lib/Encode/MIME/Name.pm ../../lib/Encode/MIME/Name.pm
cp Encode/_T.e2x ../../lib/Encode/_T.e2x
cp lib/Encode/Config.pm ../../lib/Encode/Config.pm
cp lib/Encode/Supported.pod ../../lib/Encode/Supported.pod
cp lib/Encode/Encoder.pm ../../lib/Encode/Encoder.pm
cp lib/Encode/MIME/Header.pm ../../lib/Encode/MIME/Header.pm
cp lib/Encode/CN/HZ.pm ../../lib/Encode/CN/HZ.pm
cp Encode/_PM.e2x ../../lib/Encode/_PM.e2x
cp lib/Encode/CJKConstants.pm ../../lib/Encode/CJKConstants.pm
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/Byte'
cp Byte.pm ../../../lib/Encode/Byte.pm
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o byte_t.c -f byte_t
.fnm
Writing compiled form
12946 bytes in string tables
4452 bytes (25.6%) saved spotting duplicates
7 bytes (0.054%) saved using substrings
Reading iso-8859-2 (iso-8859-2)
Reading iso-8859-3 (iso-8859-3)
Reading iso-8859-4 (iso-8859-4)
Reading iso-8859-5 (iso-8859-5)
Reading iso-8859-6 (iso-8859-6)
Reading iso-8859-7 (iso-8859-7)
Reading iso-8859-8 (iso-8859-8)
Reading iso-8859-9 (iso-8859-9)
Reading iso-8859-10 (iso-8859-10)
Reading iso-8859-11 (iso-8859-11)
Reading iso-8859-13 (iso-8859-13)
Reading iso-8859-14 (iso-8859-14)
Reading iso-8859-15 (iso-8859-15)
Reading iso-8859-16 (iso-8859-16)
Reading AdobeStandardEncoding (AdobeStandardEncoding)
Reading cp1006 (cp1006)
Reading cp1250 (cp1250)
Reading cp1251 (cp1251)
Reading cp1252 (cp1252)
Reading cp1253 (cp1253)
Reading cp1254 (cp1254)
Reading cp1255 (cp1255)
Reading cp1256 (cp1256)
Reading cp1257 (cp1257)
Reading cp1258 (cp1258)
Reading cp424 (cp424)
Reading cp437 (cp437)
Reading cp737 (cp737)
Reading cp775 (cp775)
Reading cp850 (cp850)
Reading cp852 (cp852)
Reading cp855 (cp855)
Reading cp856 (cp856)
Reading cp857 (cp857)
Reading cp858 (cp858)
Reading cp860 (cp860)
Reading cp861 (cp861)
Reading cp862 (cp862)
Reading cp863 (cp863)
Reading cp864 (cp864)
Reading cp865 (cp865)
Reading cp866 (cp866)
Reading cp869 (cp869)
Reading cp874 (cp874)
Reading hp-roman8 (hp-roman8)
Reading koi8-f (koi8-f)
Reading koi8-r (koi8-r)
Reading koi8-u (koi8-u)
Reading MacArabic (MacArabic)
Reading MacCentralEurRoman (MacCentralEurRoman)
Reading MacCroatian (MacCroatian)
Reading MacCyrillic (MacCyrillic)
Reading MacFarsi (MacFarsi)
Reading MacGreek (MacGreek)
Reading MacHebrew (MacHebrew)
Reading MacIcelandic (MacIcelandic)
Reading MacRomanian (MacRomanian)
Reading MacRumanian (MacRumanian)
Reading MacRoman (MacRoman)
Reading MacSami (MacSami)
Reading MacThai (MacThai)
Reading MacTurkish (MacTurkish)
Reading MacUkrainian (MacUkrainian)
Reading nextstep (nextstep)
Reading viscii (viscii)
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp
-nolinenumbers -typemap ../../../lib/ExtUtils/typemap Byte.xs > Byte.xsc && m
v Byte.xsc Byte.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." Byte.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." byte_t.c
Running Mkbootstrap for Encode::Byte ()
chmod 644 Byte.bs
rm -f ../../../lib/auto/Encode/Byte/Byte.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Byte.o byte_t.o -o ../../../
lib/auto/Encode/Byte/Byte.so \
\
chmod 755 ../../../lib/auto/Encode/Byte/Byte.so
cp Byte.bs ../../../lib/auto/Encode/Byte/Byte.bs
chmod 644 ../../../lib/auto/Encode/Byte/Byte.bs
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/Byte'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/CN'
cp CN.pm ../../../lib/Encode/CN.pm
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o gb_02_t.c -f gb_02_t.fn
m
Writing compiled form
34800 bytes in string tables
2786 bytes (7.41%) saved spotting duplicates
Reading gb12345-raw (gb12345-raw)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fn
m
Writing compiled form
34638 bytes in string tables
2566 bytes (6.9%) saved spotting duplicates
Reading euc-cn (euc-cn)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fn
m
Writing compiled form
120296 bytes in string tables
138 bytes (0.115%) saved spotting duplicates
Reading cp936 (cp936)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ir_04_t.c -f ir_04_t.fn
m
Writing compiled form
38113 bytes in string tables
2548 bytes (6.27%) saved spotting duplicates
Reading iso-ir-165 (iso-ir-165)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fn
m
Writing compiled form
34801 bytes in string tables
2601 bytes (6.95%) saved spotting duplicates
Reading MacChineseSimp (MacChineseSimp)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o gb_03_t.c -f gb_03_t.fn
m
Writing compiled form
34764 bytes in string tables
2312 bytes (6.24%) saved spotting duplicates
Reading gb2312-raw (gb2312-raw)
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp
-noprototypes -nolinenumbers -typemap ../../../lib/ExtUtils/typemap CN.xs > CN
.xsc && mv CN.xsc CN.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." CN.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." cp_00_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." eu_01_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." gb_02_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." gb_03_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." ir_04_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." ma_05_t.c
Running Mkbootstrap for Encode::CN ()
chmod 644 CN.bs
rm -f ../../../lib/auto/Encode/CN/CN.so
cc -shared -O2 -L/usr/local/lib -fstack-protector CN.o cp_00_t.o eu_01_t.o gb_0
2_t.o gb_03_t.o ir_04_t.o ma_05_t.o -o ../../../lib/auto/Encode/CN/CN.so
\
\
chmod 755 ../../../lib/auto/Encode/CN/CN.so
cp CN.bs ../../../lib/auto/Encode/CN/CN.bs
chmod 644 ../../../lib/auto/Encode/CN/CN.bs
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/CN'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/EBCDIC'
cp EBCDIC.pm ../../../lib/Encode/EBCDIC.pm
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o ebcdic_t.c -f ebcd
ic_t.fnm
Writing compiled form
2174 bytes in string tables
367 bytes (14.4%) saved spotting duplicates
1 bytes (0.046%) saved using substrings
Reading cp37 (cp37)
Reading cp1026 (cp1026)
Reading cp1047 (cp1047)
Reading cp500 (cp500)
Reading cp875 (cp875)
Reading posix-bc (posix-bc)
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp
-nolinenumbers -typemap ../../../lib/ExtUtils/typemap EBCDIC.xs > EBCDIC.xsc
&& mv EBCDIC.xsc EBCDIC.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.02\" -DXS_VE
RSION=\"2.02\" -fPIC "-I../../.." EBCDIC.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.02\" -DXS_VE
RSION=\"2.02\" -fPIC "-I../../.." ebcdic_t.c
Running Mkbootstrap for Encode::EBCDIC ()
chmod 644 EBCDIC.bs
rm -f ../../../lib/auto/Encode/EBCDIC/EBCDIC.so
cc -shared -O2 -L/usr/local/lib -fstack-protector EBCDIC.o ebcdic_t.o -o ../..
/../lib/auto/Encode/EBCDIC/EBCDIC.so \
\
chmod 755 ../../../lib/auto/Encode/EBCDIC/EBCDIC.so
cp EBCDIC.bs ../../../lib/auto/Encode/EBCDIC/EBCDIC.bs
chmod 644 ../../../lib/auto/Encode/EBCDIC/EBCDIC.bs
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/EBCDIC'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/JP'
cp JP.pm ../../../lib/Encode/JP.pm
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ji_02_t.c -f ji_02_t.fn
m
Writing compiled form
479 bytes in string tables
Reading jis0201-raw (jis0201-raw)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ji_03_t.c -f ji_03_t.fn
m
Writing compiled form
31800 bytes in string tables
2470 bytes (7.21%) saved spotting duplicates
Reading jis0208-raw (jis0208-raw)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fn
m
Writing compiled form
78376 bytes in string tables
5448 bytes (6.5%) saved spotting duplicates
Reading euc-jp (euc-jp)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fn
m
Writing compiled form
45234 bytes in string tables
2360 bytes (4.96%) saved spotting duplicates
Reading cp932 (cp932)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ji_04_t.c -f ji_04_t.fn
m
Writing compiled form
27241 bytes in string tables
2829 bytes (9.41%) saved spotting duplicates
Reading jis0212-raw (jis0212-raw)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o sh_06_t.c -f sh_06_t.fn
m
Writing compiled form
32924 bytes in string tables
1726 bytes (4.98%) saved spotting duplicates
Reading shiftjis (shiftjis)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fn
m
Writing compiled form
34511 bytes in string tables
1922 bytes (5.28%) saved spotting duplicates
Reading MacJapanese (MacJapanese)
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp
-nolinenumbers -typemap ../../../lib/ExtUtils/typemap JP.xs > JP.xsc && mv JP
.xsc JP.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." JP.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." cp_00_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." eu_01_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." ji_02_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." ji_03_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." ji_04_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." ma_05_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." sh_06_t.c
Running Mkbootstrap for Encode::JP ()
chmod 644 JP.bs
rm -f ../../../lib/auto/Encode/JP/JP.so
cc -shared -O2 -L/usr/local/lib -fstack-protector JP.o cp_00_t.o eu_01_t.o ji_0
2_t.o ji_03_t.o ji_04_t.o ma_05_t.o sh_06_t.o -o ../../../lib/auto/Encode/JP/JP
.so \
\
chmod 755 ../../../lib/auto/Encode/JP/JP.so
cp JP.bs ../../../lib/auto/Encode/JP/JP.bs
chmod 644 ../../../lib/auto/Encode/JP/JP.bs
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/JP'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/KR'
cp KR.pm ../../../lib/Encode/KR.pm
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ma_04_t.c -f ma_04_t.fn
m
Writing compiled form
43458 bytes in string tables
4417 bytes (9.23%) saved spotting duplicates
Reading MacKorean (MacKorean)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ks_03_t.c -f ks_03_t.fn
m
Writing compiled form
36921 bytes in string tables
4038 bytes (9.86%) saved spotting duplicates
Reading ksc5601-raw (ksc5601-raw)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o jo_02_t.c -f jo_02_t.fn
m
Writing compiled form
83424 bytes in string tables
1772 bytes (2.08%) saved spotting duplicates
Reading johab (johab)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fn
m
Writing compiled form
36763 bytes in string tables
4318 bytes (10.5%) saved spotting duplicates
Reading euc-kr (euc-kr)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fn
m
Writing compiled form
83711 bytes in string tables
3158 bytes (3.64%) saved spotting duplicates
Reading cp949 (cp949)
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp
-nolinenumbers -typemap ../../../lib/ExtUtils/typemap KR.xs > KR.xsc && mv KR
.xsc KR.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." KR.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." cp_00_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." eu_01_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." jo_02_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." ks_03_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." ma_04_t.c
Running Mkbootstrap for Encode::KR ()
chmod 644 KR.bs
rm -f ../../../lib/auto/Encode/KR/KR.so
cc -shared -O2 -L/usr/local/lib -fstack-protector KR.o cp_00_t.o eu_01_t.o jo_0
2_t.o ks_03_t.o ma_04_t.o -o ../../../lib/auto/Encode/KR/KR.so \
\
chmod 755 ../../../lib/auto/Encode/KR/KR.so
cp KR.bs ../../../lib/auto/Encode/KR/KR.bs
chmod 644 ../../../lib/auto/Encode/KR/KR.bs
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/KR'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/Symbol'
cp Symbol.pm ../../../lib/Encode/Symbol.pm
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o symbol_t.c -f symb
ol_t.fnm
Writing compiled form
1859 bytes in string tables
305 bytes (14.1%) saved spotting duplicates
Reading AdobeSymbol (AdobeSymbol)
Reading AdobeZdingbat (AdobeZdingbat)
Reading dingbats (dingbats)
Reading MacDingbats (MacDingbats)
Reading MacSymbol (MacSymbol)
Reading symbol (symbol)
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp
-nolinenumbers -typemap ../../../lib/ExtUtils/typemap Symbol.xs > Symbol.xsc
&& mv Symbol.xsc Symbol.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.02\" -DXS_VE
RSION=\"2.02\" -fPIC "-I../../.." Symbol.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.02\" -DXS_VE
RSION=\"2.02\" -fPIC "-I../../.." symbol_t.c
Running Mkbootstrap for Encode::Symbol ()
chmod 644 Symbol.bs
rm -f ../../../lib/auto/Encode/Symbol/Symbol.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Symbol.o symbol_t.o -o ../..
/../lib/auto/Encode/Symbol/Symbol.so \
\
chmod 755 ../../../lib/auto/Encode/Symbol/Symbol.so
cp Symbol.bs ../../../lib/auto/Encode/Symbol/Symbol.bs
chmod 644 ../../../lib/auto/Encode/Symbol/Symbol.bs
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/Symbol'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/TW'
cp TW.pm ../../../lib/Encode/TW.pm
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o bi_01_t.c -f bi_01_t.fn
m
Writing compiled form
91321 bytes in string tables
3227 bytes (3.41%) saved spotting duplicates
Reading big5-hkscs (big5-hkscs)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ma_03_t.c -f ma_03_t.fn
m
Writing compiled form
66317 bytes in string tables
1102 bytes (1.63%) saved spotting duplicates
Reading MacChineseTrad (MacChineseTrad)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o cp_02_t.c -f cp_02_t.fn
m
Writing compiled form
98212 bytes in string tables
1314 bytes (1.32%) saved spotting duplicates
Reading cp950 (cp950)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o bi_00_t.c -f bi_00_t.fn
m
Writing compiled form
68325 bytes in string tables
1191 bytes (1.71%) saved spotting duplicates
Reading big5-eten (big5-eten)
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp
-nolinenumbers -typemap ../../../lib/ExtUtils/typemap TW.xs > TW.xsc && mv TW
.xsc TW.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." TW.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." bi_00_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." bi_01_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." cp_02_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." ma_03_t.c
Running Mkbootstrap for Encode::TW ()
chmod 644 TW.bs
rm -f ../../../lib/auto/Encode/TW/TW.so
cc -shared -O2 -L/usr/local/lib -fstack-protector TW.o bi_00_t.o bi_01_t.o cp_0
2_t.o ma_03_t.o -o ../../../lib/auto/Encode/TW/TW.so \
\
chmod 755 ../../../lib/auto/Encode/TW/TW.so
cp TW.bs ../../../lib/auto/Encode/TW/TW.bs
chmod 644 ../../../lib/auto/Encode/TW/TW.bs
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/TW'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/Unicode'
cp Unicode.pm ../../../lib/Encode/Unicode.pm
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp
-typemap ../../../lib/ExtUtils/typemap Unicode.xs > Unicode.xsc && mv Unicode
.xsc Unicode.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.07\" -DXS_VE
RSION=\"2.07\" -fPIC "-I../../.." Unicode.c
Running Mkbootstrap for Encode::Unicode ()
chmod 644 Unicode.bs
rm -f ../../../lib/auto/Encode/Unicode/Unicode.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Unicode.o -o ../../../lib/au
to/Encode/Unicode/Unicode.so \
\
chmod 755 ../../../lib/auto/Encode/Unicode/Unicode.so
cp Unicode.bs ../../../lib/auto/Encode/Unicode/Unicode.bs
chmod 644 ../../../lib/auto/Encode/Unicode/Unicode.bs
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/Unicode'
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Encode.xs > Encode.xsc && mv Encode.xsc Encode.c
../../miniperl "-I../../lib" bin/enc2xs -"Q" -"O" -o def_t.c -f def_t.fnm
Writing compiled form
512 bytes in string tables
32 bytes (5.88%) saved spotting duplicates
Reading iso-8859-1 (iso-8859-1)
Reading ascii (ascii)
Reading ascii-ctrl (ascii-ctrl)
Reading null (null)
cc -c -I./Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/incl
ude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.39\" -DXS_VER
SION=\"2.39\" -fPIC "-I../.." Encode.c
cc -c -I./Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/incl
ude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.39\" -DXS_VER
SION=\"2.39\" -fPIC "-I../.." def_t.c
cc -c -I./Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/incl
ude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.39\" -DXS_VER
SION=\"2.39\" -fPIC "-I../.." encengine.c
Running Mkbootstrap for Encode ()
chmod 644 Encode.bs
rm -f ../../lib/auto/Encode/Encode.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Encode.o def_t.o encengine.o
-o ../../lib/auto/Encode/Encode.so \
\
chmod 755 ../../lib/auto/Encode/Encode.so
cp Encode.bs ../../lib/auto/Encode/Encode.bs
chmod 644 ../../lib/auto/Encode/Encode.bs
cp bin/piconv blib/script/piconv
/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Encode/../../miniperl "-I../../
lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/piconv
cp bin/enc2xs blib/script/enc2xs
/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Encode/../../miniperl "-I../../
lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/enc2xs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode'
./miniperl -Ilib make_ext.pl lib/auto/Fcntl/Fcntl.so MAKE=make LIBPERL_A=libperl
.a LINKTYPE=dynamic
Making Fcntl (all)
Running Makefile.PL in ext/Fcntl
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for Fcntl
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcn
tl'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcnt
l'
Making all in ext/Fcntl
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcn
tl'
cp Fcntl.pm ../../lib/Fcntl.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap Fcntl.xs > Fcntl.xsc && mv Fcntl.xsc Fcn
tl.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.06\" -DXS_VERSION=\"1.0
6\" -fPIC "-I../.." Fcntl.c
Running Mkbootstrap for Fcntl ()
chmod 644 Fcntl.bs
rm -f ../../lib/auto/Fcntl/Fcntl.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Fcntl.o -o ../../lib/auto/Fc
ntl/Fcntl.so \
\
chmod 755 ../../lib/auto/Fcntl/Fcntl.so
cp Fcntl.bs ../../lib/auto/Fcntl/Fcntl.bs
chmod 644 ../../lib/auto/Fcntl/Fcntl.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcnt
l'
./miniperl -Ilib make_ext.pl lib/auto/File/Glob/Glob.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making File::Glob (all)
Running Makefile.PL in ext/File-Glob
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for File::Glob
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
e-Glob'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
-Glob'
Making all in ext/File-Glob
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
e-Glob'
cp Glob.pm ../../lib/File/Glob.pm
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.07\" -DXS_VERSION=\"1.0
7\" -fPIC "-I../.." bsd_glob.c
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Glob.xs > Glob.xsc && mv Glob.xsc Glob.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.07\" -DXS_VERSION=\"1.0
7\" -fPIC "-I../.." Glob.c
Running Mkbootstrap for File::Glob ()
chmod 644 Glob.bs
rm -f ../../lib/auto/File/Glob/Glob.so
cc -shared -O2 -L/usr/local/lib -fstack-protector bsd_glob.o Glob.o -o ../../l
ib/auto/File/Glob/Glob.so \
\
chmod 755 ../../lib/auto/File/Glob/Glob.so
cp Glob.bs ../../lib/auto/File/Glob/Glob.bs
chmod 644 ../../lib/auto/File/Glob/Glob.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
-Glob'
./miniperl -Ilib make_ext.pl lib/auto/Filter/Util/Call/Call.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making Filter::Util::Call (all)
Creating Makefile.PL in cpan/Filter-Util-Call for Filter::Util::Call
Running Makefile.PL in cpan/Filter-Util-Call
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for Filter::Util::Call
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
lter-Util-Call'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
ter-Util-Call'
Making all in cpan/Filter-Util-Call
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
lter-Util-Call'
cp filter-util.pl ../../lib/Filter/Util/filter-util.pl
cp Call.pm ../../lib/Filter/Util/Call.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Call.xs > Call.xsc && mv Call.xsc Call.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.08\" -DXS_VERSION=\"1.0
8\" -fPIC "-I../.." Call.c
Running Mkbootstrap for Filter::Util::Call ()
chmod 644 Call.bs
rm -f ../../lib/auto/Filter/Util/Call/Call.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Call.o -o ../../lib/auto/Fil
ter/Util/Call/Call.so \
\
chmod 755 ../../lib/auto/Filter/Util/Call/Call.so
cp Call.bs ../../lib/auto/Filter/Util/Call/Call.bs
chmod 644 ../../lib/auto/Filter/Util/Call/Call.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
ter-Util-Call'
./miniperl -Ilib make_ext.pl lib/auto/GDBM_File/GDBM_File.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making GDBM_File (all)
Running Makefile.PL in ext/GDBM_File
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for GDBM_File
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDB
M_File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDBM
_File'
Making all in ext/GDBM_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDB
M_File'
cp GDBM_File.pm ../../lib/GDBM_File.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap -typemap typemap GDBM_File.xs > GDBM_Fil
e.xsc && mv GDBM_File.xsc GDBM_File.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.10\" -DXS_VERSION=\"1.1
\" -fPIC "-I../.." GDBM_File.c
Running Mkbootstrap for GDBM_File ()
chmod 644 GDBM_File.bs
rm -f ../../lib/auto/GDBM_File/GDBM_File.so
LD_RUN_PATH="/usr/lib" cc -shared -O2 -L/usr/local/lib -fstack-protector GDBM_F
ile.o -o ../../lib/auto/GDBM_File/GDBM_File.so \
-lgdbm \
chmod 755 ../../lib/auto/GDBM_File/GDBM_File.so
cp GDBM_File.bs ../../lib/auto/GDBM_File/GDBM_File.bs
chmod 644 ../../lib/auto/GDBM_File/GDBM_File.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDBM
_File'
./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/Util.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making Hash::Util (all)
Running Makefile.PL in ext/Hash-Util
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for Hash::Util
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util'
Making all in ext/Hash-Util
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util'
cp lib/Hash/Util.pm ../../lib/Hash/Util.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Util.xs > Util.xsc && mv Util.xsc Util.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.07\" -DXS_VERSION=\"0.0
7\" -fPIC "-I../.." -DPERL_EXT Util.c
Running Mkbootstrap for Hash::Util ()
chmod 644 Util.bs
rm -f ../../lib/auto/Hash/Util/Util.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Util.o -o ../../lib/auto/Has
h/Util/Util.so \
\

chmod 755 ../../lib/auto/Hash/Util/Util.so


cp Util.bs ../../lib/auto/Hash/Util/Util.bs
chmod 644 ../../lib/auto/Hash/Util/Util.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util'
./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/FieldHash/FieldHash.so MAKE=make
LIBPERL_A=libperl.a LINKTYPE=dynamic
Making Hash::Util::FieldHash (all)
Creating Makefile.PL in ext/Hash-Util-FieldHash for Hash::Util::FieldHash
Running Makefile.PL in ext/Hash-Util-FieldHash
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for Hash::Util::FieldHash
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util-FieldHash'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util-FieldHash'
Making all in ext/Hash-Util-FieldHash
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util-FieldHash'
cp lib/Hash/Util/FieldHash.pm ../../lib/Hash/Util/FieldHash.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap FieldHash.xs > FieldHash.xsc && mv FieldHash.xsc Fiel
dHash.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.04\" -DXS_VERSION=\"1.0
4\" -fPIC "-I../.." FieldHash.c
Running Mkbootstrap for Hash::Util::FieldHash ()
chmod 644 FieldHash.bs
rm -f ../../lib/auto/Hash/Util/FieldHash/FieldHash.so
cc -shared -O2 -L/usr/local/lib -fstack-protector FieldHash.o -o ../../lib/aut
o/Hash/Util/FieldHash/FieldHash.so \
\
chmod 755 ../../lib/auto/Hash/Util/FieldHash/FieldHash.so
cp FieldHash.bs ../../lib/auto/Hash/Util/FieldHash/FieldHash.bs
chmod 644 ../../lib/auto/Hash/Util/FieldHash/FieldHash.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util-FieldHash'
./miniperl -Ilib make_ext.pl lib/auto/I18N/Langinfo/Langinfo.so MAKE=make LIBPER
L_A=libperl.a LINKTYPE=dynamic
Making I18N::Langinfo (all)
Running Makefile.PL in ext/I18N-Langinfo
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for I18N::Langinfo
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18
N-Langinfo'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18N
-Langinfo'
Making all in ext/I18N-Langinfo
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18
N-Langinfo'
cp Langinfo.pm ../../lib/I18N/Langinfo.pm
AutoSplitting ../../lib/I18N/Langinfo.pm (../../lib/auto/I18N/Langinfo)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Langinfo.xs > Langinfo.xsc && mv Langinfo.xsc Langinf
o.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.03\" -DXS_VERSION=\"0.0
3\" -fPIC "-I../.." Langinfo.c
Running Mkbootstrap for I18N::Langinfo ()
chmod 644 Langinfo.bs
rm -f ../../lib/auto/I18N/Langinfo/Langinfo.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Langinfo.o -o ../../lib/auto
/I18N/Langinfo/Langinfo.so \
\
chmod 755 ../../lib/auto/I18N/Langinfo/Langinfo.so
cp Langinfo.bs ../../lib/auto/I18N/Langinfo/Langinfo.bs
chmod 644 ../../lib/auto/I18N/Langinfo/Langinfo.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18N
-Langinfo'
./miniperl -Ilib make_ext.pl lib/auto/IO/IO.so MAKE=make LIBPERL_A=libperl.a LIN
KTYPE=dynamic
Making IO (all)
Running Makefile.PL in dist/IO
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for IO
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO
'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO'
Making all in dist/IO
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO
'
cp lib/IO/Pipe.pm ../../lib/IO/Pipe.pm
cp lib/IO/File.pm ../../lib/IO/File.pm
cp lib/IO/Select.pm ../../lib/IO/Select.pm
cp lib/IO/Socket/INET.pm ../../lib/IO/Socket/INET.pm
cp lib/IO/Socket.pm ../../lib/IO/Socket.pm
cp lib/IO/Poll.pm ../../lib/IO/Poll.pm
cp lib/IO/Socket/UNIX.pm ../../lib/IO/Socket/UNIX.pm
cp lib/IO/Handle.pm ../../lib/IO/Handle.pm
cp lib/IO/Dir.pm ../../lib/IO/Dir.pm
cp lib/IO/Seekable.pm ../../lib/IO/Seekable.pm
cp IO.pm ../../lib/IO.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap IO.xs > IO.xsc && mv IO.xsc IO.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.25_02\" -DXS_VERSION=\"
1.25_02\" -fPIC "-I../.." IO.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.25_02\" -DXS_VERSION=\"
1.25_02\" -fPIC "-I../.." poll.c
Running Mkbootstrap for IO ()
chmod 644 IO.bs
rm -f ../../lib/auto/IO/IO.so
cc -shared -O2 -L/usr/local/lib -fstack-protector IO.o poll.o -o ../../lib/aut
o/IO/IO.so \
\

chmod 755 ../../lib/auto/IO/IO.so


cp IO.bs ../../lib/auto/IO/IO.bs
chmod 644 ../../lib/auto/IO/IO.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO'
./miniperl -Ilib make_ext.pl lib/auto/IPC/SysV/SysV.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making IPC::SysV (all)
Running Makefile.PL in cpan/IPC-SysV
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Setting license tag...
Writing Makefile for IPC::SysV
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-SysV'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-SysV'
Making all in cpan/IPC-SysV
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-SysV'
cp lib/IPC/Semaphore.pm ../../lib/IPC/Semaphore.pm
cp lib/IPC/Msg.pm ../../lib/IPC/Msg.pm
cp lib/IPC/SysV.pm ../../lib/IPC/SysV.pm
cp lib/IPC/SharedMem.pm ../../lib/IPC/SharedMem.pm
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-SysV'
../../miniperl -I../../lib -I../../lib regen.pl
Writing const-xs.inc
Writing const-c.inc
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-SysV'
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap -typemap typemap SysV.xs > SysV.xsc && mv SysV.xsc Sy
sV.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.01\" -DXS_VERSION=\"2.0
1\" -fPIC "-I../.." SysV.c
Running Mkbootstrap for IPC::SysV ()
chmod 644 SysV.bs
rm -f ../../lib/auto/IPC/SysV/SysV.so
cc -shared -O2 -L/usr/local/lib -fstack-protector SysV.o -o ../../lib/auto/IPC
/SysV/SysV.so \
\
chmod 755 ../../lib/auto/IPC/SysV/SysV.so
cp SysV.bs ../../lib/auto/IPC/SysV/SysV.bs
chmod 644 ../../lib/auto/IPC/SysV/SysV.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-SysV'
./miniperl -Ilib make_ext.pl lib/auto/List/Util/Util.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making List::Util (all)
Running Makefile.PL in cpan/List-Util
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for List::Util
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Li
st-Util'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lis
t-Util'
Making all in cpan/List-Util
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Li
st-Util'
cp lib/List/Util/XS.pm ../../lib/List/Util/XS.pm
cp lib/Scalar/Util/PP.pm ../../lib/Scalar/Util/PP.pm
cp lib/List/Util/PP.pm ../../lib/List/Util/PP.pm
cp lib/List/Util.pm ../../lib/List/Util.pm
cp lib/Scalar/Util.pm ../../lib/Scalar/Util.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap ListUtil.xs > ListUtil.xsc && mv ListUtil.xsc ListUti
l.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.22\" -DXS_VERSION=\"1.2
2\" -fPIC "-I../.." -DPERL_EXT ListUtil.c
Running Mkbootstrap for List::Util ()
chmod 644 Util.bs
rm -f ../../lib/auto/List/Util/Util.so
cc -shared -O2 -L/usr/local/lib -fstack-protector ListUtil.o -o ../../lib/auto
/List/Util/Util.so \
\
chmod 755 ../../lib/auto/List/Util/Util.so
cp Util.bs ../../lib/auto/List/Util/Util.bs
chmod 644 ../../lib/auto/List/Util/Util.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lis
t-Util'
./miniperl -Ilib make_ext.pl lib/auto/Math/BigInt/FastCalc/FastCalc.so MAKE=make
LIBPERL_A=libperl.a LINKTYPE=dynamic
Making Math::BigInt::FastCalc (all)
Creating Makefile.PL in cpan/Math-BigInt-FastCalc for Math::BigInt::FastCalc
Running Makefile.PL in cpan/Math-BigInt-FastCalc
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for Math::BigInt::FastCalc
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt-FastCalc'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt-FastCalc'
Making all in cpan/Math-BigInt-FastCalc
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt-FastCalc'
cp FastCalc.pm ../../lib/Math/BigInt/FastCalc.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap FastCalc.xs > FastCalc.xsc && mv FastCalc.xsc FastCal
c.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.19\" -DXS_VERSION=\"0.1
9\" -fPIC "-I../.." FastCalc.c
Running Mkbootstrap for Math::BigInt::FastCalc ()
chmod 644 FastCalc.bs
rm -f ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so
cc -shared -O2 -L/usr/local/lib -fstack-protector FastCalc.o -o ../../lib/auto
/Math/BigInt/FastCalc/FastCalc.so \
\

chmod 755 ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so


cp FastCalc.bs ../../lib/auto/Math/BigInt/FastCalc/FastCalc.bs
chmod 644 ../../lib/auto/Math/BigInt/FastCalc/FastCalc.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt-FastCalc'
./miniperl -Ilib make_ext.pl lib/auto/MIME/Base64/Base64.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making MIME::Base64 (all)
Running Makefile.PL in cpan/MIME-Base64
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for MIME::Base64
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MI
ME-Base64'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MIM
E-Base64'
Making all in cpan/MIME-Base64
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MI
ME-Base64'
cp QuotedPrint.pm ../../lib/MIME/QuotedPrint.pm
cp Base64.pm ../../lib/MIME/Base64.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Base64.xs > Base64.xsc && mv Base64.xsc Base64.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.08\" -DXS_VERSION=\"3.0
8\" -fPIC "-I../.." Base64.c
Running Mkbootstrap for MIME::Base64 ()
chmod 644 Base64.bs
rm -f ../../lib/auto/MIME/Base64/Base64.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Base64.o -o ../../lib/auto/M
IME/Base64/Base64.so \
\
chmod 755 ../../lib/auto/MIME/Base64/Base64.so
cp Base64.bs ../../lib/auto/MIME/Base64/Base64.bs
chmod 644 ../../lib/auto/MIME/Base64/Base64.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MIM
E-Base64'
./miniperl -Ilib make_ext.pl lib/auto/mro/mro.so MAKE=make LIBPERL_A=libperl.a L
INKTYPE=dynamic
Making mro (all)
Creating Makefile.PL in ext/mro for mro
Running Makefile.PL in ext/mro
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for mro
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro
'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro'
Making all in ext/mro
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro
'
cp mro.pm ../../lib/mro.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap mro.xs > mro.xsc && mv mro.xsc mro.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.02\" -DXS_VERSION=\"1.0
2\" -fPIC "-I../.." mro.c
Running Mkbootstrap for mro ()
chmod 644 mro.bs
rm -f ../../lib/auto/mro/mro.so
cc -shared -O2 -L/usr/local/lib -fstack-protector mro.o -o ../../lib/auto/mro/
mro.so \
\
chmod 755 ../../lib/auto/mro/mro.so
cp mro.bs ../../lib/auto/mro/mro.bs
chmod 644 ../../lib/auto/mro/mro.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro'
./miniperl -Ilib make_ext.pl lib/auto/NDBM_File/NDBM_File.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making NDBM_File (all)
Running Makefile.PL in ext/NDBM_File
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Processing hints file hints/linux.pl
Note (probably harmless): No library found for -lgdbm_compat
Writing Makefile for NDBM_File
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDB
M_File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDBM
_File'
Making all in ext/NDBM_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDB
M_File'
cp NDBM_File.pm ../../lib/NDBM_File.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap -typemap typemap NDBM_File.xs > NDBM_Fil
e.xsc && mv NDBM_File.xsc NDBM_File.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.08\" -DXS_VERSION=\"1.0
8\" -fPIC "-I../.." NDBM_File.c
Running Mkbootstrap for NDBM_File ()
chmod 644 NDBM_File.bs
rm -f ../../lib/auto/NDBM_File/NDBM_File.so
LD_RUN_PATH="/usr/lib" cc -shared -O2 -L/usr/local/lib -fstack-protector NDBM_F
ile.o -o ../../lib/auto/NDBM_File/NDBM_File.so \
-lgdbm \
chmod 755 ../../lib/auto/NDBM_File/NDBM_File.so
cp NDBM_File.bs ../../lib/auto/NDBM_File/NDBM_File.bs
chmod 644 ../../lib/auto/NDBM_File/NDBM_File.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDBM
_File'
./miniperl -Ilib make_ext.pl lib/auto/Opcode/Opcode.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making Opcode (all)
Creating Makefile.PL in ext/Opcode for Opcode
Running Makefile.PL in ext/Opcode
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for Opcode
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opc
ode'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opco
de'
Making all in ext/Opcode
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opc
ode'
cp ops.pm ../../lib/ops.pm
cp Opcode.pm ../../lib/Opcode.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Opcode.xs > Opcode.xsc && mv Opcode.xsc Opcode.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.15\" -DXS_VERSION=\"1.1
5\" -fPIC "-I../.." Opcode.c
Running Mkbootstrap for Opcode ()
chmod 644 Opcode.bs
rm -f ../../lib/auto/Opcode/Opcode.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Opcode.o -o ../../lib/auto/O
pcode/Opcode.so \
\
chmod 755 ../../lib/auto/Opcode/Opcode.so
cp Opcode.bs ../../lib/auto/Opcode/Opcode.bs
chmod 644 ../../lib/auto/Opcode/Opcode.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opco
de'
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/encoding/encoding.so MAKE=make LIBP
ERL_A=libperl.a LINKTYPE=dynamic
Making PerlIO::encoding (all)
Creating Makefile.PL in ext/PerlIO-encoding for PerlIO::encoding
Running Makefile.PL in ext/PerlIO-encoding
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Checking if your kit is complete...
Looks good
Writing Makefile for PerlIO::encoding
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-encoding'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-encoding'
Making all in ext/PerlIO-encoding
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-encoding'
cp encoding.pm ../../lib/PerlIO/encoding.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap encoding.xs > encoding.xsc && mv encoding.xsc encodin
g.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.12\" -DXS_VERSION=\"0.1
2\" -fPIC "-I../.." encoding.c
Running Mkbootstrap for PerlIO::encoding ()
chmod 644 encoding.bs
rm -f ../../lib/auto/PerlIO/encoding/encoding.so
cc -shared -O2 -L/usr/local/lib -fstack-protector encoding.o -o ../../lib/auto
/PerlIO/encoding/encoding.so \
\
chmod 755 ../../lib/auto/PerlIO/encoding/encoding.so
cp encoding.bs ../../lib/auto/PerlIO/encoding/encoding.bs
chmod 644 ../../lib/auto/PerlIO/encoding/encoding.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-encoding'
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/scalar/scalar.so MAKE=make LIBPERL_
A=libperl.a LINKTYPE=dynamic
Making PerlIO::scalar (all)
Creating Makefile.PL in ext/PerlIO-scalar for PerlIO::scalar
Running Makefile.PL in ext/PerlIO-scalar
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for PerlIO::scalar
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-scalar'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-scalar'
Making all in ext/PerlIO-scalar
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-scalar'
cp scalar.pm ../../lib/PerlIO/scalar.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap scalar.xs > scalar.xsc && mv scalar.xsc scalar.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.08\" -DXS_VERSION=\"0.0
8\" -fPIC "-I../.." scalar.c
Running Mkbootstrap for PerlIO::scalar ()
chmod 644 scalar.bs
rm -f ../../lib/auto/PerlIO/scalar/scalar.so
cc -shared -O2 -L/usr/local/lib -fstack-protector scalar.o -o ../../lib/auto/P
erlIO/scalar/scalar.so \
\
chmod 755 ../../lib/auto/PerlIO/scalar/scalar.so
cp scalar.bs ../../lib/auto/PerlIO/scalar/scalar.bs
chmod 644 ../../lib/auto/PerlIO/scalar/scalar.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-scalar'
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/via/via.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making PerlIO::via (all)
Creating Makefile.PL in ext/PerlIO-via for PerlIO::via
Running Makefile.PL in ext/PerlIO-via
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for PerlIO::via
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-via'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-via'
Making all in ext/PerlIO-via
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-via'
cp via.pm ../../lib/PerlIO/via.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap via.xs > via.xsc && mv via.xsc via.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.09\" -DXS_VERSION=\"0.0
9\" -fPIC "-I../.." via.c
Running Mkbootstrap for PerlIO::via ()
chmod 644 via.bs
rm -f ../../lib/auto/PerlIO/via/via.so
cc -shared -O2 -L/usr/local/lib -fstack-protector via.o -o ../../lib/auto/Perl
IO/via/via.so \
\
chmod 755 ../../lib/auto/PerlIO/via/via.so
cp via.bs ../../lib/auto/PerlIO/via/via.bs
chmod 644 ../../lib/auto/PerlIO/via/via.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-via'
./miniperl -Ilib make_ext.pl lib/auto/POSIX/POSIX.so MAKE=make LIBPERL_A=libperl
.a LINKTYPE=dynamic
Making POSIX (all)
Running Makefile.PL in ext/POSIX
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Processing hints file hints/linux.pl
Note (probably harmless): No library found for -lposix
Note (probably harmless): No library found for -lcposix
Writing Makefile for POSIX
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POS
IX'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POSI
X'
Making all in ext/POSIX
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POS
IX'
Can't locate auto/POSIX/autosplit.ix in @INC (@INC contains: ../../lib ../../lib
../../cpan/AutoLoader/lib ../../cpan/Cwd ../../cpan/Cwd/lib ../../cpan/ExtUtils
-Command/lib ../../dist/ExtUtils-Install/lib ../../cpan/ExtUtils-MakeMaker/lib .
./../cpan/ExtUtils-Manifest/lib ../../cpan/File-Path/lib ../../lib .) at ../../l
ib/AutoLoader.pm line 173.
at POSIX.pm line 9
cp POSIX.pod ../../lib/POSIX.pod
cp POSIX.pm ../../lib/POSIX.pm
AutoSplitting ../../lib/POSIX.pm (../../lib/auto/POSIX)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap -typemap typemap POSIX.xs > POSIX.xsc &&
mv POSIX.xsc POSIX.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DSTRUCT_TM_HASZONE -DHINT_SC_EXIST -O2 -
DVERSION=\"1.19\" -DXS_VERSION=\"1.19\" -fPIC "-I../.." POSIX.c
Running Mkbootstrap for POSIX ()
chmod 644 POSIX.bs
rm -f ../../lib/auto/POSIX/POSIX.so
cc -shared -O2 -L/usr/local/lib -fstack-protector POSIX.o -o ../../lib/auto/PO
SIX/POSIX.so \
-lm \

chmod 755 ../../lib/auto/POSIX/POSIX.so


cp POSIX.bs ../../lib/auto/POSIX/POSIX.bs
chmod 644 ../../lib/auto/POSIX/POSIX.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POSI
X'
./miniperl -Ilib make_ext.pl lib/auto/re/re.so MAKE=make LIBPERL_A=libperl.a LIN
KTYPE=dynamic
Making re (all)
Running Makefile.PL in ext/re
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for re
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
Making all in ext/re
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
Skip ../../lib/re.pm (unchanged)
rm -f re_exec.c
cp ../../regexec.c re_exec.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.11\" -DXS_VERSION=\"0.1
1\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re_exec.
c
rm -f re_comp.c
cp ../../regcomp.c re_comp.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.11\" -DXS_VERSION=\"0.1
1\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re_comp.
c
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap re.xs > re.xsc && mv re.xsc re.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.11\" -DXS_VERSION=\"0.1
1\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re.c
Running Mkbootstrap for re ()
chmod 644 re.bs
rm -f ../../lib/auto/re/re.so
cc -shared -O2 -L/usr/local/lib -fstack-protector re_exec.o re_comp.o re.o -o
../../lib/auto/re/re.so \
\
chmod 755 ../../lib/auto/re/re.so
cp re.bs ../../lib/auto/re/re.bs
chmod 644 ../../lib/auto/re/re.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
./miniperl -Ilib make_ext.pl lib/auto/SDBM_File/SDBM_File.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making SDBM_File (all)
Running Makefile.PL in ext/SDBM_File
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for sdbm
Writing Makefile for SDBM_File
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDB
M_File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDBM
_File'
Making all in ext/SDBM_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDB
M_File'
cp SDBM_File.pm ../../lib/SDBM_File.pm
cd sdbm && make all
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDB
M_File/sdbm'
cc -c -I../../.. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/incl
ude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION
=\"\" -fPIC "-I../../.." -DSDBM -DDUFF sdbm.c
cc -c -I../../.. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/incl
ude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION
=\"\" -fPIC "-I../../.." -DSDBM -DDUFF pair.c
cc -c -I../../.. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/incl
ude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION
=\"\" -fPIC "-I../../.." -DSDBM -DDUFF hash.c
rm -rf libsdbm.a
/usr/bin/ar cr libsdbm.a sdbm.o pair.o hash.o && : libsdbm.a
chmod 755 libsdbm.a
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDBM
_File/sdbm'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDB
M_File/sdbm'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDBM
_File/sdbm'
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap -typemap typemap SDBM_File.xs > SDBM_Fil
e.xsc && mv SDBM_File.xsc SDBM_File.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_mal
loc -Dfree=Perl_mfree -Drealloc=Perl_realloc -Dcalloc=Perl_calloc -DVERSION=\"1.
06\" -DXS_VERSION=\"1.06\" -fPIC "-I../.." SDBM_File.c
Running Mkbootstrap for SDBM_File ()
chmod 644 SDBM_File.bs
rm -f ../../lib/auto/SDBM_File/SDBM_File.so
cc -shared -O2 -L/usr/local/lib -fstack-protector SDBM_File.o -o ../../lib/aut
o/SDBM_File/SDBM_File.so sdbm/libsdbm.a \
\
chmod 755 ../../lib/auto/SDBM_File/SDBM_File.so
cp SDBM_File.bs ../../lib/auto/SDBM_File/SDBM_File.bs
chmod 644 ../../lib/auto/SDBM_File/SDBM_File.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDBM
_File'
./miniperl -Ilib make_ext.pl lib/auto/Socket/Socket.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making Socket (all)
Running Makefile.PL in ext/Socket
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for Socket
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Soc
ket'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sock
et'
Making all in ext/Socket
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Soc
ket'
cp Socket.pm ../../lib/Socket.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap Socket.xs > Socket.xsc && mv Socket.xsc
Socket.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.87\" -DXS_VERSION=\"1.8
7\" -fPIC "-I../.." Socket.c
Running Mkbootstrap for Socket ()
chmod 644 Socket.bs
rm -f ../../lib/auto/Socket/Socket.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Socket.o -o ../../lib/auto/S
ocket/Socket.so \
\
chmod 755 ../../lib/auto/Socket/Socket.so
cp Socket.bs ../../lib/auto/Socket/Socket.bs
chmod 644 ../../lib/auto/Socket/Socket.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sock
et'
./miniperl -Ilib make_ext.pl lib/auto/Storable/Storable.so MAKE=make LIBPERL_A=l
ibperl.a LINKTYPE=dynamic
Making Storable (all)
Running Makefile.PL in dist/Storable
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Processing hints file hints/linux.pl
Writing Makefile for Storable
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/St
orable'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sto
rable'
Making all in dist/Storable
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/St
orable'
cp Storable.pm ../../lib/Storable.pm
AutoSplitting ../../lib/Storable.pm (../../lib/auto/Storable)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Storable.xs > Storable.xsc && mv Storable.xsc Storabl
e.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.22\" -DXS_VERSION=\"2.2
2\" -fPIC "-I../.." Storable.c
Running Mkbootstrap for Storable ()
chmod 644 Storable.bs
rm -f ../../lib/auto/Storable/Storable.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Storable.o -o ../../lib/auto
/Storable/Storable.so \
\
chmod 755 ../../lib/auto/Storable/Storable.so
cp Storable.bs ../../lib/auto/Storable/Storable.bs
chmod 644 ../../lib/auto/Storable/Storable.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sto
rable'
./miniperl -Ilib make_ext.pl lib/auto/Sys/Hostname/Hostname.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making Sys::Hostname (all)
Creating Makefile.PL in ext/Sys-Hostname for Sys::Hostname
Running Makefile.PL in ext/Sys-Hostname
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for Sys::Hostname
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys
-Hostname'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys-
Hostname'
Making all in ext/Sys-Hostname
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys
-Hostname'
cp Hostname.pm ../../lib/Sys/Hostname.pm
AutoSplitting ../../lib/Sys/Hostname.pm (../../lib/auto/Sys/Hostname)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Hostname.xs > Hostname.xsc && mv Hostname.xsc Hostnam
e.c
Please specify prototyping behavior for Hostname.xs (see perlxs manual)
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.11\" -DXS_VERSION=\"1.1
1\" -fPIC "-I../.." Hostname.c
Running Mkbootstrap for Sys::Hostname ()
chmod 644 Hostname.bs
rm -f ../../lib/auto/Sys/Hostname/Hostname.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Hostname.o -o ../../lib/auto
/Sys/Hostname/Hostname.so \
\
chmod 755 ../../lib/auto/Sys/Hostname/Hostname.so
cp Hostname.bs ../../lib/auto/Sys/Hostname/Hostname.bs
chmod 644 ../../lib/auto/Sys/Hostname/Hostname.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys-
Hostname'
./miniperl -Ilib make_ext.pl lib/auto/Sys/Syslog/Syslog.so MAKE=make LIBPERL_A=l
ibperl.a LINKTYPE=dynamic
Making Sys::Syslog (all)
Running Makefile.PL in cpan/Sys-Syslog
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for Sys::Syslog
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sy
s-Syslog'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sys
-Syslog'
Making all in cpan/Sys-Syslog
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sy
s-Syslog'
cp Syslog.pm ../../lib/Sys/Syslog.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap Syslog.xs > Syslog.xsc && mv Syslog.xsc
Syslog.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.27\" -DXS_VERSION=\"0.2
7\" -fPIC "-I../.." Syslog.c
Running Mkbootstrap for Sys::Syslog ()
chmod 644 Syslog.bs
rm -f ../../lib/auto/Sys/Syslog/Syslog.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Syslog.o -o ../../lib/auto/S
ys/Syslog/Syslog.so \
\
chmod 755 ../../lib/auto/Sys/Syslog/Syslog.so
cp Syslog.bs ../../lib/auto/Sys/Syslog/Syslog.bs
chmod 644 ../../lib/auto/Sys/Syslog/Syslog.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sys
-Syslog'
./miniperl -Ilib make_ext.pl lib/auto/Text/Soundex/Soundex.so MAKE=make LIBPERL_
A=libperl.a LINKTYPE=dynamic
Making Text::Soundex (all)
Creating Makefile.PL in cpan/Text-Soundex for Text::Soundex
Running Makefile.PL in cpan/Text-Soundex
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for Text::Soundex
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Soundex'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Soundex'
Making all in cpan/Text-Soundex
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Soundex'
cp Soundex.pm ../../lib/Text/Soundex.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Soundex.xs > Soundex.xsc && mv Soundex.xsc Soundex.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.03_01\" -DXS_VERSION=\"
3.03_01\" -fPIC "-I../.." Soundex.c
Running Mkbootstrap for Text::Soundex ()
chmod 644 Soundex.bs
rm -f ../../lib/auto/Text/Soundex/Soundex.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Soundex.o -o ../../lib/auto/
Text/Soundex/Soundex.so \
\
chmod 755 ../../lib/auto/Text/Soundex/Soundex.so
cp Soundex.bs ../../lib/auto/Text/Soundex/Soundex.bs
chmod 644 ../../lib/auto/Text/Soundex/Soundex.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Soundex'
./miniperl -Ilib make_ext.pl lib/auto/threads/threads.so MAKE=make LIBPERL_A=lib
perl.a LINKTYPE=dynamic
Making threads (all)
Running Makefile.PL in dist/threads
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Processing hints file hints/linux.pl
Writing Makefile for threads
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads'
Making all in dist/threads
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads'
cp threads.pm ../../lib/threads.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap threads.xs > threads.xsc && mv threads.xsc threads.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.75\" -DXS_VERSION=\"1.7
5\" -fPIC "-I../.." threads.c
Running Mkbootstrap for threads ()
chmod 644 threads.bs
rm -f ../../lib/auto/threads/threads.so
cc -shared -O2 -L/usr/local/lib -fstack-protector threads.o -o ../../lib/auto/
threads/threads.so \
\
chmod 755 ../../lib/auto/threads/threads.so
cp threads.bs ../../lib/auto/threads/threads.bs
chmod 644 ../../lib/auto/threads/threads.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads'
./miniperl -Ilib make_ext.pl lib/auto/threads/shared/shared.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making threads::shared (all)
Running Makefile.PL in dist/threads-shared
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Processing hints file hints/linux.pl
Writing Makefile for threads::shared
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads-shared'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads-shared'
Making all in dist/threads-shared
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads-shared'
cp shared.pm ../../lib/threads/shared.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap shared.xs > shared.xsc && mv shared.xsc shared.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.32\" -DXS_VERSION=\"1.3
2\" -fPIC "-I../.." shared.c
Running Mkbootstrap for threads::shared ()
chmod 644 shared.bs
rm -f ../../lib/auto/threads/shared/shared.so
cc -shared -O2 -L/usr/local/lib -fstack-protector shared.o -o ../../lib/auto/t
hreads/shared/shared.so \
\
chmod 755 ../../lib/auto/threads/shared/shared.so
cp shared.bs ../../lib/auto/threads/shared/shared.bs
chmod 644 ../../lib/auto/threads/shared/shared.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads-shared'
./miniperl -Ilib make_ext.pl lib/auto/Time/HiRes/HiRes.so MAKE=make LIBPERL_A=li
bperl.a LINKTYPE=dynamic
Making Time::HiRes (all)
Running Makefile.PL in cpan/Time-HiRes
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Configuring Time::HiRes...
Using hints hints/linux.pl...
Extra libraries: -lrt...
Have syscall()... looking for syscall.h... found <syscall.h>.
Looking for gettimeofday()... found.
Looking for setitimer()... found.
Looking for getitimer()... found.
You have interval timers (both setitimer and getitimer).
Looking for ualarm()... found.
Looking for usleep()... found.
Looking for nanosleep()... testing... found.
You can mix subsecond sleeps with signals, if you want to.
(It's still not portable, though.)
Looking for clock_gettime()... found.
Looking for clock_getres()... found.
Looking for clock_nanosleep()... found.
Looking for clock()... found.
Looking for stat() subsecond timestamps...
Trying struct stat st_atimespec.tv_nsec...NOT found.
Trying struct stat st_atimensec...NOT found.
Trying struct stat st_atime_n...NOT found.
Trying struct stat st_atim.tv_nsec...found.
Trying struct stat st_uatime...Processing hints file hints/linux.pl
NOT found.
You seem to have stat() subsecond timestamps.
(Your struct stat has them, but the filesystems must help.)
Writing Makefile for Time::HiRes
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-HiRes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-HiRes'
Making all in cpan/Time-HiRes
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-HiRes'
cp HiRes.pm ../../lib/Time/HiRes.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap -typemap typemap HiRes.xs > HiRes.xsc && mv HiRes.xsc
HiRes.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.9719\" -DXS_VERSION=\"1
.9719\" -fPIC "-I../.." -DTIME_HIRES_NANOSLEEP -DTIME_HIRES_CLOCK_GETTIME -DTIM
E_HIRES_CLOCK_GETRES -DTIME_HIRES_CLOCK_NANOSLEEP -DTIME_HIRES_CLOCK -DTIME_HIRE
S_STAT=4 -DATLEASTFIVEOHOHFIVE HiRes.c
Running Mkbootstrap for Time::HiRes ()
chmod 644 HiRes.bs
rm -f ../../lib/auto/Time/HiRes/HiRes.so
LD_RUN_PATH="/lib" cc -shared -O2 -L/usr/local/lib -fstack-protector HiRes.o -
o ../../lib/auto/Time/HiRes/HiRes.so \
-lrt \
chmod 755 ../../lib/auto/Time/HiRes/HiRes.so
cp HiRes.bs ../../lib/auto/Time/HiRes/HiRes.bs
chmod 644 ../../lib/auto/Time/HiRes/HiRes.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-HiRes'
./miniperl -Ilib make_ext.pl lib/auto/Time/Piece/Piece.so MAKE=make LIBPERL_A=li
bperl.a LINKTYPE=dynamic
Making Time::Piece (all)
Running Makefile.PL in cpan/Time-Piece
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for Time::Piece
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-Piece'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-Piece'
Making all in cpan/Time-Piece
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-Piece'
cp Seconds.pm ../../lib/Time/Seconds.pm
cp Piece.pm ../../lib/Time/Piece.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Piece.xs > Piece.xsc && mv Piece.xsc Piece.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.15_01\" -DXS_VERSION=\"
1.15_01\" -fPIC "-I../.." Piece.c
Running Mkbootstrap for Time::Piece ()
chmod 644 Piece.bs
rm -f ../../lib/auto/Time/Piece/Piece.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Piece.o -o ../../lib/auto/Ti
me/Piece/Piece.so \
\
chmod 755 ../../lib/auto/Time/Piece/Piece.so
cp Piece.bs ../../lib/auto/Time/Piece/Piece.bs
chmod 644 ../../lib/auto/Time/Piece/Piece.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-Piece'
./miniperl -Ilib make_ext.pl lib/auto/Unicode/Normalize/Normalize.so MAKE=make L
IBPERL_A=libperl.a LINKTYPE=dynamic
Making Unicode::Normalize (all)
Running Makefile.PL in cpan/Unicode-Normalize
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Making header files for XS...
Writing Makefile for Unicode::Normalize
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Normalize'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Normalize'
Making all in cpan/Unicode-Normalize
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Normalize'
cp Normalize.pm ../../lib/Unicode/Normalize.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Normalize.xs > Normalize.xsc && mv Normalize.xsc Norm
alize.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.03\" -DXS_VERSION=\"1.0
3\" -fPIC "-I../.." Normalize.c
Running Mkbootstrap for Unicode::Normalize ()
chmod 644 Normalize.bs
rm -f ../../lib/auto/Unicode/Normalize/Normalize.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Normalize.o -o ../../lib/aut
o/Unicode/Normalize/Normalize.so \
\
chmod 755 ../../lib/auto/Unicode/Normalize/Normalize.so
cp Normalize.bs ../../lib/auto/Unicode/Normalize/Normalize.bs
chmod 644 ../../lib/auto/Unicode/Normalize/Normalize.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Normalize'
./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/APItest.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making XS::APItest (all)
Running Makefile.PL in ext/XS-APItest
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Checking if your kit is complete...
Looks good
Writing Makefile for XS::APItest
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest'
Making all in ext/XS-APItest
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest'
cp APItest.pm ../../lib/XS/APItest.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap APItest.xs > APItest.xsc && mv APItest.xsc APItest.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.17\" -DXS_VERSION=\"
0.17\" -fPIC "-I../.." APItest.c
APItest.xs: In function â XS_XS__APItest_pmflagâ :
APItest.xs:930: warning: â Perl_pmflagâ is deprecated (declared at ../../proto.h:2623)
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.17\" -DXS_VERSION=\"
0.17\" -fPIC "-I../.." exception.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.17\" -DXS_VERSION=\"
0.17\" -fPIC "-I../.." core.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.17\" -DXS_VERSION=\"
0.17\" -fPIC "-I../.." notcore.c
Running Mkbootstrap for XS::APItest ()
chmod 644 APItest.bs
rm -f ../../lib/auto/XS/APItest/APItest.so
cc -shared -O2 -L/usr/local/lib -fstack-protector APItest.o exception.o core.o
notcore.o -o ../../lib/auto/XS/APItest/APItest.so \
\
chmod 755 ../../lib/auto/XS/APItest/APItest.so
cp APItest.bs ../../lib/auto/XS/APItest/APItest.bs
chmod 644 ../../lib/auto/XS/APItest/APItest.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest'
./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/KeywordRPN/KeywordRPN.so MAKE=m
ake LIBPERL_A=libperl.a LINKTYPE=dynamic
Making XS::APItest::KeywordRPN (all)
Running Makefile.PL in ext/XS-APItest-KeywordRPN
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for XS::APItest::KeywordRPN
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest-KeywordRPN'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest-KeywordRPN'
Making all in ext/XS-APItest-KeywordRPN
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest-KeywordRPN'
cp KeywordRPN.pm ../../lib/XS/APItest/KeywordRPN.pm
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap KeywordRPN.xs > KeywordRPN.xsc && mv KeywordRPN.xsc K
eywordRPN.c
Please specify prototyping behavior for KeywordRPN.xs (see perlxs manual)
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.003\" -DXS_VERSION=\"0.
003\" -fPIC "-I../.." KeywordRPN.c
Running Mkbootstrap for XS::APItest::KeywordRPN ()
chmod 644 KeywordRPN.bs
rm -f ../../lib/auto/XS/APItest/KeywordRPN/KeywordRPN.so
cc -shared -O2 -L/usr/local/lib -fstack-protector KeywordRPN.o -o ../../lib/au
to/XS/APItest/KeywordRPN/KeywordRPN.so \
\
chmod 755 ../../lib/auto/XS/APItest/KeywordRPN/KeywordRPN.so
cp KeywordRPN.bs ../../lib/auto/XS/APItest/KeywordRPN/KeywordRPN.bs
chmod 644 ../../lib/auto/XS/APItest/KeywordRPN/KeywordRPN.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest-KeywordRPN'
./miniperl -Ilib make_ext.pl lib/auto/XS/Typemap/Typemap.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making XS::Typemap (all)
Running Makefile.PL in ext/XS-Typemap
../../miniperl Makefile.PL INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=n
one PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
Writing Makefile for XS::Typemap
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
Typemap'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-T
ypemap'
Making all in ext/XS-Typemap
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
Typemap'
cp Typemap.pm ../../lib/XS/Typemap.pm
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.03\" -DXS_VERSION=\"0.0
3\" -fPIC "-I../.." stdio.c
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap -typemap typemap Typemap.xs > Typemap.xsc && mv Typem
ap.xsc Typemap.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.03\" -DXS_VERSION=\"0.0
3\" -fPIC "-I../.." Typemap.c
Running Mkbootstrap for XS::Typemap ()
chmod 644 Typemap.bs
rm -f ../../lib/auto/XS/Typemap/Typemap.so
cc -shared -O2 -L/usr/local/lib -fstack-protector stdio.o Typemap.o -o ../../
lib/auto/XS/Typemap/Typemap.so \
\
chmod 755 ../../lib/auto/XS/Typemap/Typemap.so
cp Typemap.bs ../../lib/auto/XS/Typemap/Typemap.bs
chmod 644 ../../lib/auto/XS/Typemap/Typemap.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-T
ypemap'
./perl -f -Ilib pod/buildtoc --build-toc -q
./miniperl -Ilib minimod.pl > lib/ExtUtils/Miniperl.pm
cd x2p; make s2p
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
../miniperl -I../lib s2p.PL
Extracting s2p (with variable substitutions)
Linking s2p to psed.
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
./miniperl -Ilib pod/pod2html.PL
Extracting pod2html (with variable substitutions)
./miniperl -Ilib pod/pod2latex.PL
Extracting pod2latex (with variable substitutions)
./miniperl -Ilib pod/pod2man.PL
Extracting pod2man (with variable substitutions)
./miniperl -Ilib pod/pod2text.PL
Extracting pod2text (with variable substitutions)
./miniperl -Ilib pod/pod2usage.PL
Extracting pod2usage (with variable substitutions)
./miniperl -Ilib pod/podchecker.PL
Extracting podchecker (with variable substitutions)
./miniperl -Ilib pod/podselect.PL
Extracting podselect (with variable substitutions)
Making utilities
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/utils'
../miniperl -I../lib c2ph.PL
Extracting c2ph (with variable substitutions)
Linking c2ph to pstruct.
../miniperl -I../lib config_data.PL
Extracting config_data (with variable substitutions)
../miniperl -I../lib corelist.PL
Extracting corelist (with variable substitutions)
../miniperl -I../lib cpan.PL
Extracting cpan (with variable substitutions)
../miniperl -I../lib h2ph.PL
Extracting h2ph (with variable substitutions)
../miniperl -I../lib h2xs.PL
Extracting h2xs (with variable substitutions)
../miniperl -I../lib instmodsh.PL
Extracting instmodsh (with variable substitutions)
../miniperl -I../lib perlbug.PL
Extracting perlbug (with variable substitutions)
../miniperl -I../lib perldoc.PL
Extracting "perldoc" (with variable substitutions)
../miniperl -I../lib perlivp.PL
Extracting perlivp (with variable substitutions)
../miniperl -I../lib pl2pm.PL
Extracting pl2pm (with variable substitutions)
../miniperl -I../lib prove.PL
Extracting prove (with variable substitutions)
../miniperl -I../lib ptar.PL
Extracting ptar (with variable substitutions)
../miniperl -I../lib ptardiff.PL
Extracting ptardiff (with variable substitutions)
../miniperl -I../lib cpanp-run-perl.PL
Extracting cpanp-run-perl (with variable substitutions)
../miniperl -I../lib cpanp.PL
Extracting cpanp (with variable substitutions)
../miniperl -I../lib cpan2dist.PL
Extracting cpan2dist (with variable substitutions)
../miniperl -I../lib shasum.PL
Extracting shasum (with variable substitutions)
../miniperl -I../lib splain.PL
Extracting splain (with variable substitutions)
../miniperl -I../lib dprofpp.PL
Extracting dprofpp (with variable substitutions)
../miniperl -I../lib libnetcfg.PL
Extracting libnetcfg (with variable substitutions)
../miniperl -I../lib piconv.PL
Extracting piconv (with variable substitutions)
../miniperl -I../lib enc2xs.PL
Extracting enc2xs (with variable substitutions)
../miniperl -I../lib xsubpp.PL
Extracting xsubpp (with variable substitutions)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/utils'
Making x2p stuff
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
`sh cflags "optimize='-O2'" hash.o` -DPERL_FOR_X2P hash.c
CCCMD = cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/loc
al/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2
`sh cflags "optimize='-O2'" str.o` -DPERL_FOR_X2P str.c
CCCMD = cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/loc
al/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2
`sh cflags "optimize='-O2'" util.o` -DPERL_FOR_X2P util.c
CCCMD = cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/loc
al/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2
`sh cflags "optimize='-O2'" walk.o` -DPERL_FOR_X2P walk.c
CCCMD = cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/loc
al/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2
`sh cflags "optimize='-O2'" a2p.o` a2p.c
CCCMD = cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/loc
al/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2
cc -o a2p -fstack-protector -L/usr/local/lib hash.o str.o util.o walk.o a2p.o -
lnsl -ldl -lm -lcrypt -lutil -lc
../miniperl -I../lib find2perl.PL
Extracting find2perl (with variable substitutions)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
Everything is up to date. Type 'make test' to run test suite.
./miniperl -Ilib make_ext.pl cpan/Archive-Extract/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Archive::Extract (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Extract'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Extract'
Making all in cpan/Archive-Extract
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Extract'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Extract'
./miniperl -Ilib make_ext.pl cpan/Archive-Tar/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Archive::Tar (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Tar'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Tar'
Making all in cpan/Archive-Tar
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Tar'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Tar'
./miniperl -Ilib make_ext.pl dist/Attribute-Handlers/pm_to_blib MAKE=make LIBPER
L_A=libperl.a
Making Attribute::Handlers (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/At
tribute-Handlers'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Att
ribute-Handlers'
Making all in dist/Attribute-Handlers
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/At
tribute-Handlers'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Att
ribute-Handlers'
./miniperl -Ilib make_ext.pl cpan/autodie/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making autodie (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/au
todie'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/aut
odie'
Making all in cpan/autodie
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/au
todie'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/aut
odie'
./miniperl -Ilib make_ext.pl cpan/AutoLoader/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making AutoLoader (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Au
toLoader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Aut
oLoader'
Making all in cpan/AutoLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Au
toLoader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Aut
oLoader'
./miniperl -Ilib make_ext.pl ext/autouse/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making autouse (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/aut
ouse'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/auto
use'
Making all in ext/autouse
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/aut
ouse'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/auto
use'
./miniperl -Ilib make_ext.pl dist/base/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making base (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/ba
se'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/bas
e'
Making all in dist/base
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/ba
se'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/bas
e'
./miniperl -Ilib make_ext.pl cpan/B-Debug/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making B::Debug (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Debug'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-D
ebug'
Making all in cpan/B-Debug
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Debug'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-D
ebug'
./miniperl -Ilib make_ext.pl dist/B-Deparse/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making B::Deparse (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-
Deparse'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-D
eparse'
Making all in dist/B-Deparse
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-
Deparse'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-D
eparse'
./miniperl -Ilib make_ext.pl cpan/bignum/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making bignum (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/bi
gnum'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/big
num'
Making all in cpan/bignum
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/bi
gnum'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/big
num'
./miniperl -Ilib make_ext.pl cpan/B-Lint/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making B::Lint (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Lint'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-L
int'
Making all in cpan/B-Lint
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Lint'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-L
int'
./miniperl -Ilib make_ext.pl cpan/CGI/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making CGI (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CG
I'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CGI
'
Making all in cpan/CGI
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CG
I'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CGI
'
./miniperl -Ilib make_ext.pl cpan/Class-ISA/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Class::ISA (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cl
ass-ISA'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cla
ss-ISA'
Making all in cpan/Class-ISA
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cl
ass-ISA'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cla
ss-ISA'
./miniperl -Ilib make_ext.pl dist/constant/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making constant (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/co
nstant'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/con
stant'
Making all in dist/constant
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/co
nstant'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/con
stant'
./miniperl -Ilib make_ext.pl cpan/CPAN/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making CPAN (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
AN'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
N'
Making all in cpan/CPAN
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
AN'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
N'
./miniperl -Ilib make_ext.pl cpan/CPANPLUS/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making CPANPLUS (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS'
Making all in cpan/CPANPLUS
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS'
./miniperl -Ilib make_ext.pl cpan/CPANPLUS-Dist-Build/pm_to_blib MAKE=make LIBPE
RL_A=libperl.a
Making CPANPLUS::Dist::Build (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS-Dist-Build'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS-Dist-Build'
Making all in cpan/CPANPLUS-Dist-Build
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS-Dist-Build'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS-Dist-Build'
./miniperl -Ilib make_ext.pl ext/Devel-SelfStubber/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making Devel::SelfStubber (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-SelfStubber'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-SelfStubber'
Making all in ext/Devel-SelfStubber
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-SelfStubber'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-SelfStubber'
./miniperl -Ilib make_ext.pl cpan/Digest/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making Digest (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est'
Making all in cpan/Digest
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est'
./miniperl -Ilib make_ext.pl cpan/encoding-warnings/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making encoding::warnings (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/en
coding-warnings'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/enc
oding-warnings'
Making all in cpan/encoding-warnings
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/en
coding-warnings'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/enc
oding-warnings'
./miniperl -Ilib make_ext.pl ext/Errno/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Errno (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Err
no'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Errn
o'
Making all in ext/Errno
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Err
no'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Errn
o'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-CBuilder/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making ExtUtils::CBuilder (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-CBuilder'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-CBuilder'
Making all in cpan/ExtUtils-CBuilder
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-CBuilder'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-CBuilder'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-Command/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making ExtUtils::Command (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Command'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Command'
Making all in cpan/ExtUtils-Command
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Command'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Command'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-Constant/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making ExtUtils::Constant (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Constant'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Constant'
Making all in cpan/ExtUtils-Constant
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Constant'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Constant'
./miniperl -Ilib make_ext.pl dist/ExtUtils-Install/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making ExtUtils::Install (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ex
tUtils-Install'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ext
Utils-Install'
Making all in dist/ExtUtils-Install
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ex
tUtils-Install'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ext
Utils-Install'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-MakeMaker/pm_to_blib MAKE=make LIBPER
L_A=libperl.a
Making ExtUtils::MakeMaker (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-MakeMaker'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-MakeMaker'
Making all in cpan/ExtUtils-MakeMaker
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-MakeMaker'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-MakeMaker'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-Manifest/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making ExtUtils::Manifest (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Manifest'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Manifest'
Making all in cpan/ExtUtils-Manifest
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Manifest'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Manifest'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-ParseXS/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making ExtUtils::ParseXS (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-ParseXS'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-ParseXS'
Making all in cpan/ExtUtils-ParseXS
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-ParseXS'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-ParseXS'
./miniperl -Ilib make_ext.pl ext/FileCache/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making FileCache (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
eCache'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
Cache'
Making all in ext/FileCache
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
eCache'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
Cache'
./miniperl -Ilib make_ext.pl cpan/File-Fetch/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making File::Fetch (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Fetch'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Fetch'
Making all in cpan/File-Fetch
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Fetch'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Fetch'
./miniperl -Ilib make_ext.pl cpan/File-Path/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making File::Path (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Path'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Path'
Making all in cpan/File-Path
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Path'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Path'
./miniperl -Ilib make_ext.pl cpan/File-Temp/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making File::Temp (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Temp'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Temp'
Making all in cpan/File-Temp
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Temp'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Temp'
./miniperl -Ilib make_ext.pl dist/Filter-Simple/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making Filter::Simple (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fi
lter-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fil
ter-Simple'
Making all in dist/Filter-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fi
lter-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fil
ter-Simple'
./miniperl -Ilib make_ext.pl cpan/Getopt-Long/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Getopt::Long (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ge
topt-Long'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Get
opt-Long'
Making all in cpan/Getopt-Long
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ge
topt-Long'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Get
opt-Long'
./miniperl -Ilib make_ext.pl dist/I18N-LangTags/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making I18N::LangTags (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I1
8N-LangTags'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I18
N-LangTags'
Making all in dist/I18N-LangTags
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I1
8N-LangTags'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I18
N-LangTags'
./miniperl -Ilib make_ext.pl cpan/if/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making if (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if
'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if'
Making all in cpan/if
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if
'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if'
./miniperl -Ilib make_ext.pl cpan/IO-Compress/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making IO::Compress (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Compress'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Compress'
Making all in cpan/IO-Compress
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Compress'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Compress'
./miniperl -Ilib make_ext.pl cpan/IO-Zlib/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making IO::Zlib (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Zlib'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Zlib'
Making all in cpan/IO-Zlib
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Zlib'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Zlib'
./miniperl -Ilib make_ext.pl cpan/IPC-Cmd/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making IPC::Cmd (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-Cmd'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-Cmd'
Making all in cpan/IPC-Cmd
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-Cmd'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-Cmd'
./miniperl -Ilib make_ext.pl ext/IPC-Open2/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making IPC::Open2 (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open2'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open2'
Making all in ext/IPC-Open2
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open2'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open2'
./miniperl -Ilib make_ext.pl ext/IPC-Open3/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making IPC::Open3 (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open3'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open3'
Making all in ext/IPC-Open3
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open3'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open3'
./miniperl -Ilib make_ext.pl dist/lib/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making lib (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/li
b'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/lib
'
Making all in dist/lib
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/li
b'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/lib
'
./miniperl -Ilib make_ext.pl cpan/libnet/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making libnet (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/li
bnet'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/lib
net'
Making all in cpan/libnet
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/li
bnet'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/lib
net'
./miniperl -Ilib make_ext.pl cpan/Locale-Codes/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Locale::Codes (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Codes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Codes'
Making all in cpan/Locale-Codes
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Codes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Codes'
./miniperl -Ilib make_ext.pl dist/Locale-Maketext/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Locale::Maketext (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Lo
cale-Maketext'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Loc
ale-Maketext'
Making all in dist/Locale-Maketext
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Lo
cale-Maketext'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Loc
ale-Maketext'
./miniperl -Ilib make_ext.pl cpan/Locale-Maketext-Simple/pm_to_blib MAKE=make LI
BPERL_A=libperl.a
Making Locale::Maketext::Simple (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Maketext-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Maketext-Simple'
Making all in cpan/Locale-Maketext-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Maketext-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Maketext-Simple'
./miniperl -Ilib make_ext.pl cpan/Log-Message/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Log::Message (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message'
Making all in cpan/Log-Message
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message'
./miniperl -Ilib make_ext.pl cpan/Log-Message-Simple/pm_to_blib MAKE=make LIBPER
L_A=libperl.a
Making Log::Message::Simple (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message-Simple'
Making all in cpan/Log-Message-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message-Simple'
./miniperl -Ilib make_ext.pl cpan/Math-BigInt/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Math::BigInt (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt'
Making all in cpan/Math-BigInt
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt'
./miniperl -Ilib make_ext.pl cpan/Math-BigRat/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Math::BigRat (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigRat'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigRat'
Making all in cpan/Math-BigRat
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigRat'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigRat'
./miniperl -Ilib make_ext.pl cpan/Math-Complex/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Math::Complex (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-Complex'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-Complex'
Making all in cpan/Math-Complex
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-Complex'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-Complex'
./miniperl -Ilib make_ext.pl cpan/Memoize/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making Memoize (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Me
moize'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mem
oize'
Making all in cpan/Memoize
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Me
moize'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mem
oize'
./miniperl -Ilib make_ext.pl cpan/Module-Build/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Module::Build (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Build'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Build'
Making all in cpan/Module-Build
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Build'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Build'
./miniperl -Ilib make_ext.pl dist/Module-CoreList/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Module::CoreList (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mo
dule-CoreList'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mod
ule-CoreList'
Making all in dist/Module-CoreList
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mo
dule-CoreList'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mod
ule-CoreList'
./miniperl -Ilib make_ext.pl cpan/Module-Load/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Module::Load (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load'
Making all in cpan/Module-Load
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load'
./miniperl -Ilib make_ext.pl cpan/Module-Load-Conditional/pm_to_blib MAKE=make L
IBPERL_A=libperl.a
Making Module::Load::Conditional (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load-Conditional'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load-Conditional'
Making all in cpan/Module-Load-Conditional
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load-Conditional'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load-Conditional'
./miniperl -Ilib make_ext.pl cpan/Module-Loaded/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making Module::Loaded (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Loaded'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Loaded'
Making all in cpan/Module-Loaded
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Loaded'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Loaded'
./miniperl -Ilib make_ext.pl cpan/Module-Pluggable/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making Module::Pluggable (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Pluggable'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Pluggable'
Making all in cpan/Module-Pluggable
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Pluggable'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Pluggable'
./miniperl -Ilib make_ext.pl dist/Net-Ping/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making Net::Ping (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ne
t-Ping'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Net
-Ping'
Making all in dist/Net-Ping
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ne
t-Ping'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Net
-Ping'
./miniperl -Ilib make_ext.pl cpan/NEXT/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making NEXT (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NE
XT'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NEX
T'
Making all in cpan/NEXT
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NE
XT'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NEX
T'
./miniperl -Ilib make_ext.pl cpan/Object-Accessor/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Object::Accessor (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ob
ject-Accessor'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Obj
ect-Accessor'
Making all in cpan/Object-Accessor
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ob
ject-Accessor'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Obj
ect-Accessor'
./miniperl -Ilib make_ext.pl cpan/Package-Constants/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making Package::Constants (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
ckage-Constants'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pac
kage-Constants'
Making all in cpan/Package-Constants
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
ckage-Constants'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pac
kage-Constants'
./miniperl -Ilib make_ext.pl cpan/Params-Check/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Params::Check (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rams-Check'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
ams-Check'
Making all in cpan/Params-Check
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rams-Check'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
ams-Check'
./miniperl -Ilib make_ext.pl cpan/parent/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making parent (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pa
rent'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/par
ent'
Making all in cpan/parent
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pa
rent'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/par
ent'
./miniperl -Ilib make_ext.pl cpan/Parse-CPAN-Meta/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Parse::CPAN::Meta (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rse-CPAN-Meta'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
se-CPAN-Meta'
Making all in cpan/Parse-CPAN-Meta
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rse-CPAN-Meta'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
se-CPAN-Meta'
./miniperl -Ilib make_ext.pl cpan/PerlIO-via-QuotedPrint/pm_to_blib MAKE=make LI
BPERL_A=libperl.a
Making PerlIO::via::QuotedPrint (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pe
rlIO-via-QuotedPrint'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Per
lIO-via-QuotedPrint'
Making all in cpan/PerlIO-via-QuotedPrint
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pe
rlIO-via-QuotedPrint'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Per
lIO-via-QuotedPrint'
./miniperl -Ilib make_ext.pl cpan/Pod-Escapes/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Pod::Escapes (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Escapes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Escapes'
Making all in cpan/Pod-Escapes
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Escapes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Escapes'
./miniperl -Ilib make_ext.pl cpan/Pod-LaTeX/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Pod::LaTeX (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-LaTeX'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-LaTeX'
Making all in cpan/Pod-LaTeX
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-LaTeX'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-LaTeX'
./miniperl -Ilib make_ext.pl cpan/podlators/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making podlators (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/po
dlators'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pod
lators'
Making all in cpan/podlators
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/po
dlators'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pod
lators'
./miniperl -Ilib make_ext.pl cpan/Pod-Parser/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making Pod::Parser (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Parser'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Parser'
Making all in cpan/Pod-Parser
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Parser'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Parser'
./miniperl -Ilib make_ext.pl dist/Pod-Perldoc/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Pod::Perldoc (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Perldoc'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Perldoc'
Making all in dist/Pod-Perldoc
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Perldoc'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Perldoc'
./miniperl -Ilib make_ext.pl dist/Pod-Plainer/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Pod::Plainer (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Plainer'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Plainer'
Making all in dist/Pod-Plainer
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Plainer'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Plainer'
./miniperl -Ilib make_ext.pl cpan/Pod-Simple/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making Pod::Simple (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Simple'
Making all in cpan/Pod-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Simple'
./miniperl -Ilib make_ext.pl dist/Safe/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Safe (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sa
fe'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Saf
e'
Making all in dist/Safe
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sa
fe'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Saf
e'
./miniperl -Ilib make_ext.pl dist/SelfLoader/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making SelfLoader (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Se
lfLoader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sel
fLoader'
Making all in dist/SelfLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Se
lfLoader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sel
fLoader'
./miniperl -Ilib make_ext.pl cpan/Shell/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Shell (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sh
ell'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/She
ll'
Making all in cpan/Shell
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sh
ell'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/She
ll'
./miniperl -Ilib make_ext.pl dist/Switch/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making Switch (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sw
itch'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Swi
tch'
Making all in dist/Switch
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sw
itch'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Swi
tch'
./miniperl -Ilib make_ext.pl cpan/Term-ANSIColor/pm_to_blib MAKE=make LIBPERL_A=
libperl.a
Making Term::ANSIColor (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-ANSIColor'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-ANSIColor'
Making all in cpan/Term-ANSIColor
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-ANSIColor'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-ANSIColor'
./miniperl -Ilib make_ext.pl cpan/Term-Cap/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making Term::Cap (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-Cap'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-Cap'
Making all in cpan/Term-Cap
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-Cap'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-Cap'
./miniperl -Ilib make_ext.pl cpan/Term-UI/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making Term::UI (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-UI'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-UI'
Making all in cpan/Term-UI
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-UI'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-UI'
./miniperl -Ilib make_ext.pl cpan/Test/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Test (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t'
Making all in cpan/Test
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t'
./miniperl -Ilib make_ext.pl cpan/Test-Harness/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Test::Harness (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Harness'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Harness'
Making all in cpan/Test-Harness
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Harness'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Harness'
./miniperl -Ilib make_ext.pl cpan/Test-Simple/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Test::Simple (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Simple'
Making all in cpan/Test-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Simple'
./miniperl -Ilib make_ext.pl cpan/Text-Balanced/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making Text::Balanced (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Balanced'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Balanced'
Making all in cpan/Text-Balanced
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Balanced'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Balanced'
./miniperl -Ilib make_ext.pl cpan/Text-ParseWords/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Text::ParseWords (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-ParseWords'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-ParseWords'
Making all in cpan/Text-ParseWords
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-ParseWords'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-ParseWords'
./miniperl -Ilib make_ext.pl cpan/Text-Tabs/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Text::Tabs (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Tabs'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Tabs'
Making all in cpan/Text-Tabs
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Tabs'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Tabs'
./miniperl -Ilib make_ext.pl dist/Thread-Queue/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Thread::Queue (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Queue'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Queue'
Making all in dist/Thread-Queue
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Queue'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Queue'
./miniperl -Ilib make_ext.pl dist/Thread-Semaphore/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making Thread::Semaphore (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Semaphore'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Semaphore'
Making all in dist/Thread-Semaphore
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Semaphore'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Semaphore'
./miniperl -Ilib make_ext.pl cpan/Tie-File/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making Tie::File (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-File'
Making all in cpan/Tie-File
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-File'
./miniperl -Ilib make_ext.pl ext/Tie-Memoize/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making Tie::Memoize (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie
-Memoize'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie-
Memoize'
Making all in ext/Tie-Memoize
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie
-Memoize'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie-
Memoize'
./miniperl -Ilib make_ext.pl cpan/Tie-RefHash/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Tie::RefHash (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-RefHash'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-RefHash'
Making all in cpan/Tie-RefHash
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-RefHash'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-RefHash'
./miniperl -Ilib make_ext.pl ext/Time-Local/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Time::Local (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tim
e-Local'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Time
-Local'
Making all in ext/Time-Local
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tim
e-Local'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Time
-Local'
./miniperl -Ilib make_ext.pl cpan/Unicode-Collate/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Unicode::Collate (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Collate'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Collate'
Making all in cpan/Unicode-Collate
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Collate'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Collate'
./miniperl -Ilib make_ext.pl dist/XSLoader/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making XSLoader (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XS
Loader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XSL
oader'
Making all in dist/XSLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XS
Loader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XSL
oader'
./miniperl -Ilib -Icpan/Cwd -Icpan/Cwd/lib mkppport
ppport.h in cpan/Cwd is up-to-date
ppport.h in cpan/DB_File is up-to-date
ppport.h in cpan/IPC-SysV is up-to-date
ppport.h in cpan/Time-HiRes is up-to-date
ppport.h in cpan/Win32API-File is up-to-date
./miniperl -Ilib make_ext.pl DynaLoader.o MAKE=make LIBPERL_A=libperl.a LINKTYPE
=static CCCDLFLAGS=
Making DynaLoader (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyn
aLoader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyna
Loader'
Making all in ext/DynaLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS=
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyn
aLoader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyna
Loader'
./miniperl -Ilib make_ext.pl lib/auto/attributes/attributes.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making attributes (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/att
ributes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/attr
ibutes'
Making all in ext/attributes
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/att
ributes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/attr
ibutes'
./miniperl -Ilib make_ext.pl lib/auto/B/B.so MAKE=make LIBPERL_A=libperl.a LINKT
YPE=dynamic
Making B (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
Making all in ext/B
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Bzip2/Bzip2.so MAKE=make LIBP
ERL_A=libperl.a LINKTYPE=dynamic
Making Compress::Raw::Bzip2 (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Bzip2'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Bzip2'
Making all in cpan/Compress-Raw-Bzip2
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Bzip2'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Bzip2'
./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Zlib/Zlib.so MAKE=make LIBPER
L_A=libperl.a LINKTYPE=dynamic
Making Compress::Raw::Zlib (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Zlib'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Zlib'
Making all in cpan/Compress-Raw-Zlib
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Zlib'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Zlib'
./miniperl -Ilib make_ext.pl lib/auto/Cwd/Cwd.so MAKE=make LIBPERL_A=libperl.a L
INKTYPE=dynamic
Making Cwd (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cw
d'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cwd
'
Making all in cpan/Cwd
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cw
d'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cwd
'
./miniperl -Ilib make_ext.pl lib/auto/Data/Dumper/Dumper.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making Data::Dumper (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Da
ta-Dumper'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Dat
a-Dumper'
Making all in dist/Data-Dumper
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Da
ta-Dumper'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Dat
a-Dumper'
./miniperl -Ilib make_ext.pl lib/auto/DB_File/DB_File.so MAKE=make LIBPERL_A=lib
perl.a LINKTYPE=dynamic
Making DB_File (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB
_File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB_
File'
Making all in cpan/DB_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB
_File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB_
File'
./miniperl -Ilib make_ext.pl lib/auto/Devel/DProf/DProf.so MAKE=make LIBPERL_A=l
ibperl.a LINKTYPE=dynamic
Making Devel::DProf (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-DProf'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-DProf'
Making all in ext/Devel-DProf
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-DProf'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-DProf'
./miniperl -Ilib make_ext.pl lib/auto/Devel/Peek/Peek.so MAKE=make LIBPERL_A=lib
perl.a LINKTYPE=dynamic
Making Devel::Peek (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-Peek'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-Peek'
Making all in ext/Devel-Peek
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-Peek'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-Peek'
./miniperl -Ilib make_ext.pl lib/auto/Devel/PPPort/PPPort.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making Devel::PPPort (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/De
vel-PPPort'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dev
el-PPPort'
Making all in cpan/Devel-PPPort
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/De
vel-PPPort'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dev
el-PPPort'
./miniperl -Ilib make_ext.pl lib/auto/Digest/MD5/MD5.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making Digest::MD5 (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-MD5'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-MD5'
Making all in cpan/Digest-MD5
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-MD5'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-MD5'
./miniperl -Ilib make_ext.pl lib/auto/Digest/SHA/SHA.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making Digest::SHA (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-SHA'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-SHA'
Making all in cpan/Digest-SHA
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-SHA'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-SHA'
./miniperl -Ilib make_ext.pl lib/auto/Encode/Encode.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making Encode (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode'
Making all in cpan/Encode
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/Byte'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/Byte'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/CN'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/CN'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/EBCDIC'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/EBCDIC'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/JP'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/JP'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/KR'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/KR'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/Symbol'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/Symbol'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/TW'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/TW'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/Unicode'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/Unicode'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode'
./miniperl -Ilib make_ext.pl lib/auto/Fcntl/Fcntl.so MAKE=make LIBPERL_A=libperl
.a LINKTYPE=dynamic
Making Fcntl (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcn
tl'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcnt
l'
Making all in ext/Fcntl
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcn
tl'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcnt
l'
./miniperl -Ilib make_ext.pl lib/auto/File/Glob/Glob.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making File::Glob (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
e-Glob'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
-Glob'
Making all in ext/File-Glob
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
e-Glob'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
-Glob'
./miniperl -Ilib make_ext.pl lib/auto/Filter/Util/Call/Call.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making Filter::Util::Call (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
lter-Util-Call'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
ter-Util-Call'
Making all in cpan/Filter-Util-Call
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
lter-Util-Call'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
ter-Util-Call'
./miniperl -Ilib make_ext.pl lib/auto/GDBM_File/GDBM_File.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making GDBM_File (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDB
M_File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDBM
_File'
Making all in ext/GDBM_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDB
M_File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDBM
_File'
./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/Util.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making Hash::Util (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util'
Making all in ext/Hash-Util
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util'
./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/FieldHash/FieldHash.so MAKE=make
LIBPERL_A=libperl.a LINKTYPE=dynamic
Making Hash::Util::FieldHash (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util-FieldHash'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util-FieldHash'
Making all in ext/Hash-Util-FieldHash
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util-FieldHash'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util-FieldHash'
./miniperl -Ilib make_ext.pl lib/auto/I18N/Langinfo/Langinfo.so MAKE=make LIBPER
L_A=libperl.a LINKTYPE=dynamic
Making I18N::Langinfo (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18
N-Langinfo'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18N
-Langinfo'
Making all in ext/I18N-Langinfo
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18
N-Langinfo'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18N
-Langinfo'
./miniperl -Ilib make_ext.pl lib/auto/IO/IO.so MAKE=make LIBPERL_A=libperl.a LIN
KTYPE=dynamic
Making IO (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO
'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO'
Making all in dist/IO
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO
'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO'
./miniperl -Ilib make_ext.pl lib/auto/IPC/SysV/SysV.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making IPC::SysV (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-SysV'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-SysV'
Making all in cpan/IPC-SysV
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-SysV'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-SysV'
./miniperl -Ilib make_ext.pl lib/auto/List/Util/Util.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making List::Util (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Li
st-Util'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lis
t-Util'
Making all in cpan/List-Util
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Li
st-Util'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lis
t-Util'
./miniperl -Ilib make_ext.pl lib/auto/Math/BigInt/FastCalc/FastCalc.so MAKE=make
LIBPERL_A=libperl.a LINKTYPE=dynamic
Making Math::BigInt::FastCalc (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt-FastCalc'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt-FastCalc'
Making all in cpan/Math-BigInt-FastCalc
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt-FastCalc'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt-FastCalc'
./miniperl -Ilib make_ext.pl lib/auto/MIME/Base64/Base64.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making MIME::Base64 (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MI
ME-Base64'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MIM
E-Base64'
Making all in cpan/MIME-Base64
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MI
ME-Base64'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MIM
E-Base64'
./miniperl -Ilib make_ext.pl lib/auto/mro/mro.so MAKE=make LIBPERL_A=libperl.a L
INKTYPE=dynamic
Making mro (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro
'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro'
Making all in ext/mro
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro
'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro'
./miniperl -Ilib make_ext.pl lib/auto/NDBM_File/NDBM_File.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making NDBM_File (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDB
M_File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDBM
_File'
Making all in ext/NDBM_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDB
M_File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDBM
_File'
./miniperl -Ilib make_ext.pl lib/auto/Opcode/Opcode.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making Opcode (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opc
ode'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opco
de'
Making all in ext/Opcode
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opc
ode'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opco
de'
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/encoding/encoding.so MAKE=make LIBP
ERL_A=libperl.a LINKTYPE=dynamic
Making PerlIO::encoding (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-encoding'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-encoding'
Making all in ext/PerlIO-encoding
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-encoding'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-encoding'
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/scalar/scalar.so MAKE=make LIBPERL_
A=libperl.a LINKTYPE=dynamic
Making PerlIO::scalar (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-scalar'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-scalar'
Making all in ext/PerlIO-scalar
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-scalar'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-scalar'
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/via/via.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making PerlIO::via (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-via'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-via'
Making all in ext/PerlIO-via
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-via'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-via'
./miniperl -Ilib make_ext.pl lib/auto/POSIX/POSIX.so MAKE=make LIBPERL_A=libperl
.a LINKTYPE=dynamic
Making POSIX (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POS
IX'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POSI
X'
Making all in ext/POSIX
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POS
IX'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POSI
X'
./miniperl -Ilib make_ext.pl lib/auto/re/re.so MAKE=make LIBPERL_A=libperl.a LIN
KTYPE=dynamic
Making re (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
Making all in ext/re
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
./miniperl -Ilib make_ext.pl lib/auto/SDBM_File/SDBM_File.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making SDBM_File (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDB
M_File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDBM
_File'
Making all in ext/SDBM_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDB
M_File'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDB
M_File/sdbm'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDBM
_File/sdbm'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDBM
_File'
./miniperl -Ilib make_ext.pl lib/auto/Socket/Socket.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making Socket (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Soc
ket'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sock
et'
Making all in ext/Socket
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Soc
ket'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sock
et'
./miniperl -Ilib make_ext.pl lib/auto/Storable/Storable.so MAKE=make LIBPERL_A=l
ibperl.a LINKTYPE=dynamic
Making Storable (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/St
orable'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sto
rable'
Making all in dist/Storable
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/St
orable'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sto
rable'
./miniperl -Ilib make_ext.pl lib/auto/Sys/Hostname/Hostname.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making Sys::Hostname (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys
-Hostname'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys-
Hostname'
Making all in ext/Sys-Hostname
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys
-Hostname'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys-
Hostname'
./miniperl -Ilib make_ext.pl lib/auto/Sys/Syslog/Syslog.so MAKE=make LIBPERL_A=l
ibperl.a LINKTYPE=dynamic
Making Sys::Syslog (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sy
s-Syslog'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sys
-Syslog'
Making all in cpan/Sys-Syslog
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sy
s-Syslog'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sys
-Syslog'
./miniperl -Ilib make_ext.pl lib/auto/Text/Soundex/Soundex.so MAKE=make LIBPERL_
A=libperl.a LINKTYPE=dynamic
Making Text::Soundex (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Soundex'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Soundex'
Making all in cpan/Text-Soundex
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Soundex'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Soundex'
./miniperl -Ilib make_ext.pl lib/auto/threads/threads.so MAKE=make LIBPERL_A=lib
perl.a LINKTYPE=dynamic
Making threads (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads'
Making all in dist/threads
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads'
./miniperl -Ilib make_ext.pl lib/auto/threads/shared/shared.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making threads::shared (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads-shared'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads-shared'
Making all in dist/threads-shared
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads-shared'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads-shared'
./miniperl -Ilib make_ext.pl lib/auto/Time/HiRes/HiRes.so MAKE=make LIBPERL_A=li
bperl.a LINKTYPE=dynamic
Making Time::HiRes (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-HiRes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-HiRes'
Making all in cpan/Time-HiRes
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-HiRes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-HiRes'
./miniperl -Ilib make_ext.pl lib/auto/Time/Piece/Piece.so MAKE=make LIBPERL_A=li
bperl.a LINKTYPE=dynamic
Making Time::Piece (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-Piece'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-Piece'
Making all in cpan/Time-Piece
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-Piece'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-Piece'
./miniperl -Ilib -Icpan/Cwd -Icpan/Cwd/lib lib/unicore/mktables -C lib/unicore -
P pod -maketest -makelist -p
Files seem to be ok, not bothering to rebuild.
./miniperl -Ilib make_ext.pl lib/auto/Unicode/Normalize/Normalize.so MAKE=make L
IBPERL_A=libperl.a LINKTYPE=dynamic
Making Unicode::Normalize (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Normalize'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Normalize'
Making all in cpan/Unicode-Normalize
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Normalize'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Normalize'
./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/APItest.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making XS::APItest (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest'
Making all in ext/XS-APItest
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest'
./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/KeywordRPN/KeywordRPN.so MAKE=m
ake LIBPERL_A=libperl.a LINKTYPE=dynamic
Making XS::APItest::KeywordRPN (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest-KeywordRPN'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest-KeywordRPN'
Making all in ext/XS-APItest-KeywordRPN
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest-KeywordRPN'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest-KeywordRPN'
./miniperl -Ilib make_ext.pl lib/auto/XS/Typemap/Typemap.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making XS::Typemap (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
Typemap'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-T
ypemap'
Making all in ext/XS-Typemap
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
Typemap'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-T
ypemap'
Making utilities
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/utils'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/utils'
cd t && (rm -f perl; /bin/ln -s ../perl perl)
./runtests choose
t/base/cond....................................................ok
t/base/if......................................................ok
t/base/lex.....................................................ok
t/base/num.....................................................ok
t/base/pat.....................................................ok
t/base/rs......................................................ok
t/base/term....................................................ok
t/comp/bproto..................................................ok
t/comp/cmdopt..................................................ok
t/comp/colon...................................................ok
t/comp/decl....................................................ok
t/comp/final_line_num..........................................ok
t/comp/fold....................................................ok
t/comp/form_scope..............................................ok
t/comp/hints...................................................ok
t/comp/line_debug..............................................ok
t/comp/multiline...............................................ok
t/comp/opsubs..................................................ok
t/comp/our.....................................................ok
t/comp/package.................................................ok
t/comp/parser..................................................ok
t/comp/proto...................................................ok
t/comp/redef...................................................ok
t/comp/require.................................................ok
t/comp/retainedlines...........................................ok
t/comp/term....................................................ok
t/comp/uproto..................................................ok
t/comp/use.....................................................ok
t/comp/utf.....................................................ok
t/run/cloexec..................................................ok
t/run/exit.....................................................ok
t/run/fresh_perl...............................................ok
t/run/noswitch.................................................ok
t/run/runenv...................................................ok
t/run/script...................................................ok
t/run/switch0..................................................ok
t/run/switchC..................................................ok
t/run/switchF..................................................ok
t/run/switchF1.................................................ok
t/run/switchI..................................................ok
t/run/switcha..................................................ok
t/run/switchd..................................................ok
t/run/switches.................................................ok
t/run/switchn..................................................ok
t/run/switchp..................................................ok
t/run/switcht..................................................ok
t/run/switchx..................................................ok
t/cmd/elsif....................................................ok
t/cmd/for......................................................ok
t/cmd/mod......................................................ok
t/cmd/subval...................................................ok
t/cmd/switch...................................................ok
t/cmd/while....................................................ok
t/io/argv......................................................ok
t/io/binmode...................................................ok
t/io/crlf......................................................ok
t/io/crlf_through..............................................ok
t/io/dup.......................................................ok
t/io/errno.....................................................ok
t/io/fflush....................................................ok
t/io/fs........................................................ok
t/io/inplace...................................................ok
t/io/iprefix...................................................ok
t/io/layers....................................................ok
t/io/nargv.....................................................ok
t/io/open......................................................ok
t/io/openpid...................................................ok
t/io/perlio....................................................ok
t/io/perlio_fail...............................................ok
t/io/perlio_leaks..............................................ok
t/io/perlio_open...............................................ok
t/io/pipe......................................................ok
t/io/print.....................................................ok
t/io/pvbm......................................................ok
t/io/read......................................................ok
t/io/say.......................................................ok
t/io/tell......................................................ok
t/io/through...................................................ok
t/io/utf8......................................................ok
t/re/pat.......................................................ok
t/re/pat_advanced..............................................ok
t/re/pat_advanced_thr..........................................skipped
t/re/pat_psycho................................................ok
t/re/pat_psycho_thr............................................skipped
t/re/pat_re_eval...............................................ok
t/re/pat_re_eval_thr...........................................skipped
t/re/pat_rt_report.............................................ok
t/re/pat_rt_report_thr.........................................skipped
t/re/pat_special_cc............................................ok
t/re/pat_special_cc_thr........................................skipped
t/re/pat_thr...................................................skipped
t/re/qr........................................................ok
t/re/qr_gc.....................................................ok
t/re/qrstack...................................................ok
t/re/re........................................................ok
t/re/reg_60508.................................................ok
t/re/reg_email.................................................ok
t/re/reg_email_thr.............................................skipped
t/re/reg_fold..................................................ok
t/re/reg_mesg..................................................ok
t/re/reg_namedcapture..........................................ok
t/re/reg_nc_tie................................................ok
t/re/reg_pmod..................................................ok
t/re/reg_posixcc...............................................ok
t/re/reg_unsafe................................................ok
t/re/regexp....................................................ok
t/re/regexp_noamp..............................................ok
t/re/regexp_notrie.............................................ok
t/re/regexp_qr.................................................ok
t/re/regexp_qr_embed...........................................ok
t/re/regexp_qr_embed_thr.......................................skipped
t/re/regexp_trielist...........................................ok
t/re/regexp_unicode_prop.......................................ok
t/re/regexp_unicode_prop_thr...................................skipped
t/re/rxcode....................................................ok
t/re/subst.....................................................ok
t/re/substT....................................................ok
t/re/subst_amp.................................................ok
t/re/subst_wamp................................................ok
t/re/substr....................................................ok
t/re/substr_thr................................................skipped
t/re/uniprops..................................................ok
t/op/64bitint..................................................ok
t/op/alarm.....................................................ok
t/op/anonsub...................................................ok
t/op/append....................................................ok
t/op/args......................................................ok
t/op/arith.....................................................ok
t/op/array.....................................................ok
t/op/array_base................................................ok
t/op/assignwarn................................................ok
t/op/attrhand..................................................ok
t/op/attrs.....................................................ok
t/op/auto......................................................ok
t/op/avhv......................................................ok
t/op/bless.....................................................ok
t/op/blocks....................................................ok
t/op/bop.......................................................ok
t/op/caller....................................................ok
t/op/chars.....................................................ok
t/op/chdir.....................................................ok
t/op/chop......................................................ok
t/op/chr.......................................................ok
t/op/closure...................................................ok
t/op/cmp.......................................................ok
t/op/concat....................................................ok
t/op/cond......................................................ok
t/op/context...................................................ok
t/op/cproto....................................................ok
t/op/crypt.....................................................ok
t/op/dbm.......................................................ok
t/op/defins....................................................ok
t/op/delete....................................................ok
t/op/die.......................................................ok
t/op/die_exit..................................................ok
t/op/do........................................................ok
t/op/dor.......................................................ok
t/op/each......................................................ok
t/op/each_array................................................ok
t/op/eval......................................................ok
t/op/exec......................................................ok
t/op/exists_sub................................................ok
t/op/exp.......................................................ok
t/op/fh........................................................ok
t/op/filehandle................................................ok
t/op/filetest..................................................ok
t/op/filetest_t................................................ok
t/op/flip......................................................ok
t/op/fork......................................................ok
t/op/getpid....................................................skipped
t/op/getppid...................................................ok
t/op/glob......................................................ok
t/op/gmagic....................................................ok
t/op/goto......................................................ok
t/op/goto_xs...................................................ok
t/op/grent.....................................................ok
t/op/grep......................................................ok
t/op/groups....................................................ok
t/op/gv........................................................ok
t/op/hash......................................................ok
t/op/hashassign................................................ok
t/op/hashwarn..................................................ok
t/op/inc.......................................................ok
t/op/inccode-tie...............................................ok
t/op/inccode...................................................ok
t/op/incfilter.................................................ok
t/op/index.....................................................ok
t/op/index_thr.................................................skipped
t/op/int.......................................................ok
t/op/join......................................................ok
t/op/kill0.....................................................ok
t/op/lc........................................................ok
t/op/lc_user...................................................ok
t/op/length....................................................ok
t/op/lex.......................................................ok
t/op/lex_assign................................................ok
t/op/lfs.......................................................ok
t/op/list......................................................ok
t/op/local.....................................................ok
t/op/localref..................................................ok
t/op/loopctl...................................................ok
t/op/lop.......................................................ok
t/op/magic.....................................................ok
t/op/method....................................................ok
t/op/mkdir.....................................................ok
t/op/my........................................................ok
t/op/my_stash..................................................ok
t/op/mydef.....................................................ok
t/op/negate....................................................ok
t/op/not.......................................................ok
t/op/numconvert................................................ok
t/op/oct.......................................................ok
t/op/or........................................................ok
t/op/ord.......................................................ok
t/op/overload_integer..........................................ok
t/op/override..................................................ok
t/op/pack......................................................ok
t/op/packagev..................................................ok
t/op/pos.......................................................ok
t/op/pow.......................................................ok
t/op/protowarn.................................................ok
t/op/push......................................................ok
t/op/pwent.....................................................ok
t/op/qq........................................................ok
t/op/qr........................................................ok
t/op/quotemeta.................................................ok
t/op/rand......................................................ok
t/op/range.....................................................ok
t/op/read......................................................ok
t/op/readdir...................................................ok
t/op/readline..................................................ok
t/op/recurse...................................................ok
t/op/ref.......................................................ok
t/op/repeat....................................................ok
t/op/reset.....................................................ok
t/op/reverse...................................................ok
t/op/runlevel..................................................ok
t/op/setpgrpstack..............................................ok
t/op/sleep.....................................................ok
t/op/smartmatch................................................ok
t/op/sort......................................................ok
t/op/splice....................................................ok
t/op/split.....................................................ok
t/op/sprintf...................................................ok
t/op/sprintf2..................................................ok
t/op/srand.....................................................ok
t/op/sselect...................................................ok
t/op/stash.....................................................ok
t/op/stat......................................................ok
t/op/state.....................................................ok
t/op/study.....................................................ok
t/op/studytied.................................................ok
t/op/sub.......................................................ok
t/op/sub_lval..................................................ok
t/op/switch....................................................ok
t/op/symbolcache...............................................ok
t/op/sysio.....................................................ok
t/op/taint.....................................................ok
t/op/threads...................................................skipped
t/op/tie.......................................................ok
t/op/tiearray..................................................ok
t/op/tiehandle.................................................ok
t/op/time......................................................ok
t/op/time_loop.................................................ok
t/op/tr........................................................ok
t/op/undef.....................................................ok
t/op/universal.................................................ok
t/op/unshift...................................................ok
t/op/upgrade...................................................ok
t/op/utf8cache.................................................ok
t/op/utf8decode................................................ok
t/op/utf8magic.................................................ok
t/op/utfhash...................................................ok
t/op/utftaint..................................................ok
t/op/vec.......................................................ok
t/op/ver.......................................................ok
t/op/wantarray.................................................ok
t/op/while_readdir.............................................ok
t/op/write.....................................................ok
t/op/yadayada..................................................ok
t/uni/cache....................................................ok
t/uni/chomp....................................................ok
t/uni/chr......................................................ok
t/uni/class....................................................ok
t/uni/fold.....................................................ok
t/uni/greek....................................................ok
t/uni/latin2...................................................ok
t/uni/lex_utf8.................................................ok
t/uni/lower....................................................ok
t/uni/overload.................................................ok
t/uni/sprintf..................................................ok
t/uni/tie......................................................ok
t/uni/title....................................................ok
t/uni/tr_7jis..................................................ok
t/uni/tr_eucjp.................................................ok
t/uni/tr_sjis..................................................ok
t/uni/tr_utf8..................................................ok
t/uni/upper....................................................ok
t/uni/write....................................................ok
t/mro/basic....................................................ok
t/mro/basic_01_c3..............................................ok
t/mro/basic_01_dfs.............................................ok
t/mro/basic_02_c3..............................................ok
t/mro/basic_02_dfs.............................................ok
t/mro/basic_03_c3..............................................ok
t/mro/basic_03_dfs.............................................ok
t/mro/basic_04_c3..............................................ok
t/mro/basic_04_dfs.............................................ok
t/mro/basic_05_c3..............................................ok
t/mro/basic_05_dfs.............................................ok
t/mro/c3_with_overload.........................................ok
t/mro/complex_c3...............................................ok
t/mro/complex_dfs..............................................ok
t/mro/dbic_c3..................................................ok
t/mro/dbic_dfs.................................................ok
t/mro/inconsistent_c3..........................................ok
t/mro/isa_c3...................................................ok
t/mro/isa_dfs..................................................ok
t/mro/method_caching...........................................ok
t/mro/next_NEXT................................................ok
t/mro/next_edgecases...........................................ok
t/mro/next_goto................................................ok
t/mro/next_inanon..............................................ok
t/mro/next_ineval..............................................ok
t/mro/next_method..............................................ok
t/mro/next_skip................................................ok
t/mro/overload_c3..............................................ok
t/mro/overload_dfs.............................................ok
t/mro/package_aliases..........................................ok
t/mro/pkg_gen..................................................ok
t/mro/recursion_c3.............................................ok
t/mro/recursion_dfs............................................ok
t/mro/vulcan_c3................................................ok
t/mro/vulcan_dfs...............................................ok
t/lib/1_compile................................................ok
t/lib/commonsense..............................................ok
t/lib/croak....................................................ok
t/lib/cygwin...................................................skipped
t/lib/deprecate................................................ok
t/lib/mypragma.................................................ok
t/lib/no_load..................................................ok
t/lib/overload_fallback........................................ok
t/lib/proxy_constant_subs......................................ok
cpan/Archive-Extract/t/01_Archive-Extract......................ok
cpan/Archive-Tar/t/01_use......................................ok
cpan/Archive-Tar/t/02_methods..................................ok
cpan/Archive-Tar/t/03_file.....................................ok
cpan/Archive-Tar/t/04_resolved_issues..........................ok
cpan/Archive-Tar/t/05_iter.....................................ok
cpan/Archive-Tar/t/06_error....................................ok
cpan/Archive-Tar/t/90_symlink..................................skipped
cpan/Archive-Tar/t/99_pod......................................skipped
cpan/autodie/t/00-load.........................................ok
cpan/autodie/t/autodie.........................................ok
cpan/autodie/t/backcompat......................................ok
cpan/autodie/t/basic_exceptions................................ok
cpan/autodie/t/binmode.........................................ok
cpan/autodie/t/blog_hints......................................ok
cpan/autodie/t/caller..........................................ok
cpan/autodie/t/context_lexical.................................ok
cpan/autodie/t/context.........................................ok
cpan/autodie/t/crickey.........................................ok
cpan/autodie/t/dbmopen.........................................ok
cpan/autodie/t/exception_class.................................ok
cpan/autodie/t/exceptions......................................ok
cpan/autodie/t/exec............................................ok
cpan/autodie/t/Fatal...........................................ok
cpan/autodie/t/filehandles.....................................ok
cpan/autodie/t/fileno..........................................ok
cpan/autodie/t/flock...........................................ok
cpan/autodie/t/format-clobber..................................ok
cpan/autodie/t/hints_insist....................................ok
cpan/autodie/t/hints_pod_examples..............................ok
cpan/autodie/t/hints_provider_does.............................ok
cpan/autodie/t/hints_provider_easy_does_it.....................ok
cpan/autodie/t/hints_provider_isa..............................ok
cpan/autodie/t/hints...........................................ok
cpan/autodie/t/internal-backcompat.............................ok
cpan/autodie/t/internal........................................ok
cpan/autodie/t/lethal..........................................ok
cpan/autodie/t/mkdir...........................................ok
cpan/autodie/t/open............................................ok
cpan/autodie/t/recv............................................ok
cpan/autodie/t/repeat..........................................ok
cpan/autodie/t/scope_leak......................................ok
cpan/autodie/t/string-eval-basic...............................ok
cpan/autodie/t/string-eval-leak................................ok
cpan/autodie/t/sysopen.........................................ok
cpan/autodie/t/truncate........................................ok
cpan/autodie/t/unlink..........................................ok
cpan/autodie/t/user-context....................................ok
cpan/autodie/t/usersub.........................................ok
cpan/autodie/t/version.........................................ok
cpan/autodie/t/version_tag.....................................ok
cpan/AutoLoader/t/01AutoLoader.................................ok
cpan/AutoLoader/t/02AutoSplit..................................ok
cpan/B-Debug/t/debug...........................................ok
cpan/bignum/t/big_e_pi.........................................ok
cpan/bignum/t/bigexp...........................................ok
cpan/bignum/t/bigint...........................................ok
cpan/bignum/t/bignum...........................................ok
cpan/bignum/t/bigrat...........................................ok
cpan/bignum/t/bii_e_pi.........................................ok
cpan/bignum/t/biinfnan.........................................ok
cpan/bignum/t/bir_e_pi.........................................ok
cpan/bignum/t/bninfnan.........................................ok
cpan/bignum/t/bn_lite..........................................ok
cpan/bignum/t/brinfnan.........................................ok
cpan/bignum/t/br_lite..........................................ok
cpan/bignum/t/in_effect........................................ok
cpan/bignum/t/option_a.........................................ok
cpan/bignum/t/option_l.........................................ok
cpan/bignum/t/option_p.........................................ok
cpan/bignum/t/ratopt_a.........................................ok
cpan/bignum/t/scope_f..........................................ok
cpan/bignum/t/scope_i..........................................ok
cpan/bignum/t/scope_r..........................................ok
cpan/B-Lint/t/lint.............................................ok
cpan/CGI/t/apache..............................................ok
cpan/CGI/t/autoescape..........................................ok
cpan/CGI/t/can.................................................ok
cpan/CGI/t/carp................................................ok
cpan/CGI/t/checkbox_group......................................ok
cpan/CGI/t/cookie..............................................ok
cpan/CGI/t/Dump................................................ok
cpan/CGI/t/end_form............................................ok
cpan/CGI/t/form................................................ok
cpan/CGI/t/function............................................ok
cpan/CGI/t/hidden..............................................ok
cpan/CGI/t/html................................................ok
cpan/CGI/t/http................................................ok
cpan/CGI/t/init................................................ok
cpan/CGI/t/no_tabindex.........................................ok
cpan/CGI/t/popup_menu..........................................ok
cpan/CGI/t/pretty..............................................ok
cpan/CGI/t/push................................................ok
cpan/CGI/t/query_string........................................ok
cpan/CGI/t/request.............................................ok
cpan/CGI/t/save_read_roundtrip.................................ok
cpan/CGI/t/start_end_asterisk..................................ok
cpan/CGI/t/start_end_end.......................................ok
cpan/CGI/t/start_end_start.....................................ok
cpan/CGI/t/switch..............................................ok
cpan/CGI/t/unescapeHTML........................................ok
cpan/CGI/t/uploadInfo..........................................ok
cpan/CGI/t/upload..............................................ok
cpan/CGI/t/url.................................................ok
cpan/CGI/t/user_agent..........................................ok
cpan/CGI/t/utf8................................................ok
cpan/CGI/t/util-58.............................................ok
cpan/CGI/t/util................................................ok
cpan/Class-ISA/t/00_about_verbose..............................ok
cpan/Class-ISA/t/01_old_junk...................................ok
cpan/Compress-Raw-Bzip2/t/000prereq............................ok
cpan/Compress-Raw-Bzip2/t/01bzip2..............................ok
cpan/Compress-Raw-Bzip2/t/09limitoutput........................ok
cpan/Compress-Raw-Bzip2/t/99pod................................skipped
cpan/Compress-Raw-Zlib/t/01version.............................ok
cpan/Compress-Raw-Zlib/t/02zlib................................ok
cpan/Compress-Raw-Zlib/t/07bufsize.............................ok
cpan/Compress-Raw-Zlib/t/09limitoutput.........................ok
cpan/Compress-Raw-Zlib/t/18lvalue..............................ok
cpan/CPANPLUS-Dist-Build/t/01_CPANPLUS-Dist-Build-Constants....ok
cpan/CPANPLUS-Dist-Build/t/02_CPANPLUS-Dist-Build..............ok
cpan/CPANPLUS/t/00_CPANPLUS-Internals-Utils....................ok
cpan/CPANPLUS/t/01_CPANPLUS-Configure..........................ok
cpan/CPANPLUS/t/02_CPANPLUS-Internals..........................ok
cpan/CPANPLUS/t/03_CPANPLUS-Internals-Source...................ok
cpan/CPANPLUS/t/04_CPANPLUS-Module.............................ok
cpan/CPANPLUS/t/05_CPANPLUS-Internals-Fetch....................ok
cpan/CPANPLUS/t/06_CPANPLUS-Internals-Constants................ok
cpan/CPANPLUS/t/07_CPANPLUS-Internals-Extract..................ok
cpan/CPANPLUS/t/08_CPANPLUS-Backend............................ok
cpan/CPANPLUS/t/09_CPANPLUS-Internals-Search...................ok
cpan/CPANPLUS/t/10_CPANPLUS-Error..............................ok
cpan/CPANPLUS/t/15_CPANPLUS-Shell..............................ok
cpan/CPANPLUS/t/19_CPANPLUS-Dist...............................ok
cpan/CPANPLUS/t/20_CPANPLUS-Dist-MM............................ok
cpan/CPANPLUS/t/21_CPANPLUS-Dist-No-Build......................ok
cpan/CPANPLUS/t/25_CPANPLUS....................................ok
cpan/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate...............ok
cpan/CPANPLUS/t/40_CPANPLUS-Internals-Report...................ok
cpan/CPAN/t/01loadme...........................................ok
cpan/CPAN/t/02nox..............................................ok
cpan/CPAN/t/03pkgs.............................................ok
cpan/CPAN/t/10version..........................................ok
cpan/CPAN/t/11mirroredby.......................................ok
cpan/Cwd/t/crossplatform.......................................ok
cpan/Cwd/t/cwd.................................................ok
cpan/Cwd/t/Functions...........................................ok
cpan/Cwd/t/rel2abs2rel.........................................ok
cpan/Cwd/t/Spec................................................ok
cpan/Cwd/t/taint...............................................ok
cpan/Cwd/t/tmpdir..............................................ok
cpan/Cwd/t/win32...............................................skipped
cpan/DB_File/t/db-btree........................................ok
cpan/DB_File/t/db-hash.........................................ok
cpan/DB_File/t/db-recno........................................ok
cpan/Devel-PPPort/t/call.......................................ok
cpan/Devel-PPPort/t/cop........................................ok
cpan/Devel-PPPort/t/exception..................................ok
cpan/Devel-PPPort/t/format.....................................ok
cpan/Devel-PPPort/t/grok.......................................ok
cpan/Devel-PPPort/t/gv.........................................ok
cpan/Devel-PPPort/t/HvNAME.....................................ok
cpan/Devel-PPPort/t/limits.....................................ok
cpan/Devel-PPPort/t/magic......................................ok
cpan/Devel-PPPort/t/memory.....................................ok
cpan/Devel-PPPort/t/misc.......................................ok
cpan/Devel-PPPort/t/mPUSH......................................ok
cpan/Devel-PPPort/t/MY_CXT.....................................ok
cpan/Devel-PPPort/t/newCONSTSUB................................ok
cpan/Devel-PPPort/t/newRV......................................ok
cpan/Devel-PPPort/t/newSVpv....................................ok
cpan/Devel-PPPort/t/newSV_type.................................ok
cpan/Devel-PPPort/t/podtest....................................ok
cpan/Devel-PPPort/t/ppphtest...................................ok
cpan/Devel-PPPort/t/pvs........................................ok
cpan/Devel-PPPort/t/pv_tools...................................ok
cpan/Devel-PPPort/t/shared_pv..................................ok
cpan/Devel-PPPort/t/snprintf...................................ok
cpan/Devel-PPPort/t/sprintf....................................ok
cpan/Devel-PPPort/t/strlfuncs..................................ok
cpan/Devel-PPPort/t/SvPV.......................................ok
cpan/Devel-PPPort/t/SvREFCNT...................................ok
cpan/Devel-PPPort/t/Sv_set.....................................ok
cpan/Devel-PPPort/t/sv_xpvf....................................ok
cpan/Devel-PPPort/t/threads....................................ok
cpan/Devel-PPPort/t/uv.........................................ok
cpan/Devel-PPPort/t/variables..................................ok
cpan/Devel-PPPort/t/warn.......................................ok
cpan/Digest-MD5/t/align........................................ok
cpan/Digest-MD5/t/badfile......................................ok
cpan/Digest-MD5/t/bits.........................................ok
cpan/Digest-MD5/t/clone........................................ok
cpan/Digest-MD5/t/files........................................ok
cpan/Digest-MD5/t/md5-aaa......................................ok
cpan/Digest-MD5/t/utf8.........................................ok
cpan/Digest-SHA/t/allfcns......................................ok
cpan/Digest-SHA/t/base64.......................................ok
cpan/Digest-SHA/t/bitbuf.......................................ok
cpan/Digest-SHA/t/dumpload.....................................ok
cpan/Digest-SHA/t/fips198......................................ok
cpan/Digest-SHA/t/gglong.......................................ok
cpan/Digest-SHA/t/gg...........................................ok
cpan/Digest-SHA/t/hmacsha......................................ok
cpan/Digest-SHA/t/ireland......................................ok
cpan/Digest-SHA/t/methods......................................ok
cpan/Digest-SHA/t/nistbit......................................ok
cpan/Digest-SHA/t/nistbyte.....................................ok
cpan/Digest-SHA/t/rfc2202......................................ok
cpan/Digest-SHA/t/sha1.........................................ok
cpan/Digest-SHA/t/sha224.......................................ok
cpan/Digest-SHA/t/sha256.......................................ok
cpan/Digest-SHA/t/sha384.......................................ok
cpan/Digest-SHA/t/sha512.......................................ok
cpan/Digest-SHA/t/woodbury.....................................ok
cpan/Digest/t/base.............................................ok
cpan/Digest/t/digest...........................................ok
cpan/Digest/t/file.............................................ok
cpan/Encode/t/Aliases..........................................ok
cpan/Encode/t/at-cn............................................ok
cpan/Encode/t/at-tw............................................ok
cpan/Encode/t/CJKT.............................................ok
cpan/Encode/t/enc_data.........................................ok
cpan/Encode/t/enc_eucjp........................................ok
cpan/Encode/t/enc_module.......................................ok
cpan/Encode/t/Encoder..........................................ok
cpan/Encode/t/Encode...........................................ok
cpan/Encode/t/encoding.........................................ok
cpan/Encode/t/enc_utf8.........................................ok
cpan/Encode/t/fallback.........................................ok
cpan/Encode/t/from_to..........................................ok
cpan/Encode/t/grow.............................................ok
cpan/Encode/t/gsm0338..........................................ok
cpan/Encode/t/guess............................................ok
cpan/Encode/t/jis7-fallback....................................ok
cpan/Encode/t/jperl............................................ok
cpan/Encode/t/mime_header_iso2022jp............................ok
cpan/Encode/t/mime-header......................................ok
cpan/Encode/t/mime-name........................................ok
cpan/Encode/t/perlio...........................................ok
cpan/Encode/t/piconv...........................................skipped
cpan/Encode/t/Unicode..........................................ok
cpan/Encode/t/utf8strict.......................................ok
cpan/encoding-warnings/t/1-warning.............................ok
cpan/encoding-warnings/t/2-fatal...............................ok
cpan/encoding-warnings/t/3-normal..............................ok
cpan/encoding-warnings/t/4-lexical.............................ok
cpan/ExtUtils-CBuilder/t/00-have-compiler......................ok
cpan/ExtUtils-CBuilder/t/01-basic..............................ok
cpan/ExtUtils-CBuilder/t/02-link...............................ok
cpan/ExtUtils-CBuilder/t/03-cplusplus..........................ok
cpan/ExtUtils-Command/t/cp.....................................ok
cpan/ExtUtils-Command/t/eu_command.............................ok
cpan/ExtUtils-Constant/t/Constant..............................ok
cpan/ExtUtils-MakeMaker/t/00compile............................ok
cpan/ExtUtils-MakeMaker/t/arch_check...........................ok
cpan/ExtUtils-MakeMaker/t/backwards............................ok
cpan/ExtUtils-MakeMaker/t/basic................................ok
cpan/ExtUtils-MakeMaker/t/build_man............................ok
cpan/ExtUtils-MakeMaker/t/cd...................................ok
cpan/ExtUtils-MakeMaker/t/config...............................ok
cpan/ExtUtils-MakeMaker/t/dir_target...........................ok
cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE.......................ok
cpan/ExtUtils-MakeMaker/t/fixin................................ok
cpan/ExtUtils-MakeMaker/t/fix_libs.............................ok
cpan/ExtUtils-MakeMaker/t/hints................................ok
cpan/ExtUtils-MakeMaker/t/INSTALL_BASE.........................ok
cpan/ExtUtils-MakeMaker/t/installed_file.......................ok
cpan/ExtUtils-MakeMaker/t/INST_PREFIX..........................ok
cpan/ExtUtils-MakeMaker/t/INST.................................ok
cpan/ExtUtils-MakeMaker/t/is_of_type...........................ok
cpan/ExtUtils-MakeMaker/t/Liblist..............................ok
cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters.................ok
cpan/ExtUtils-MakeMaker/t/make.................................ok
cpan/ExtUtils-MakeMaker/t/maketext_filter......................ok
cpan/ExtUtils-MakeMaker/t/metafile_data........................ok
cpan/ExtUtils-MakeMaker/t/metafile_file........................ok
cpan/ExtUtils-MakeMaker/t/miniperl.............................ok
cpan/ExtUtils-MakeMaker/t/min_perl_version.....................ok
cpan/ExtUtils-MakeMaker/t/Mkbootstrap..........................ok
cpan/ExtUtils-MakeMaker/t/MM_Any...............................ok
cpan/ExtUtils-MakeMaker/t/MM_BeOS..............................skipped
cpan/ExtUtils-MakeMaker/t/MM_Cygwin............................skipped
cpan/ExtUtils-MakeMaker/t/MM_NW5...............................skipped
cpan/ExtUtils-MakeMaker/t/MM_OS2...............................skipped
cpan/ExtUtils-MakeMaker/t/MM_Unix..............................ok
cpan/ExtUtils-MakeMaker/t/MM_VMS...............................skipped
cpan/ExtUtils-MakeMaker/t/MM_Win32.............................skipped
cpan/ExtUtils-MakeMaker/t/oneliner.............................ok
cpan/ExtUtils-MakeMaker/t/parse_version........................ok
cpan/ExtUtils-MakeMaker/t/PL_FILES.............................ok
cpan/ExtUtils-MakeMaker/t/pm...................................ok
cpan/ExtUtils-MakeMaker/t/pm_to_blib...........................ok
cpan/ExtUtils-MakeMaker/t/pod2man..............................ok
cpan/ExtUtils-MakeMaker/t/postamble............................ok
cpan/ExtUtils-MakeMaker/t/prefixify............................ok
cpan/ExtUtils-MakeMaker/t/prereq_print.........................ok
cpan/ExtUtils-MakeMaker/t/prereq...............................ok
cpan/ExtUtils-MakeMaker/t/problems.............................ok
cpan/ExtUtils-MakeMaker/t/prompt...............................ok
cpan/ExtUtils-MakeMaker/t/recurs...............................ok
cpan/ExtUtils-MakeMaker/t/revision.............................ok
cpan/ExtUtils-MakeMaker/t/split_command........................ok
cpan/ExtUtils-MakeMaker/t/test_boilerplate.....................ok
cpan/ExtUtils-MakeMaker/t/testlib..............................ok
cpan/ExtUtils-MakeMaker/t/VERSION_FROM.........................ok
cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile...................ok
cpan/ExtUtils-MakeMaker/t/writemakefile_args...................ok
cpan/ExtUtils-MakeMaker/t/xs...................................ok
cpan/ExtUtils-Manifest/t/Manifest..............................ok
cpan/ExtUtils-ParseXS/t/basic..................................ok
cpan/ExtUtils-ParseXS/t/more...................................ok
cpan/ExtUtils-ParseXS/t/usage..................................ok
cpan/File-Fetch/t/01_File-Fetch................................ok
cpan/File-Fetch/t/null_subclass................................ok
cpan/File-Path/t/Path..........................................ok
cpan/File-Path/t/taint.........................................ok
cpan/File-Temp/t/cmp...........................................ok
cpan/File-Temp/t/fork..........................................ok
cpan/File-Temp/t/lock..........................................skipped
cpan/File-Temp/t/mktemp........................................ok
cpan/File-Temp/t/object........................................ok
cpan/File-Temp/t/posix.........................................ok
cpan/File-Temp/t/security......................................ok
cpan/File-Temp/t/seekable......................................ok
cpan/File-Temp/t/tempfile......................................ok
cpan/Filter-Util-Call/t/call...................................ok
cpan/Getopt-Long/t/gol-basic...................................ok
cpan/Getopt-Long/t/gol-compat..................................ok
cpan/Getopt-Long/t/gol-linkage.................................ok
cpan/Getopt-Long/t/gol-oo......................................ok
cpan/Getopt-Long/t/gol-xargv...................................ok
cpan/Getopt-Long/t/gol-xstring.................................ok
cpan/if/t/if...................................................ok
cpan/IO-Compress/t/000prereq...................................ok
cpan/IO-Compress/t/001bzip2....................................ok
cpan/IO-Compress/t/001zlib-generic-deflate.....................ok
cpan/IO-Compress/t/001zlib-generic-gzip........................ok
cpan/IO-Compress/t/001zlib-generic-rawdeflate..................ok
cpan/IO-Compress/t/001zlib-generic-zip.........................ok
cpan/IO-Compress/t/002any-deflate..............................ok
cpan/IO-Compress/t/002any-gzip.................................ok
cpan/IO-Compress/t/002any-rawdeflate...........................ok
cpan/IO-Compress/t/002any-transparent..........................ok
cpan/IO-Compress/t/002any-zip..................................ok
cpan/IO-Compress/t/004gziphdr..................................ok
cpan/IO-Compress/t/005defhdr...................................ok
cpan/IO-Compress/t/006zip......................................ok
cpan/IO-Compress/t/010examples-bzip2...........................ok
cpan/IO-Compress/t/010examples-zlib............................ok
cpan/IO-Compress/t/01misc......................................ok
cpan/IO-Compress/t/020isize....................................skipped
cpan/IO-Compress/t/050interop-gzip.............................ok
cpan/IO-Compress/t/100generic-bzip2............................ok
cpan/IO-Compress/t/100generic-deflate..........................ok
cpan/IO-Compress/t/100generic-gzip.............................ok
cpan/IO-Compress/t/100generic-rawdeflate.......................ok
cpan/IO-Compress/t/100generic-zip..............................ok
cpan/IO-Compress/t/101truncate-bzip2...........................ok
cpan/IO-Compress/t/101truncate-deflate.........................ok
cpan/IO-Compress/t/101truncate-gzip............................ok
cpan/IO-Compress/t/101truncate-rawdeflate......................ok
cpan/IO-Compress/t/101truncate-zip.............................ok
cpan/IO-Compress/t/102tied-bzip2...............................ok
cpan/IO-Compress/t/102tied-deflate.............................ok
cpan/IO-Compress/t/102tied-gzip................................ok
cpan/IO-Compress/t/102tied-rawdeflate..........................ok
cpan/IO-Compress/t/102tied-zip.................................ok
cpan/IO-Compress/t/103newtied-bzip2............................ok
cpan/IO-Compress/t/103newtied-deflate..........................ok
cpan/IO-Compress/t/103newtied-gzip.............................ok
cpan/IO-Compress/t/103newtied-rawdeflate.......................ok
cpan/IO-Compress/t/103newtied-zip..............................ok
cpan/IO-Compress/t/104destroy-bzip2............................ok
cpan/IO-Compress/t/104destroy-deflate..........................ok
cpan/IO-Compress/t/104destroy-gzip.............................ok
cpan/IO-Compress/t/104destroy-rawdeflate.......................ok
cpan/IO-Compress/t/104destroy-zip..............................ok
cpan/IO-Compress/t/105oneshot-bzip2............................ok
cpan/IO-Compress/t/105oneshot-deflate..........................ok
cpan/IO-Compress/t/105oneshot-gzip-only........................ok
cpan/IO-Compress/t/105oneshot-gzip.............................ok
cpan/IO-Compress/t/105oneshot-rawdeflate.......................ok
cpan/IO-Compress/t/105oneshot-zip-bzip2-only...................ok
cpan/IO-Compress/t/105oneshot-zip-only.........................ok
cpan/IO-Compress/t/105oneshot-zip..............................ok
cpan/IO-Compress/t/106prime-bzip2..............................ok
cpan/IO-Compress/t/106prime-deflate............................ok
cpan/IO-Compress/t/106prime-gzip...............................ok
cpan/IO-Compress/t/106prime-rawdeflate.........................ok
cpan/IO-Compress/t/106prime-zip................................ok
cpan/IO-Compress/t/107multi-bzip2..............................ok
cpan/IO-Compress/t/107multi-deflate............................ok
cpan/IO-Compress/t/107multi-gzip...............................ok
cpan/IO-Compress/t/107multi-rawdeflate.........................ok
cpan/IO-Compress/t/107multi-zip................................ok
cpan/IO-Compress/t/108anyunc-bzip2.............................ok
cpan/IO-Compress/t/108anyunc-deflate...........................ok
cpan/IO-Compress/t/108anyunc-gzip..............................ok
cpan/IO-Compress/t/108anyunc-rawdeflate........................ok
cpan/IO-Compress/t/108anyunc-transparent.......................ok
cpan/IO-Compress/t/108anyunc-zip...............................ok
cpan/IO-Compress/t/109merge-deflate............................ok
cpan/IO-Compress/t/109merge-gzip...............................ok
cpan/IO-Compress/t/109merge-rawdeflate.........................ok
cpan/IO-Compress/t/109merge-zip................................skipped
cpan/IO-Compress/t/110encode-bzip2.............................ok
cpan/IO-Compress/t/110encode-deflate...........................ok
cpan/IO-Compress/t/110encode-gzip..............................ok
cpan/IO-Compress/t/110encode-rawdeflate........................ok
cpan/IO-Compress/t/110encode-zip...............................ok
cpan/IO-Compress/t/999pod......................................skipped
cpan/IO-Compress/t/cz-01version................................ok
cpan/IO-Compress/t/cz-03zlib-v1................................ok
cpan/IO-Compress/t/cz-05examples...............................ok
cpan/IO-Compress/t/cz-06gzsetp.................................ok
cpan/IO-Compress/t/cz-08encoding...............................ok
cpan/IO-Compress/t/cz-14gzopen.................................ok
cpan/IO-Compress/t/globmapper..................................ok
cpan/IO-Zlib/t/basic...........................................ok
cpan/IO-Zlib/t/external........................................ok
cpan/IO-Zlib/t/getc............................................ok
cpan/IO-Zlib/t/getline.........................................ok
cpan/IO-Zlib/t/import..........................................ok
cpan/IO-Zlib/t/large...........................................ok
cpan/IO-Zlib/t/tied............................................ok
cpan/IO-Zlib/t/uncomp1.........................................ok
cpan/IO-Zlib/t/uncomp2.........................................ok
cpan/IPC-Cmd/t/01_IPC-Cmd......................................ok
cpan/IPC-Cmd/t/02_Interactive..................................skipped
cpan/IPC-SysV/t/ipcsysv........................................ok
cpan/IPC-SysV/t/msg............................................ok
cpan/IPC-SysV/t/podcov.........................................skipped
cpan/IPC-SysV/t/pod............................................skipped
cpan/IPC-SysV/t/sem............................................ok
cpan/IPC-SysV/t/shm............................................ok
cpan/libnet/t/config...........................................skipped
cpan/libnet/t/datasend.........................................skipped
cpan/libnet/t/ftp..............................................skipped
cpan/libnet/t/hostname.........................................ok
cpan/libnet/t/netrc............................................skipped
cpan/libnet/t/nntp.............................................skipped
cpan/libnet/t/require..........................................ok
cpan/libnet/t/smtp.............................................skipped
cpan/libnet/t/time.............................................skipped
cpan/List-Util/t/00version.....................................ok
cpan/List-Util/t/blessed.......................................ok
cpan/List-Util/t/dualvar.......................................ok
cpan/List-Util/t/expfail.......................................ok
cpan/List-Util/t/first.........................................ok
cpan/List-Util/t/isvstring.....................................ok
cpan/List-Util/t/lln...........................................ok
cpan/List-Util/t/maxstr........................................ok
cpan/List-Util/t/max...........................................ok
cpan/List-Util/t/minstr........................................ok
cpan/List-Util/t/min...........................................ok
cpan/List-Util/t/openhan.......................................ok
cpan/List-Util/t/p_00version...................................ok
cpan/List-Util/t/p_blessed.....................................ok
cpan/List-Util/t/p_first.......................................ok
cpan/List-Util/t/p_lln.........................................ok
cpan/List-Util/t/p_maxstr......................................ok
cpan/List-Util/t/p_max.........................................ok
cpan/List-Util/t/p_minstr......................................ok
cpan/List-Util/t/p_min.........................................ok
cpan/List-Util/t/p_openhan.....................................ok
cpan/List-Util/t/p_readonly....................................ok
cpan/List-Util/t/p_reduce......................................ok
cpan/List-Util/t/p_refaddr.....................................ok
cpan/List-Util/t/p_reftype.....................................ok
cpan/List-Util/t/proto.........................................ok
cpan/List-Util/t/p_shuffle.....................................ok
cpan/List-Util/t/p_sum.........................................ok
cpan/List-Util/t/p_tainted.....................................ok
cpan/List-Util/t/readonly......................................ok
cpan/List-Util/t/reduce........................................ok
cpan/List-Util/t/refaddr.......................................ok
cpan/List-Util/t/reftype.......................................ok
cpan/List-Util/t/shuffle.......................................ok
cpan/List-Util/t/stack-corruption..............................ok
cpan/List-Util/t/sum...........................................ok
cpan/List-Util/t/tainted.......................................ok
cpan/List-Util/t/weak..........................................ok
cpan/Locale-Codes/t/all........................................ok
cpan/Locale-Codes/t/constants..................................ok
cpan/Locale-Codes/t/country....................................ok
cpan/Locale-Codes/t/currency...................................ok
cpan/Locale-Codes/t/language...................................ok
cpan/Locale-Codes/t/rename.....................................ok
cpan/Locale-Codes/t/script.....................................ok
cpan/Locale-Codes/t/uk.........................................ok
cpan/Locale-Maketext-Simple/t/0-signature......................ok
cpan/Locale-Maketext-Simple/t/1-basic..........................ok
cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default......skipped
cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.........skipped
cpan/Log-Message-Simple/t/01_use...............................ok
cpan/Log-Message-Simple/t/02_imports...........................ok
cpan/Log-Message-Simple/t/03_functions.........................ok
cpan/Log-Message/t/01_Log-Message-Config.......................ok
cpan/Log-Message/t/02_Log-Message..............................ok
cpan/Math-BigInt-FastCalc/t/bigintfc...........................ok
cpan/Math-BigInt-FastCalc/t/bootstrap..........................ok
cpan/Math-BigInt-FastCalc/t/leak...............................ok
cpan/Math-BigInt-FastCalc/t/mbi_rand...........................ok
cpan/Math-BigInt/t/bare_mbf....................................ok
cpan/Math-BigInt/t/bare_mbi....................................ok
cpan/Math-BigInt/t/bare_mif....................................ok
cpan/Math-BigInt/t/bigfltpm....................................ok
cpan/Math-BigInt/t/bigintc.....................................ok
cpan/Math-BigInt/t/bigintpm....................................ok
cpan/Math-BigInt/t/bigints.....................................ok
cpan/Math-BigInt/t/biglog......................................ok
cpan/Math-BigInt/t/big_pi_e....................................ok
cpan/Math-BigInt/t/bigroot.....................................ok
cpan/Math-BigInt/t/calling.....................................ok
cpan/Math-BigInt/t/config......................................ok
cpan/Math-BigInt/t/constant....................................ok
cpan/Math-BigInt/t/const_mbf...................................ok
cpan/Math-BigInt/t/downgrade...................................ok
cpan/Math-BigInt/t/_e_math.....................................ok
cpan/Math-BigInt/t/inf_nan.....................................ok
cpan/Math-BigInt/t/isa.........................................ok
cpan/Math-BigInt/t/lib_load....................................ok
cpan/Math-BigInt/t/mbf_ali.....................................ok
cpan/Math-BigInt/t/mbi_ali.....................................ok
cpan/Math-BigInt/t/mbimbf......................................ok
cpan/Math-BigInt/t/mbi_rand....................................ok
cpan/Math-BigInt/t/nan_cmp.....................................ok
cpan/Math-BigInt/t/new_overloaded..............................ok
cpan/Math-BigInt/t/req_mbf0....................................ok
cpan/Math-BigInt/t/req_mbf1....................................ok
cpan/Math-BigInt/t/req_mbfa....................................ok
cpan/Math-BigInt/t/req_mbfi....................................ok
cpan/Math-BigInt/t/req_mbfn....................................ok
cpan/Math-BigInt/t/req_mbfw....................................ok
cpan/Math-BigInt/t/require.....................................ok
cpan/Math-BigInt/t/round.......................................ok
cpan/Math-BigInt/t/sub_ali.....................................ok
cpan/Math-BigInt/t/sub_mbf.....................................ok
cpan/Math-BigInt/t/sub_mbi.....................................ok
cpan/Math-BigInt/t/sub_mif.....................................ok
cpan/Math-BigInt/t/trap........................................ok
cpan/Math-BigInt/t/upgradef....................................ok
cpan/Math-BigInt/t/upgrade.....................................ok
cpan/Math-BigInt/t/use_lib1....................................ok
cpan/Math-BigInt/t/use_lib2....................................ok
cpan/Math-BigInt/t/use_lib3....................................ok
cpan/Math-BigInt/t/use_lib4....................................ok
cpan/Math-BigInt/t/use_mbfw....................................ok
cpan/Math-BigInt/t/use.........................................ok
cpan/Math-BigInt/t/with_sub....................................ok
cpan/Math-BigRat/t/big_ap......................................ok
cpan/Math-BigRat/t/bigfltrt....................................ok
cpan/Math-BigRat/t/biglog......................................ok
cpan/Math-BigRat/t/bigratpm....................................ok
cpan/Math-BigRat/t/bigrat......................................ok
cpan/Math-BigRat/t/bigratup....................................ok
cpan/Math-BigRat/t/bigroot.....................................ok
cpan/Math-BigRat/t/hang........................................ok
cpan/Math-BigRat/t/requirer....................................ok
cpan/Math-BigRat/t/trap........................................ok
cpan/Math-Complex/t/Complex....................................ok
cpan/Math-Complex/t/Trig.......................................ok
cpan/Math-Complex/t/underbar...................................ok
cpan/Memoize/t/array_confusion.................................ok
cpan/Memoize/t/array...........................................ok
cpan/Memoize/t/correctness.....................................ok
cpan/Memoize/t/errors..........................................ok
cpan/Memoize/t/expfile.........................................ok
cpan/Memoize/t/expire..........................................ok
cpan/Memoize/t/expmod_n........................................ok
cpan/Memoize/t/expmod_t........................................ok
cpan/Memoize/t/flush...........................................ok
cpan/Memoize/t/normalize.......................................ok
cpan/Memoize/t/prototype.......................................ok
cpan/Memoize/t/speed...........................................ok
cpan/Memoize/t/tiefeatures.....................................ok
cpan/Memoize/t/tie_gdbm........................................ok
cpan/Memoize/t/tie_ndbm........................................ok
cpan/Memoize/t/tie_sdbm........................................ok
cpan/Memoize/t/tie_storable....................................ok
cpan/Memoize/t/tie.............................................ok
cpan/Memoize/t/unmemoize.......................................ok
cpan/MIME-Base64/t/base64......................................ok
cpan/MIME-Base64/t/quoted-print................................ok
cpan/MIME-Base64/t/unicode.....................................ok
cpan/MIME-Base64/t/warn........................................ok
cpan/Module-Build/t/00-compile.................................ok
cpan/Module-Build/t/actions/installdeps........................ok
cpan/Module-Build/t/add_property...............................ok
cpan/Module-Build/t/basic......................................ok
cpan/Module-Build/t/bundle_inc.................................skipped
cpan/Module-Build/t/compat/exit................................ok
cpan/Module-Build/t/compat.....................................ok
cpan/Module-Build/t/debug......................................ok
cpan/Module-Build/t/destinations...............................ok
cpan/Module-Build/t/extend.....................................ok
cpan/Module-Build/t/ext........................................ok
cpan/Module-Build/t/files......................................ok
cpan/Module-Build/t/help.......................................ok
cpan/Module-Build/t/install_extra_target.......................ok
cpan/Module-Build/t/install....................................ok
cpan/Module-Build/t/manifypods.................................ok
cpan/Module-Build/t/metadata2..................................ok
cpan/Module-Build/t/metadata...................................ok
cpan/Module-Build/t/moduleinfo.................................ok
cpan/Module-Build/t/mymeta.....................................ok
cpan/Module-Build/t/new_from_context...........................ok
cpan/Module-Build/t/notes......................................ok
cpan/Module-Build/t/parents....................................ok
cpan/Module-Build/t/perl_mb_opt................................ok
cpan/Module-Build/t/PL_files...................................ok
cpan/Module-Build/t/pod_parser.................................ok
cpan/Module-Build/t/ppm........................................ok
cpan/Module-Build/t/properties/module_name.....................ok
cpan/Module-Build/t/properties/needs_compiler..................ok
cpan/Module-Build/t/properties/share_dir.......................ok
cpan/Module-Build/t/resume.....................................ok
cpan/Module-Build/t/runthrough.................................ok
cpan/Module-Build/t/sample.....................................ok
cpan/Module-Build/t/script_dist................................ok
cpan/Module-Build/t/test_file_exts.............................ok
cpan/Module-Build/t/test_types.................................ok
cpan/Module-Build/t/test_type..................................ok
cpan/Module-Build/t/tilde......................................ok
cpan/Module-Build/t/use_tap_harness............................ok
cpan/Module-Build/t/versions...................................ok
cpan/Module-Build/t/write_default_maniskip.....................ok
cpan/Module-Build/t/xs.........................................ok
cpan/Module-Load-Conditional/t/01_Module_Load_Conditional......ok
cpan/Module-Load-Conditional/t/02_Parse_Version................ok
cpan/Module-Loaded/t/01_Module-Loaded..........................ok
cpan/Module-Load/t/01_Module-Load..............................ok
cpan/Module-Pluggable/t/01use..................................ok
cpan/Module-Pluggable/t/02alsoworks............................ok
cpan/Module-Pluggable/t/02works................................ok
cpan/Module-Pluggable/t/02works_taint..........................ok
cpan/Module-Pluggable/t/03diffname.............................ok
cpan/Module-Pluggable/t/04acmedir_single.......................ok
cpan/Module-Pluggable/t/04acmedir..............................ok
cpan/Module-Pluggable/t/04acmepath_single......................ok
cpan/Module-Pluggable/t/04acmepath.............................ok
cpan/Module-Pluggable/t/05postpath.............................ok
cpan/Module-Pluggable/t/06multipath............................ok
cpan/Module-Pluggable/t/07instantiate..........................ok
cpan/Module-Pluggable/t/08nothing..............................ok
cpan/Module-Pluggable/t/09require..............................ok
cpan/Module-Pluggable/t/10innerpack_inner......................ok
cpan/Module-Pluggable/t/10innerpack_noinner....................ok
cpan/Module-Pluggable/t/10innerpack_onefile....................ok
cpan/Module-Pluggable/t/10innerpack_override...................ok
cpan/Module-Pluggable/t/10innerpack_super......................ok
cpan/Module-Pluggable/t/10innerpack............................ok
cpan/Module-Pluggable/t/11usetwice.............................ok
cpan/Module-Pluggable/t/12onlyarray............................ok
cpan/Module-Pluggable/t/12onlyregex............................ok
cpan/Module-Pluggable/t/12onlyrequire..........................ok
cpan/Module-Pluggable/t/12only.................................ok
cpan/Module-Pluggable/t/13exceptarray..........................ok
cpan/Module-Pluggable/t/13exceptregex..........................ok
cpan/Module-Pluggable/t/13except...............................ok
cpan/Module-Pluggable/t/14package..............................ok
cpan/Module-Pluggable/t/15topicsafe............................ok
cpan/Module-Pluggable/t/16different_extension..................ok
cpan/Module-Pluggable/t/17devel_inner_package..................ok
cpan/Module-Pluggable/t/18skipped_package......................ok
cpan/Module-Pluggable/t/19can_ok_clobber.......................ok
cpan/Module-Pluggable/t/20dodgy_files..........................ok
cpan/Module-Pluggable/t/21editor_junk..........................ok
cpan/NEXT/t/actual.............................................ok
cpan/NEXT/t/actuns.............................................ok
cpan/NEXT/t/dynamically_scoped_regex_vars......................ok
cpan/NEXT/t/next...............................................ok
cpan/NEXT/t/stringify..........................................ok
cpan/NEXT/t/unseen.............................................ok
cpan/Object-Accessor/t/00_Object-Accessor......................ok
cpan/Object-Accessor/t/01_Object-Accessor-Subclassed...........ok
cpan/Object-Accessor/t/02_Object-Accessor-allow................ok
cpan/Object-Accessor/t/03_Object-Accessor-local................ok
cpan/Object-Accessor/t/04_Object-Accessor-lvalue...............ok
cpan/Object-Accessor/t/05_Object-Accessor-callback.............ok
cpan/Object-Accessor/t/06_Object-Accessor-alias................ok
cpan/Package-Constants/t/01_list...............................ok
cpan/Params-Check/t/01_Params-Check............................ok
cpan/parent/t/compile-time-file................................ok
cpan/parent/t/compile-time.....................................ok
cpan/parent/t/parent-classfromclassfile........................ok
cpan/parent/t/parent-classfromfile.............................ok
cpan/parent/t/parent-pmc.......................................ok
cpan/parent/t/parent-returns-false.............................ok
cpan/parent/t/parent...........................................ok
cpan/Parse-CPAN-Meta/t/01_compile..............................ok
cpan/Parse-CPAN-Meta/t/02_basic................................ok
cpan/Parse-CPAN-Meta/t/03_regression...........................ok
cpan/Parse-CPAN-Meta/t/04_scalar...............................ok
cpan/Parse-CPAN-Meta/t/05_export...............................ok
cpan/Parse-CPAN-Meta/t/11_meta_yml.............................ok
cpan/Parse-CPAN-Meta/t/12_plagger..............................ok
cpan/Parse-CPAN-Meta/t/13_perl_smith...........................ok
cpan/Parse-CPAN-Meta/t/14_yaml_org.............................ok
cpan/Parse-CPAN-Meta/t/15_multibyte............................ok
cpan/Parse-CPAN-Meta/t/16_nullrefs.............................ok
cpan/Parse-CPAN-Meta/t/17_toolbar..............................ok
cpan/Parse-CPAN-Meta/t/18_tap..................................ok
cpan/Parse-CPAN-Meta/t/19_errors...............................ok
cpan/Parse-CPAN-Meta/t/21_bom..................................ok
cpan/PerlIO-via-QuotedPrint/t/QuotedPrint......................ok
cpan/Pod-Escapes/t/01_about_verbose............................ok
cpan/Pod-Escapes/t/10_main.....................................ok
cpan/Pod-Escapes/t/15_name2charnum.............................ok
cpan/Pod-LaTeX/t/pod2latex.....................................ok
cpan/Pod-LaTeX/t/user..........................................ok
cpan/podlators/t/basic.........................................ok
cpan/podlators/t/color.........................................ok
cpan/podlators/t/devise-date...................................ok
cpan/podlators/t/filehandle....................................ok
cpan/podlators/t/man-heading...................................ok
cpan/podlators/t/man-options...................................ok
cpan/podlators/t/man...........................................ok
cpan/podlators/t/man-utf8......................................ok
cpan/podlators/t/overstrike....................................ok
cpan/podlators/t/parselink.....................................ok
cpan/podlators/t/pod-parser....................................ok
cpan/podlators/t/pod-spelling..................................skipped
cpan/podlators/t/pod...........................................skipped
cpan/podlators/t/termcap.......................................ok
cpan/podlators/t/text-encoding.................................ok
cpan/podlators/t/text-options..................................ok
cpan/podlators/t/text..........................................ok
cpan/podlators/t/text-utf8.....................................ok
cpan/Pod-Parser/t/pod/contains_pod.............................ok
cpan/Pod-Parser/t/pod/emptycmd.................................ok
cpan/Pod-Parser/t/pod/find.....................................ok
cpan/Pod-Parser/t/pod/for......................................ok
cpan/Pod-Parser/t/pod/headings.................................ok
cpan/Pod-Parser/t/pod/included.................................ok
cpan/Pod-Parser/t/pod/include..................................ok
cpan/Pod-Parser/t/pod/lref.....................................ok
cpan/Pod-Parser/t/pod/multiline_items..........................ok
cpan/Pod-Parser/t/pod/nested_items.............................ok
cpan/Pod-Parser/t/pod/nested_seqs..............................ok
cpan/Pod-Parser/t/pod/oneline_cmds.............................ok
cpan/Pod-Parser/t/pod/pod2usage2...............................ok
cpan/Pod-Parser/t/pod/pod2usage................................ok
cpan/Pod-Parser/t/pod/podchkenc................................ok
cpan/Pod-Parser/t/pod/poderrs..................................ok
cpan/Pod-Parser/t/pod/podselect................................ok
cpan/Pod-Parser/t/pod/special_seqs.............................ok
cpan/Pod-Parser/t/pod/twice....................................ok
cpan/Pod-Simple/t/00about......................................ok
cpan/Pod-Simple/t/20_skip......................................ok
cpan/Pod-Simple/t/accept01.....................................ok
cpan/Pod-Simple/t/accept05.....................................ok
cpan/Pod-Simple/t/ac_d.........................................ok
cpan/Pod-Simple/t/basic........................................ok
cpan/Pod-Simple/t/begin........................................ok
cpan/Pod-Simple/t/cbacks.......................................ok
cpan/Pod-Simple/t/chunking.....................................ok
cpan/Pod-Simple/t/closeys......................................ok
cpan/Pod-Simple/t/corpus.......................................ok
cpan/Pod-Simple/t/encod01......................................ok
cpan/Pod-Simple/t/encod02......................................ok
cpan/Pod-Simple/t/encod03......................................ok
cpan/Pod-Simple/t/end_over.....................................ok
cpan/Pod-Simple/t/fcodes_e.....................................ok
cpan/Pod-Simple/t/fcodes_l.....................................ok
cpan/Pod-Simple/t/fcodes_s.....................................ok
cpan/Pod-Simple/t/fcodes.......................................ok
cpan/Pod-Simple/t/fornot.......................................ok
cpan/Pod-Simple/t/for..........................................ok
cpan/Pod-Simple/t/heads........................................ok
cpan/Pod-Simple/t/html01.......................................ok
cpan/Pod-Simple/t/html02.......................................ok
cpan/Pod-Simple/t/html03.......................................ok
cpan/Pod-Simple/t/htmlbat......................................ok
cpan/Pod-Simple/t/items02......................................ok
cpan/Pod-Simple/t/items........................................ok
cpan/Pod-Simple/t/itemstar.....................................ok
cpan/Pod-Simple/t/linkclas.....................................ok
cpan/Pod-Simple/t/puller.......................................ok
cpan/Pod-Simple/t/pulltitl.....................................ok
cpan/Pod-Simple/t/reinit.......................................ok
cpan/Pod-Simple/t/render.......................................ok
cpan/Pod-Simple/t/search05.....................................ok
cpan/Pod-Simple/t/search10.....................................ok
cpan/Pod-Simple/t/search12.....................................ok
cpan/Pod-Simple/t/search20.....................................ok
cpan/Pod-Simple/t/search22.....................................ok
cpan/Pod-Simple/t/search25.....................................ok
cpan/Pod-Simple/t/search26.....................................ok
cpan/Pod-Simple/t/search27.....................................ok
cpan/Pod-Simple/t/search28.....................................ok
cpan/Pod-Simple/t/search29.....................................ok
cpan/Pod-Simple/t/search50.....................................ok
cpan/Pod-Simple/t/stree........................................ok
cpan/Pod-Simple/t/strpvbtm.....................................ok
cpan/Pod-Simple/t/tiedfh.......................................ok
cpan/Pod-Simple/t/verbatim.....................................ok
cpan/Pod-Simple/t/verb_fmt.....................................ok
cpan/Pod-Simple/t/xhtml01......................................ok
cpan/Pod-Simple/t/xhtml05......................................ok
cpan/Pod-Simple/t/xhtml10......................................ok
cpan/Pod-Simple/t/x_nixer......................................ok
cpan/Shell/t/Shell.............................................ok
cpan/Sys-Syslog/t/00-load......................................ok
cpan/Sys-Syslog/t/constants....................................ok
cpan/Sys-Syslog/t/syslog.......................................ok
cpan/Term-ANSIColor/t/basic....................................ok
cpan/Term-Cap/test.............................................ok
cpan/Term-UI/t/00_load.........................................ok
cpan/Term-UI/t/01_history......................................ok
cpan/Term-UI/t/02_ui...........................................ok
cpan/Test-Harness/t/000-load...................................ok
cpan/Test-Harness/t/aggregator.................................ok
cpan/Test-Harness/t/bailout....................................ok
cpan/Test-Harness/t/base.......................................ok
cpan/Test-Harness/t/callbacks..................................ok
cpan/Test-Harness/t/compat/env.................................ok
cpan/Test-Harness/t/compat/failure.............................ok
cpan/Test-Harness/t/compat/inc-propagation.....................ok
cpan/Test-Harness/t/compat/inc_taint...........................ok
cpan/Test-Harness/t/compat/nonumbers...........................skipped
cpan/Test-Harness/t/compat/regression..........................ok
cpan/Test-Harness/t/compat/switches............................ok
cpan/Test-Harness/t/compat/test-harness-compat.................ok
cpan/Test-Harness/t/compat/version.............................ok
cpan/Test-Harness/t/console....................................ok
cpan/Test-Harness/t/errors.....................................ok
cpan/Test-Harness/t/file.......................................ok
cpan/Test-Harness/t/glob-to-regexp.............................ok
cpan/Test-Harness/t/grammar....................................ok
cpan/Test-Harness/t/harness-bailout............................ok
cpan/Test-Harness/t/harness-subclass...........................ok
cpan/Test-Harness/t/harness....................................ok
cpan/Test-Harness/t/iterators..................................ok
cpan/Test-Harness/t/multiplexer................................ok
cpan/Test-Harness/t/nofork-mux.................................ok
cpan/Test-Harness/t/nofork.....................................ok
cpan/Test-Harness/t/object.....................................ok
cpan/Test-Harness/t/parser-config..............................ok
cpan/Test-Harness/t/parser-subclass............................ok
cpan/Test-Harness/t/parse......................................ok
cpan/Test-Harness/t/perl5lib...................................ok
cpan/Test-Harness/t/premature-bailout..........................ok
cpan/Test-Harness/t/process....................................ok
cpan/Test-Harness/t/proveenv...................................ok
cpan/Test-Harness/t/proverc....................................ok
cpan/Test-Harness/t/proverun...................................ok
cpan/Test-Harness/t/prove......................................ok
cpan/Test-Harness/t/regression.................................ok
cpan/Test-Harness/t/results....................................ok
cpan/Test-Harness/t/scheduler..................................ok
cpan/Test-Harness/t/source.....................................ok
cpan/Test-Harness/t/spool......................................ok
cpan/Test-Harness/t/state_results..............................ok
cpan/Test-Harness/t/state......................................ok
cpan/Test-Harness/t/streams....................................ok
cpan/Test-Harness/t/taint......................................ok
cpan/Test-Harness/t/testargs...................................ok
cpan/Test-Harness/t/unicode....................................ok
cpan/Test-Harness/t/utils......................................ok
cpan/Test-Harness/t/yamlish-output.............................ok
cpan/Test-Harness/t/yamlish....................................ok
cpan/Test-Harness/t/yamlish-writer.............................ok
cpan/Test-Simple/examples/subtest..............................ok
cpan/Test-Simple/t/00test_harness_check........................ok
cpan/Test-Simple/t/bad_plan....................................ok
cpan/Test-Simple/t/bail_out....................................ok
cpan/Test-Simple/t/BEGIN_require_ok............................ok
cpan/Test-Simple/t/BEGIN_use_ok................................ok
cpan/Test-Simple/t/buffer......................................ok
cpan/Test-Simple/t/Builder/Builder.............................ok
cpan/Test-Simple/t/Builder/carp................................ok
cpan/Test-Simple/t/Builder/create..............................ok
cpan/Test-Simple/t/Builder/current_test........................ok
cpan/Test-Simple/t/Builder/current_test_without_plan...........ok
cpan/Test-Simple/t/Builder/details.............................ok
cpan/Test-Simple/t/Builder/done_testing_double.................ok
cpan/Test-Simple/t/Builder/done_testing_plan_mismatch..........ok
cpan/Test-Simple/t/Builder/done_testing........................ok
cpan/Test-Simple/t/Builder/done_testing_with_no_plan...........ok
cpan/Test-Simple/t/Builder/done_testing_with_number............ok
cpan/Test-Simple/t/Builder/done_testing_with_plan..............ok
cpan/Test-Simple/t/Builder/fork_with_new_stdout................ok
cpan/Test-Simple/t/Builder/has_plan2...........................ok
cpan/Test-Simple/t/Builder/has_plan............................ok
cpan/Test-Simple/t/Builder/is_fh...............................ok
cpan/Test-Simple/t/Builder/is_passing..........................ok
cpan/Test-Simple/t/Builder/maybe_regex.........................ok
cpan/Test-Simple/t/Builder/no_diag.............................ok
cpan/Test-Simple/t/Builder/no_ending...........................ok
cpan/Test-Simple/t/Builder/no_header...........................ok
cpan/Test-Simple/t/Builder/no_plan_at_all......................ok
cpan/Test-Simple/t/Builder/ok_obj..............................ok
cpan/Test-Simple/t/Builder/output..............................ok
cpan/Test-Simple/t/Builder/reset...............................ok
cpan/Test-Simple/t/Builder/try.................................ok
cpan/Test-Simple/t/c_flag......................................ok
cpan/Test-Simple/t/circular_data...............................ok
cpan/Test-Simple/t/cmp_ok......................................ok
cpan/Test-Simple/t/dependents..................................skipped
cpan/Test-Simple/t/diag........................................ok
cpan/Test-Simple/t/died........................................ok
cpan/Test-Simple/t/dont_overwrite_die_handler..................ok
cpan/Test-Simple/t/eq_set......................................ok
cpan/Test-Simple/t/exit........................................ok
cpan/Test-Simple/t/explain.....................................ok
cpan/Test-Simple/t/extra_one...................................ok
cpan/Test-Simple/t/extra.......................................ok
cpan/Test-Simple/t/fail-like...................................ok
cpan/Test-Simple/t/fail-more...................................ok
cpan/Test-Simple/t/fail_one....................................ok
cpan/Test-Simple/t/fail........................................ok
cpan/Test-Simple/t/filehandles.................................ok
cpan/Test-Simple/t/fork........................................ok
cpan/Test-Simple/t/harness_active..............................ok
cpan/Test-Simple/t/import......................................ok
cpan/Test-Simple/t/is_deeply_dne_bug...........................ok
cpan/Test-Simple/t/is_deeply_fail..............................ok
cpan/Test-Simple/t/is_deeply_with_threads......................skipped
cpan/Test-Simple/t/missing.....................................ok
cpan/Test-Simple/t/More........................................ok
cpan/Test-Simple/t/new_ok......................................ok
cpan/Test-Simple/t/no_plan.....................................ok
cpan/Test-Simple/t/no_tests....................................ok
cpan/Test-Simple/t/note........................................ok
cpan/Test-Simple/t/overload....................................ok
cpan/Test-Simple/t/overload_threads............................ok
cpan/Test-Simple/t/plan_bad....................................ok
cpan/Test-Simple/t/plan_is_noplan..............................ok
cpan/Test-Simple/t/plan_no_plan................................ok
cpan/Test-Simple/t/plan_shouldnt_import........................ok
cpan/Test-Simple/t/plan_skip_all...............................skipped
cpan/Test-Simple/t/plan........................................ok
cpan/Test-Simple/t/require_ok..................................ok
cpan/Test-Simple/t/simple......................................ok
cpan/Test-Simple/t/skipall.....................................ok
cpan/Test-Simple/t/skip........................................ok
cpan/Test-Simple/t/subtest/args................................ok
cpan/Test-Simple/t/subtest/basic...............................ok
cpan/Test-Simple/t/subtest/die.................................ok
cpan/Test-Simple/t/subtest/do..................................ok
cpan/Test-Simple/t/subtest/exceptions..........................ok
cpan/Test-Simple/t/subtest/singleton...........................ok
cpan/Test-Simple/t/tbm_doesnt_set_exported_to..................ok
cpan/Test-Simple/t/Tester/tbt_01basic..........................ok
cpan/Test-Simple/t/Tester/tbt_02fhrestore......................ok
cpan/Test-Simple/t/Tester/tbt_03die............................ok
cpan/Test-Simple/t/Tester/tbt_04line_num.......................ok
cpan/Test-Simple/t/Tester/tbt_05faildiag.......................ok
cpan/Test-Simple/t/Tester/tbt_06errormess......................ok
cpan/Test-Simple/t/Tester/tbt_07args...........................ok
cpan/Test-Simple/t/threads.....................................skipped
cpan/Test-Simple/t/thread_taint................................ok
cpan/Test-Simple/t/todo........................................ok
cpan/Test-Simple/t/undef.......................................ok
cpan/Test-Simple/t/useing......................................ok
cpan/Test-Simple/t/use_ok......................................ok
cpan/Test-Simple/t/utf8........................................skipped
cpan/Test-Simple/t/versions....................................ok
cpan/Test/t/05_about_verbose...................................ok
cpan/Test/t/fail...............................................ok
cpan/Test/t/mix................................................ok
cpan/Test/t/multiline..........................................ok
cpan/Test/t/onfail.............................................ok
cpan/Test/t/qr.................................................ok
cpan/Test/t/skip...............................................ok
cpan/Test/t/success............................................ok
cpan/Test/t/todo...............................................ok
cpan/Text-Balanced/t/01_compile................................ok
cpan/Text-Balanced/t/02_extbrk.................................ok
cpan/Text-Balanced/t/03_extcbk.................................ok
cpan/Text-Balanced/t/04_extdel.................................ok
cpan/Text-Balanced/t/05_extmul.................................ok
cpan/Text-Balanced/t/06_extqlk.................................ok
cpan/Text-Balanced/t/07_exttag.................................ok
cpan/Text-Balanced/t/08_extvar.................................ok
cpan/Text-Balanced/t/09_gentag.................................ok
cpan/Text-ParseWords/t/ParseWords..............................ok
cpan/Text-ParseWords/t/taint...................................ok
cpan/Text-Soundex/t/Soundex....................................ok
cpan/Text-Tabs/t/37000.........................................ok
cpan/Text-Tabs/t/39548.........................................ok
cpan/Text-Tabs/t/belg4mit......................................ok
cpan/Text-Tabs/t/dandv.........................................ok
cpan/Text-Tabs/t/fill..........................................ok
cpan/Text-Tabs/t/Jacobson2.....................................ok
cpan/Text-Tabs/t/Jacobson......................................ok
cpan/Text-Tabs/t/Jochen........................................ok
cpan/Text-Tabs/t/sep2..........................................ok
cpan/Text-Tabs/t/sep...........................................ok
cpan/Text-Tabs/t/tabs..........................................ok
cpan/Text-Tabs/t/wrap_separator2...............................ok
cpan/Text-Tabs/t/wrap..........................................ok
cpan/Tie-File/t/00_version.....................................ok
cpan/Tie-File/t/01_gen.........................................ok
cpan/Tie-File/t/02_fetchsize...................................ok
cpan/Tie-File/t/03_longfetch...................................ok
cpan/Tie-File/t/04_splice......................................ok
cpan/Tie-File/t/05_size........................................ok
cpan/Tie-File/t/06_fixrec......................................ok
cpan/Tie-File/t/07_rv_splice...................................ok
cpan/Tie-File/t/08_ro..........................................ok
cpan/Tie-File/t/09_gen_rs......................................ok
cpan/Tie-File/t/10_splice_rs...................................ok
cpan/Tie-File/t/11_rv_splice_rs................................ok
cpan/Tie-File/t/12_longfetch_rs................................ok
cpan/Tie-File/t/13_size_rs.....................................ok
cpan/Tie-File/t/14_lock........................................ok
cpan/Tie-File/t/15_pushpop.....................................ok
cpan/Tie-File/t/16_handle......................................ok
cpan/Tie-File/t/17_misc_meth...................................ok
cpan/Tie-File/t/18_rs_fixrec...................................ok
cpan/Tie-File/t/19_cache.......................................ok
cpan/Tie-File/t/20_cache_full..................................ok
cpan/Tie-File/t/21_win32.......................................skipped
cpan/Tie-File/t/22_autochomp...................................ok
cpan/Tie-File/t/23_rv_ac_splice................................ok
cpan/Tie-File/t/24_cache_loop..................................ok
cpan/Tie-File/t/25_gen_nocache.................................ok
cpan/Tie-File/t/26_twrite......................................ok
cpan/Tie-File/t/27_iwrite......................................ok
cpan/Tie-File/t/28_mtwrite.....................................ok
cpan/Tie-File/t/29a_upcopy.....................................ok
cpan/Tie-File/t/29_downcopy....................................ok
cpan/Tie-File/t/30_defer.......................................ok
cpan/Tie-File/t/31_autodefer...................................ok
cpan/Tie-File/t/32_defer_misc..................................ok
cpan/Tie-File/t/33_defer_vs....................................ok
cpan/Tie-File/t/40_abs_cache...................................ok
cpan/Tie-File/t/41_heap........................................ok
cpan/Tie-File/t/42_offset......................................ok
cpan/Tie-RefHash/t/rebless.....................................ok
cpan/Tie-RefHash/t/refhash.....................................ok
cpan/Tie-RefHash/t/storable....................................ok
cpan/Tie-RefHash/t/threaded....................................skipped
cpan/Time-HiRes/t/HiRes........................................ok
cpan/Time-Piece/t/01base.......................................ok
cpan/Time-Piece/t/02core.......................................ok
cpan/Time-Piece/t/03compare....................................ok
cpan/Time-Piece/t/04mjd........................................ok
cpan/Time-Piece/t/05overload...................................ok
cpan/Time-Piece/t/06subclass...................................ok
cpan/Time-Piece/t/07arith......................................ok
cpan/Unicode-Collate/t/altern..................................ok
cpan/Unicode-Collate/t/cjkrange................................ok
cpan/Unicode-Collate/t/contract................................ok
cpan/Unicode-Collate/t/hangtype................................ok
cpan/Unicode-Collate/t/hangul..................................ok
cpan/Unicode-Collate/t/ignor...................................ok
cpan/Unicode-Collate/t/illegalp................................ok
cpan/Unicode-Collate/t/illegal.................................ok
cpan/Unicode-Collate/t/index...................................ok
cpan/Unicode-Collate/t/normal..................................ok
cpan/Unicode-Collate/t/override................................ok
cpan/Unicode-Collate/t/rearrang................................ok
cpan/Unicode-Collate/t/test....................................ok
cpan/Unicode-Collate/t/trailwt.................................ok
cpan/Unicode-Collate/t/variable................................ok
cpan/Unicode-Collate/t/version.................................ok
cpan/Unicode-Collate/t/view....................................ok
cpan/Unicode-Normalize/t/fcdc..................................ok
cpan/Unicode-Normalize/t/form..................................ok
cpan/Unicode-Normalize/t/func..................................ok
cpan/Unicode-Normalize/t/illegal...............................ok
cpan/Unicode-Normalize/t/norm..................................ok
cpan/Unicode-Normalize/t/null..................................ok
cpan/Unicode-Normalize/t/proto.................................ok
cpan/Unicode-Normalize/t/split.................................ok
cpan/Unicode-Normalize/t/test..................................ok
cpan/Unicode-Normalize/t/tie...................................ok
dist/Attribute-Handlers/t/constants............................ok
dist/Attribute-Handlers/t/data_convert.........................ok
dist/Attribute-Handlers/t/linerep..............................ok
dist/Attribute-Handlers/t/multi................................ok
dist/base/t/base...............................................ok
dist/base/t/compile-time.......................................ok
dist/base/t/fields-5_6_0.......................................skipped
dist/base/t/fields-5_8_0.......................................skipped
dist/base/t/fields-base........................................ok
dist/base/t/fields.............................................ok
dist/base/t/isa................................................ok
dist/base/t/sigdie.............................................ok
dist/base/t/version............................................ok
dist/base/t/warnings...........................................ok
dist/B-Deparse/t/deparse.......................................ok
dist/constant/t/constant.......................................ok
dist/Data-Dumper/t/bless.......................................ok
dist/Data-Dumper/t/bugs........................................ok
dist/Data-Dumper/t/dumper......................................ok
dist/Data-Dumper/t/freezer.....................................ok
dist/Data-Dumper/t/overload....................................ok
dist/Data-Dumper/t/pair........................................ok
dist/ExtUtils-Install/t/can_write_dir..........................ok
dist/ExtUtils-Install/t/Installapi2............................ok
dist/ExtUtils-Install/t/Installed..............................ok
dist/ExtUtils-Install/t/Install................................ok
dist/ExtUtils-Install/t/InstallWithMM..........................ok
dist/ExtUtils-Install/t/Packlist...............................ok
dist/Filter-Simple/t/data......................................ok
dist/Filter-Simple/t/export....................................ok
dist/Filter-Simple/t/filter_only...............................ok
dist/Filter-Simple/t/filter....................................ok
dist/Filter-Simple/t/import....................................ok
dist/I18N-LangTags/t/01_about_verbose..........................ok
dist/I18N-LangTags/t/05_main...................................ok
dist/I18N-LangTags/t/07_listy..................................ok
dist/I18N-LangTags/t/10_http...................................ok
dist/I18N-LangTags/t/20_locales................................ok
dist/I18N-LangTags/t/50_super..................................ok
dist/I18N-LangTags/t/55_supers_strict..........................ok
dist/I18N-LangTags/t/80_all_env................................ok
dist/IO/t/io_const.............................................ok
dist/IO/t/io_dir...............................................ok
dist/IO/t/io_dup...............................................ok
dist/IO/t/io_file..............................................ok
dist/IO/t/io_linenum...........................................ok
dist/IO/t/io_multihomed........................................ok
dist/IO/t/io_pipe..............................................ok
dist/IO/t/io_poll..............................................ok
dist/IO/t/io_sel...............................................ok
dist/IO/t/io_sock..............................................ok
dist/IO/t/IO...................................................ok
dist/IO/t/io_taint.............................................ok
dist/IO/t/io_tell..............................................ok
dist/IO/t/io_udp...............................................ok
dist/IO/t/io_unix..............................................ok
dist/IO/t/io_utf8..............................................ok
dist/IO/t/io_xs................................................ok
dist/lib/t/01lib...............................................ok
dist/Locale-Maketext/t/01_about_verbose........................ok
dist/Locale-Maketext/t/10_make.................................ok
dist/Locale-Maketext/t/20_get..................................ok
dist/Locale-Maketext/t/30_local................................ok
dist/Locale-Maketext/t/40_super................................ok
dist/Locale-Maketext/t/50_super................................ok
dist/Locale-Maketext/t/60_super................................ok
dist/Locale-Maketext/t/90_utf8.................................ok
dist/Module-CoreList/t/corelist................................ok
dist/Module-CoreList/t/deprecated..............................ok
dist/Module-CoreList/t/find_modules............................ok
dist/Module-CoreList/t/pod.....................................skipped
dist/Net-Ping/t/100_load.......................................ok
dist/Net-Ping/t/110_icmp_inst..................................ok
dist/Net-Ping/t/120_udp_inst...................................ok
dist/Net-Ping/t/130_tcp_inst...................................ok
dist/Net-Ping/t/140_stream_inst................................ok
dist/Net-Ping/t/150_syn_inst...................................ok
dist/Net-Ping/t/190_alarm......................................skipped
dist/Net-Ping/t/200_ping_tcp...................................skipped
dist/Net-Ping/t/250_ping_hires.................................skipped
dist/Net-Ping/t/300_ping_stream................................skipped
dist/Net-Ping/t/400_ping_syn...................................skipped
dist/Net-Ping/t/410_syn_host...................................skipped
dist/Net-Ping/t/450_service....................................ok
dist/Net-Ping/t/500_ping_icmp..................................ok
dist/Net-Ping/t/510_ping_udp...................................ok
dist/Pod-Perldoc/t/01_about_verbose............................ok
dist/Pod-Perldoc/t/checkerbasic................................ok
dist/Pod-Perldoc/t/perldocbasic................................ok
dist/Pod-Perldoc/t/textbasic...................................ok
dist/Pod-Plainer/t/plainer.....................................ok
dist/Safe/t/safe1..............................................ok
dist/Safe/t/safe2..............................................ok
dist/Safe/t/safe3..............................................ok
dist/Safe/t/safeload...........................................ok
dist/Safe/t/safeops............................................ok
dist/Safe/t/safesort...........................................ok
dist/Safe/t/safeuniversal......................................ok
dist/Safe/t/safeutf8...........................................ok
dist/Safe/t/safewrap...........................................ok
dist/SelfLoader/t/01SelfLoader.................................ok
dist/SelfLoader/t/02SelfLoader-buggy...........................ok
dist/Storable/t/attach_errors..................................ok
dist/Storable/t/attach_singleton...............................ok
dist/Storable/t/blessed........................................ok
dist/Storable/t/canonical......................................ok
dist/Storable/t/circular_hook..................................ok
dist/Storable/t/code...........................................ok
dist/Storable/t/compat01.......................................skipped
dist/Storable/t/compat06.......................................ok
dist/Storable/t/croak..........................................ok
dist/Storable/t/dclone.........................................ok
dist/Storable/t/downgrade......................................ok
dist/Storable/t/file_magic.....................................ok
dist/Storable/t/forgive........................................ok
dist/Storable/t/freeze.........................................ok
dist/Storable/t/integer........................................ok
dist/Storable/t/interwork56....................................skipped
dist/Storable/t/just_plain_nasty...............................ok
dist/Storable/t/lock...........................................ok
dist/Storable/t/malice.........................................ok
dist/Storable/t/overload.......................................ok
dist/Storable/t/recurse........................................ok
dist/Storable/t/restrict.......................................ok
dist/Storable/t/retrieve.......................................ok
dist/Storable/t/sig_die........................................ok
dist/Storable/t/store..........................................ok
dist/Storable/t/threads........................................skipped
dist/Storable/t/tied_hook......................................ok
dist/Storable/t/tied_items.....................................ok
dist/Storable/t/tied...........................................ok
dist/Storable/t/utf8hash.......................................ok
dist/Storable/t/utf8...........................................ok
dist/Storable/t/weak...........................................ok
dist/Switch/t/given............................................ok
dist/Switch/t/nested...........................................ok
dist/Switch/t/switch...........................................ok
dist/Thread-Queue/t/01_basic...................................skipped
dist/Thread-Queue/t/02_refs....................................skipped
dist/Thread-Queue/t/03_peek....................................skipped
dist/Thread-Queue/t/04_errs....................................ok
dist/Thread-Queue/t/05_extract.................................skipped
dist/Thread-Queue/t/06_insert..................................skipped
dist/Thread-Queue/t/07_lock....................................skipped
dist/Thread-Queue/t/08_nothreads...............................ok
dist/Thread-Semaphore/t/01_basic...............................skipped
dist/Thread-Semaphore/t/02_errs................................ok
dist/Thread-Semaphore/t/03_nothreads...........................ok
dist/threads-shared/t/0nothread................................ok
dist/threads-shared/t/av_refs..................................skipped
dist/threads-shared/t/av_simple................................skipped
dist/threads-shared/t/blessed..................................skipped
dist/threads-shared/t/clone....................................skipped
dist/threads-shared/t/cond.....................................skipped
dist/threads-shared/t/disabled.................................ok
dist/threads-shared/t/hv_refs..................................skipped
dist/threads-shared/t/hv_simple................................skipped
dist/threads-shared/t/no_share.................................skipped
dist/threads-shared/t/object...................................skipped
dist/threads-shared/t/shared_attr..............................skipped
dist/threads-shared/t/stress...................................skipped
dist/threads-shared/t/sv_refs..................................skipped
dist/threads-shared/t/sv_simple................................skipped
dist/threads-shared/t/utf8.....................................skipped
dist/threads-shared/t/waithires................................skipped
dist/threads-shared/t/wait.....................................skipped
dist/threads/t/basic...........................................skipped
dist/threads/t/blocks..........................................skipped
dist/threads/t/context.........................................skipped
dist/threads/t/end.............................................skipped
dist/threads/t/err.............................................skipped
dist/threads/t/exit............................................skipped
dist/threads/t/free2...........................................skipped
dist/threads/t/free............................................skipped
dist/threads/t/join............................................skipped
dist/threads/t/kill............................................skipped
dist/threads/t/libc............................................skipped
dist/threads/t/list............................................skipped
dist/threads/t/no_threads......................................ok
dist/threads/t/problems........................................skipped
dist/threads/t/stack_env.......................................skipped
dist/threads/t/stack...........................................skipped
dist/threads/t/state...........................................skipped
dist/threads/t/stress_cv.......................................skipped
dist/threads/t/stress_re.......................................skipped
dist/threads/t/stress_string...................................skipped
dist/threads/t/thread..........................................skipped
dist/XSLoader/t/XSLoader.......................................ok
ext/autouse/t/autouse..........................................ok
ext/B/t/b......................................................ok
ext/B/t/concise................................................ok
ext/B/t/concise-xs.............................................ok
ext/B/t/f_map..................................................ok
ext/B/t/f_sort.................................................ok
ext/B/t/optree_check...........................................ok
ext/B/t/optree_concise.........................................ok
ext/B/t/optree_constants.......................................ok
ext/B/t/optree_misc............................................ok
ext/B/t/optree_samples.........................................ok
ext/B/t/optree_sort............................................ok
ext/B/t/optree_specials........................................ok
ext/B/t/optree_varinit.........................................ok
ext/B/t/o......................................................ok
ext/B/t/pragma.................................................ok
ext/B/t/showlex................................................ok
ext/B/t/terse..................................................ok
ext/B/t/xref...................................................ok
ext/Devel-DProf/t/DProf........................................ok
ext/Devel-Peek/t/Peek..........................................ok
ext/Devel-SelfStubber/t/Devel-SelfStubber......................ok
ext/DynaLoader/t/DynaLoader....................................ok
ext/Errno/t/Errno..............................................ok
ext/Fcntl/t/fcntl..............................................ok
ext/Fcntl/t/mode...............................................ok
ext/Fcntl/t/syslfs.............................................ok
ext/FileCache/t/01open.........................................ok
ext/FileCache/t/02maxopen......................................ok
ext/FileCache/t/03append.......................................ok
ext/FileCache/t/04twoarg.......................................ok
ext/FileCache/t/05override.....................................ok
ext/FileCache/t/06export.......................................ok
ext/FileCache/t/07noimport.....................................ok
ext/File-Glob/t/basic..........................................ok
ext/File-Glob/t/case...........................................ok
ext/File-Glob/t/global.........................................ok
ext/File-Glob/t/taint..........................................ok
ext/GDBM_File/t/gdbm...........................................ok
ext/Hash-Util-FieldHash/t/01_load..............................ok
ext/Hash-Util-FieldHash/t/02_function..........................ok
ext/Hash-Util-FieldHash/t/03_class.............................ok
ext/Hash-Util-FieldHash/t/04_thread............................ok
ext/Hash-Util-FieldHash/t/05_perlhook..........................ok
ext/Hash-Util-FieldHash/t/10_hash..............................ok
ext/Hash-Util-FieldHash/t/11_hashassign........................ok
ext/Hash-Util-FieldHash/t/12_hashwarn..........................ok
ext/Hash-Util/t/Util...........................................ok
ext/I18N-Langinfo/t/Langinfo...................................ok
ext/IPC-Open2/t/IPC-Open2......................................ok
ext/IPC-Open3/t/IPC-Open3......................................ok
ext/NDBM_File/t/ndbm...........................................ok
ext/Opcode/t/Opcode............................................ok
ext/Opcode/t/ops...............................................ok
ext/PerlIO-encoding/t/encoding.................................ok
ext/PerlIO-encoding/t/fallback.................................ok
ext/PerlIO-encoding/t/nolooping................................ok
ext/PerlIO-scalar/t/scalar.....................................ok
ext/PerlIO-scalar/t/scalar_ungetc..............................ok
ext/PerlIO-via/t/via...........................................ok
ext/POSIX/t/is.................................................ok
ext/POSIX/t/math...............................................ok
ext/POSIX/t/posix..............................................ok
ext/POSIX/t/sigaction..........................................ok
ext/POSIX/t/sysconf............................................ok
ext/POSIX/t/taint..............................................ok
ext/POSIX/t/termios............................................ok
ext/POSIX/t/time...............................................ok
ext/POSIX/t/waitpid............................................ok
ext/re/t/lexical_debug.........................................ok
ext/re/t/qr....................................................ok
ext/re/t/re_funcs..............................................ok
ext/re/t/regop.................................................ok
ext/re/t/re....................................................ok
ext/SDBM_File/t/sdbm...........................................ok
ext/Socket/t/socketpair........................................ok
ext/Socket/t/Socket............................................ok
ext/Sys-Hostname/t/Hostname....................................ok
ext/Tie-Memoize/t/Tie-Memoize..................................ok
ext/Time-Local/t/Local.........................................ok
ext/XS-APItest-KeywordRPN/t/keyword_plugin.....................ok
ext/XS-APItest-KeywordRPN/t/multiline..........................ok
ext/XS-APItest-KeywordRPN/t/stuff_svcur_bug....................ok
ext/XS-APItest/t/call..........................................ok
ext/XS-APItest/t/exception.....................................ok
ext/XS-APItest/t/hash..........................................ok
ext/XS-APItest/t/my_cxt........................................ok
ext/XS-APItest/t/my_exit.......................................ok
ext/XS-APItest/t/op............................................ok
ext/XS-APItest/t/pmflag........................................ok
ext/XS-APItest/t/printf........................................ok
ext/XS-APItest/t/push..........................................ok
ext/XS-APItest/t/rmagical......................................ok
ext/XS-APItest/t/svpeek........................................ok
ext/XS-APItest/t/svsetsv.......................................ok
ext/XS-APItest/t/utf16_to_utf8.................................ok
ext/XS-APItest/t/xs_special_subs_require.......................ok
ext/XS-APItest/t/xs_special_subs...............................ok
ext/XS-Typemap/t/Typemap.......................................ok
lib/AnyDBM_File................................................ok
lib/Benchmark..................................................ok
lib/bigfloatpl.................................................ok
lib/bigintpl...................................................ok
lib/blib.......................................................ok
lib/bytes......................................................ok
lib/Carp.......................................................ok
lib/charnames..................................................ok
lib/Class/Struct...............................................ok
lib/Config/Extensions..........................................ok
lib/Config.....................................................ok
lib/DBM_Filter/t/01error.......................................ok
lib/DBM_Filter/t/02core........................................ok
lib/DBM_Filter/t/compress......................................ok
lib/DBM_Filter/t/encode........................................ok
lib/DBM_Filter/t/int32.........................................ok
lib/DBM_Filter/t/null..........................................ok
lib/DBM_Filter/t/utf8..........................................ok
lib/DB.........................................................ok
lib/diagnostics................................................ok
lib/DirHandle..................................................ok
lib/Dumpvalue..................................................ok
lib/dumpvar....................................................ok
lib/English....................................................ok
lib/Env/t/array................................................ok
lib/Env/t/env..................................................ok
lib/Exporter...................................................ok
lib/ExtUtils/t/Embed...........................................ok
lib/feature....................................................ok
lib/feature/unicode_strings....................................ok
lib/File/Basename..............................................ok
lib/File/CheckTree.............................................ok
lib/File/Compare...............................................ok
lib/File/Copy..................................................ok
lib/File/DosGlob...............................................ok
lib/File/Find/t/find...........................................ok
lib/File/Find/t/taint..........................................ok
lib/FileHandle.................................................ok
lib/File/stat..................................................ok
lib/filetest...................................................ok
lib/FindBin....................................................ok
lib/Getopt/Std.................................................ok
lib/h2ph.......................................................ok
lib/h2xs.......................................................ok
lib/I18N/Collate...............................................ok
lib/integer....................................................ok
lib/Internals..................................................ok
lib/less.......................................................ok
lib/locale.....................................................ok
lib/Net/hostent................................................ok
lib/Net/netent.................................................skipped
lib/Net/protoent...............................................ok
lib/Net/servent................................................ok
lib/open.......................................................ok
lib/overload64.................................................ok
lib/overloading................................................ok
lib/overload...................................................ok
lib/perl5db....................................................ok
lib/Pod/t/eol..................................................ok
lib/Pod/t/Functions............................................ok
lib/Pod/t/htmlescp.............................................ok
lib/Pod/t/htmllink.............................................ok
lib/Pod/t/htmlview.............................................ok
lib/Pod/t/InputObjects.........................................ok
lib/Pod/t/Select...............................................ok
lib/Pod/t/Usage................................................ok
lib/Pod/t/utils................................................ok
lib/Search/Dict................................................ok
lib/SelectSaver................................................ok
lib/sigtrap....................................................ok
lib/sort.......................................................ok
lib/strict.....................................................ok
lib/subs.......................................................ok
lib/Symbol.....................................................ok
lib/Term/Complete..............................................ok
lib/Term/ReadLine..............................................ok
lib/Text/Abbrev................................................ok
lib/Thread.....................................................skipped
lib/Tie/Array/push.............................................ok
lib/Tie/Array/splice...........................................ok
lib/Tie/Array/stdpush..........................................ok
lib/Tie/Array/std..............................................ok
lib/Tie/Handle/stdhandle_from_handle...........................ok
lib/Tie/Handle/stdhandle.......................................ok
lib/Tie/Scalar.................................................ok
lib/Tie/SubstrHash.............................................ok
lib/Time/gmtime................................................ok
lib/Time/localtime.............................................ok
lib/Unicode/UCD................................................ok
lib/User/grent.................................................ok
lib/User/pwent.................................................ok
lib/utf8.......................................................ok
lib/vars_carp..................................................ok
lib/vars.......................................................ok
lib/version....................................................ok
lib/vmsish.....................................................ok
lib/warnings...................................................ok
t/x2p/s2p......................................................ok
t/porting/args_assert..........................................ok
t/porting/checkcase............................................ok
t/porting/diag.................................................ok
t/porting/maintainers..........................................ok
t/porting/manifest.............................................ok
t/porting/podcheck.............................................ok
t/porting/test_bootstrap.......................................ok
All tests successful.
u=2.89 s=1.49 cu=280.04 cs=43.53 scripts=1696 tests=350040
make install.perl install.man STRIPFLAGS= DESTDIR=""
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2'
./miniperl -Ilib make_ext.pl cpan/Archive-Extract/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Archive::Extract (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Extract'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Extract'
Making all in cpan/Archive-Extract
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Extract'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Extract'
./miniperl -Ilib make_ext.pl cpan/Archive-Tar/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Archive::Tar (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Tar'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Tar'
Making all in cpan/Archive-Tar
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Tar'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Tar'
./miniperl -Ilib make_ext.pl dist/Attribute-Handlers/pm_to_blib MAKE=make LIBPER
L_A=libperl.a
Making Attribute::Handlers (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/At
tribute-Handlers'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Att
ribute-Handlers'
Making all in dist/Attribute-Handlers
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/At
tribute-Handlers'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Att
ribute-Handlers'
./miniperl -Ilib make_ext.pl cpan/autodie/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making autodie (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/au
todie'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/aut
odie'
Making all in cpan/autodie
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/au
todie'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/aut
odie'
./miniperl -Ilib make_ext.pl cpan/AutoLoader/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making AutoLoader (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Au
toLoader'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Aut
oLoader'
Making all in cpan/AutoLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Au
toLoader'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Aut
oLoader'
./miniperl -Ilib make_ext.pl ext/autouse/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making autouse (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/aut
ouse'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/auto
use'
Making all in ext/autouse
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/aut
ouse'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/auto
use'
./miniperl -Ilib make_ext.pl dist/base/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making base (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/ba
se'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/bas
e'
Making all in dist/base
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/ba
se'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/bas
e'
./miniperl -Ilib make_ext.pl cpan/B-Debug/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making B::Debug (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Debug'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-D
ebug'
Making all in cpan/B-Debug
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Debug'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-D
ebug'
./miniperl -Ilib make_ext.pl dist/B-Deparse/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making B::Deparse (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-
Deparse'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-D
eparse'
Making all in dist/B-Deparse
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-
Deparse'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-D
eparse'
./miniperl -Ilib make_ext.pl cpan/bignum/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making bignum (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/bi
gnum'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/big
num'
Making all in cpan/bignum
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/bi
gnum'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/big
num'
./miniperl -Ilib make_ext.pl cpan/B-Lint/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making B::Lint (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Lint'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-L
int'
Making all in cpan/B-Lint
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Lint'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-L
int'
./miniperl -Ilib make_ext.pl cpan/CGI/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making CGI (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CG
I'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CGI
'
Making all in cpan/CGI
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CG
I'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CGI
'
./miniperl -Ilib make_ext.pl cpan/Class-ISA/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Class::ISA (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cl
ass-ISA'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cla
ss-ISA'
Making all in cpan/Class-ISA
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cl
ass-ISA'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cla
ss-ISA'
./miniperl -Ilib make_ext.pl dist/constant/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making constant (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/co
nstant'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/con
stant'
Making all in dist/constant
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/co
nstant'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/con
stant'
./miniperl -Ilib make_ext.pl cpan/CPAN/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making CPAN (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
AN'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
N'
Making all in cpan/CPAN
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
AN'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
N'
./miniperl -Ilib make_ext.pl cpan/CPANPLUS/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making CPANPLUS (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS'
Making all in cpan/CPANPLUS
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS'
./miniperl -Ilib make_ext.pl cpan/CPANPLUS-Dist-Build/pm_to_blib MAKE=make LIBPE
RL_A=libperl.a
Making CPANPLUS::Dist::Build (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS-Dist-Build'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS-Dist-Build'
Making all in cpan/CPANPLUS-Dist-Build
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS-Dist-Build'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS-Dist-Build'
./miniperl -Ilib make_ext.pl ext/Devel-SelfStubber/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making Devel::SelfStubber (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-SelfStubber'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-SelfStubber'
Making all in ext/Devel-SelfStubber
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-SelfStubber'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-SelfStubber'
./miniperl -Ilib make_ext.pl cpan/Digest/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making Digest (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est'
Making all in cpan/Digest
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est'
./miniperl -Ilib make_ext.pl cpan/encoding-warnings/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making encoding::warnings (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/en
coding-warnings'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/enc
oding-warnings'
Making all in cpan/encoding-warnings
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/en
coding-warnings'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/enc
oding-warnings'
./miniperl -Ilib make_ext.pl ext/Errno/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Errno (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Err
no'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Errn
o'
Making all in ext/Errno
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Err
no'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Errn
o'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-CBuilder/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making ExtUtils::CBuilder (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-CBuilder'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-CBuilder'
Making all in cpan/ExtUtils-CBuilder
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-CBuilder'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-CBuilder'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-Command/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making ExtUtils::Command (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Command'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Command'
Making all in cpan/ExtUtils-Command
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Command'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Command'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-Constant/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making ExtUtils::Constant (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Constant'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Constant'
Making all in cpan/ExtUtils-Constant
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Constant'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Constant'
./miniperl -Ilib make_ext.pl dist/ExtUtils-Install/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making ExtUtils::Install (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ex
tUtils-Install'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ext
Utils-Install'
Making all in dist/ExtUtils-Install
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ex
tUtils-Install'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ext
Utils-Install'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-MakeMaker/pm_to_blib MAKE=make LIBPER
L_A=libperl.a
Making ExtUtils::MakeMaker (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-MakeMaker'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-MakeMaker'
Making all in cpan/ExtUtils-MakeMaker
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-MakeMaker'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-MakeMaker'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-Manifest/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making ExtUtils::Manifest (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Manifest'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Manifest'
Making all in cpan/ExtUtils-Manifest
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Manifest'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Manifest'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-ParseXS/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making ExtUtils::ParseXS (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-ParseXS'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-ParseXS'
Making all in cpan/ExtUtils-ParseXS
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-ParseXS'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-ParseXS'
./miniperl -Ilib make_ext.pl ext/FileCache/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making FileCache (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
eCache'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
Cache'
Making all in ext/FileCache
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
eCache'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
Cache'
./miniperl -Ilib make_ext.pl cpan/File-Fetch/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making File::Fetch (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Fetch'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Fetch'
Making all in cpan/File-Fetch
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Fetch'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Fetch'
./miniperl -Ilib make_ext.pl cpan/File-Path/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making File::Path (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Path'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Path'
Making all in cpan/File-Path
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Path'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Path'
./miniperl -Ilib make_ext.pl cpan/File-Temp/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making File::Temp (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Temp'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Temp'
Making all in cpan/File-Temp
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Temp'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Temp'
./miniperl -Ilib make_ext.pl dist/Filter-Simple/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making Filter::Simple (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fi
lter-Simple'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fil
ter-Simple'
Making all in dist/Filter-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fi
lter-Simple'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fil
ter-Simple'
./miniperl -Ilib make_ext.pl cpan/Getopt-Long/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Getopt::Long (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ge
topt-Long'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Get
opt-Long'
Making all in cpan/Getopt-Long
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ge
topt-Long'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Get
opt-Long'
./miniperl -Ilib make_ext.pl dist/I18N-LangTags/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making I18N::LangTags (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I1
8N-LangTags'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I18
N-LangTags'
Making all in dist/I18N-LangTags
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I1
8N-LangTags'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I18
N-LangTags'
./miniperl -Ilib make_ext.pl cpan/if/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making if (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if
'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if'
Making all in cpan/if
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if
'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if'
./miniperl -Ilib make_ext.pl cpan/IO-Compress/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making IO::Compress (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Compress'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Compress'
Making all in cpan/IO-Compress
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Compress'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Compress'
./miniperl -Ilib make_ext.pl cpan/IO-Zlib/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making IO::Zlib (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Zlib'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Zlib'
Making all in cpan/IO-Zlib
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Zlib'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Zlib'
./miniperl -Ilib make_ext.pl cpan/IPC-Cmd/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making IPC::Cmd (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-Cmd'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-Cmd'
Making all in cpan/IPC-Cmd
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-Cmd'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-Cmd'
./miniperl -Ilib make_ext.pl ext/IPC-Open2/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making IPC::Open2 (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open2'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open2'
Making all in ext/IPC-Open2
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open2'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open2'
./miniperl -Ilib make_ext.pl ext/IPC-Open3/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making IPC::Open3 (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open3'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open3'
Making all in ext/IPC-Open3
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open3'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open3'
./miniperl -Ilib make_ext.pl dist/lib/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making lib (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/li
b'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/lib
'
Making all in dist/lib
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/li
b'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/lib
'
./miniperl -Ilib make_ext.pl cpan/libnet/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making libnet (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/li
bnet'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/lib
net'
Making all in cpan/libnet
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/li
bnet'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/lib
net'
./miniperl -Ilib make_ext.pl cpan/Locale-Codes/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Locale::Codes (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Codes'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Codes'
Making all in cpan/Locale-Codes
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Codes'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Codes'
./miniperl -Ilib make_ext.pl dist/Locale-Maketext/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Locale::Maketext (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Lo
cale-Maketext'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Loc
ale-Maketext'
Making all in dist/Locale-Maketext
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Lo
cale-Maketext'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Loc
ale-Maketext'
./miniperl -Ilib make_ext.pl cpan/Locale-Maketext-Simple/pm_to_blib MAKE=make LI
BPERL_A=libperl.a
Making Locale::Maketext::Simple (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Maketext-Simple'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Maketext-Simple'
Making all in cpan/Locale-Maketext-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Maketext-Simple'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Maketext-Simple'
./miniperl -Ilib make_ext.pl cpan/Log-Message/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Log::Message (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message'
Making all in cpan/Log-Message
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message'
./miniperl -Ilib make_ext.pl cpan/Log-Message-Simple/pm_to_blib MAKE=make LIBPER
L_A=libperl.a
Making Log::Message::Simple (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message-Simple'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message-Simple'
Making all in cpan/Log-Message-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message-Simple'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message-Simple'
./miniperl -Ilib make_ext.pl cpan/Math-BigInt/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Math::BigInt (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt'
Making all in cpan/Math-BigInt
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt'
./miniperl -Ilib make_ext.pl cpan/Math-BigRat/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Math::BigRat (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigRat'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigRat'
Making all in cpan/Math-BigRat
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigRat'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigRat'
./miniperl -Ilib make_ext.pl cpan/Math-Complex/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Math::Complex (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-Complex'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-Complex'
Making all in cpan/Math-Complex
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-Complex'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-Complex'
./miniperl -Ilib make_ext.pl cpan/Memoize/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making Memoize (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Me
moize'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mem
oize'
Making all in cpan/Memoize
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Me
moize'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mem
oize'
./miniperl -Ilib make_ext.pl cpan/Module-Build/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Module::Build (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Build'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Build'
Making all in cpan/Module-Build
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Build'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Build'
./miniperl -Ilib make_ext.pl dist/Module-CoreList/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Module::CoreList (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mo
dule-CoreList'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mod
ule-CoreList'
Making all in dist/Module-CoreList
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mo
dule-CoreList'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mod
ule-CoreList'
./miniperl -Ilib make_ext.pl cpan/Module-Load/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Module::Load (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load'
Making all in cpan/Module-Load
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load'
./miniperl -Ilib make_ext.pl cpan/Module-Load-Conditional/pm_to_blib MAKE=make L
IBPERL_A=libperl.a
Making Module::Load::Conditional (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load-Conditional'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load-Conditional'
Making all in cpan/Module-Load-Conditional
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load-Conditional'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load-Conditional'
./miniperl -Ilib make_ext.pl cpan/Module-Loaded/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making Module::Loaded (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Loaded'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Loaded'
Making all in cpan/Module-Loaded
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Loaded'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Loaded'
./miniperl -Ilib make_ext.pl cpan/Module-Pluggable/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making Module::Pluggable (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Pluggable'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Pluggable'
Making all in cpan/Module-Pluggable
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Pluggable'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Pluggable'
./miniperl -Ilib make_ext.pl dist/Net-Ping/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making Net::Ping (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ne
t-Ping'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Net
-Ping'
Making all in dist/Net-Ping
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ne
t-Ping'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Net
-Ping'
./miniperl -Ilib make_ext.pl cpan/NEXT/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making NEXT (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NE
XT'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NEX
T'
Making all in cpan/NEXT
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NE
XT'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NEX
T'
./miniperl -Ilib make_ext.pl cpan/Object-Accessor/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Object::Accessor (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ob
ject-Accessor'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Obj
ect-Accessor'
Making all in cpan/Object-Accessor
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ob
ject-Accessor'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Obj
ect-Accessor'
./miniperl -Ilib make_ext.pl cpan/Package-Constants/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making Package::Constants (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
ckage-Constants'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pac
kage-Constants'
Making all in cpan/Package-Constants
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
ckage-Constants'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pac
kage-Constants'
./miniperl -Ilib make_ext.pl cpan/Params-Check/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Params::Check (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rams-Check'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
ams-Check'
Making all in cpan/Params-Check
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rams-Check'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
ams-Check'
./miniperl -Ilib make_ext.pl cpan/parent/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making parent (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pa
rent'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/par
ent'
Making all in cpan/parent
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pa
rent'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/par
ent'
./miniperl -Ilib make_ext.pl cpan/Parse-CPAN-Meta/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Parse::CPAN::Meta (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rse-CPAN-Meta'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
se-CPAN-Meta'
Making all in cpan/Parse-CPAN-Meta
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rse-CPAN-Meta'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
se-CPAN-Meta'
./miniperl -Ilib make_ext.pl cpan/PerlIO-via-QuotedPrint/pm_to_blib MAKE=make LI
BPERL_A=libperl.a
Making PerlIO::via::QuotedPrint (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pe
rlIO-via-QuotedPrint'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Per
lIO-via-QuotedPrint'
Making all in cpan/PerlIO-via-QuotedPrint
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pe
rlIO-via-QuotedPrint'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Per
lIO-via-QuotedPrint'
./miniperl -Ilib make_ext.pl cpan/Pod-Escapes/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Pod::Escapes (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Escapes'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Escapes'
Making all in cpan/Pod-Escapes
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Escapes'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Escapes'
./miniperl -Ilib make_ext.pl cpan/Pod-LaTeX/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Pod::LaTeX (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-LaTeX'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-LaTeX'
Making all in cpan/Pod-LaTeX
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-LaTeX'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-LaTeX'
./miniperl -Ilib make_ext.pl cpan/podlators/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making podlators (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/po
dlators'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pod
lators'
Making all in cpan/podlators
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/po
dlators'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pod
lators'
./miniperl -Ilib make_ext.pl cpan/Pod-Parser/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making Pod::Parser (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Parser'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Parser'
Making all in cpan/Pod-Parser
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Parser'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Parser'
./miniperl -Ilib make_ext.pl dist/Pod-Perldoc/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Pod::Perldoc (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Perldoc'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Perldoc'
Making all in dist/Pod-Perldoc
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Perldoc'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Perldoc'
./miniperl -Ilib make_ext.pl dist/Pod-Plainer/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Pod::Plainer (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Plainer'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Plainer'
Making all in dist/Pod-Plainer
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Plainer'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Plainer'
./miniperl -Ilib make_ext.pl cpan/Pod-Simple/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making Pod::Simple (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Simple'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Simple'
Making all in cpan/Pod-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Simple'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Simple'
./miniperl -Ilib make_ext.pl dist/Safe/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Safe (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sa
fe'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Saf
e'
Making all in dist/Safe
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sa
fe'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Saf
e'
./miniperl -Ilib make_ext.pl dist/SelfLoader/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making SelfLoader (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Se
lfLoader'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sel
fLoader'
Making all in dist/SelfLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Se
lfLoader'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sel
fLoader'
./miniperl -Ilib make_ext.pl cpan/Shell/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Shell (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sh
ell'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/She
ll'
Making all in cpan/Shell
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sh
ell'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/She
ll'
./miniperl -Ilib make_ext.pl dist/Switch/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making Switch (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sw
itch'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Swi
tch'
Making all in dist/Switch
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sw
itch'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Swi
tch'
./miniperl -Ilib make_ext.pl cpan/Term-ANSIColor/pm_to_blib MAKE=make LIBPERL_A=
libperl.a
Making Term::ANSIColor (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-ANSIColor'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-ANSIColor'
Making all in cpan/Term-ANSIColor
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-ANSIColor'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-ANSIColor'
./miniperl -Ilib make_ext.pl cpan/Term-Cap/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making Term::Cap (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-Cap'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-Cap'
Making all in cpan/Term-Cap
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-Cap'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-Cap'
./miniperl -Ilib make_ext.pl cpan/Term-UI/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making Term::UI (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-UI'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-UI'
Making all in cpan/Term-UI
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-UI'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-UI'
./miniperl -Ilib make_ext.pl cpan/Test/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Test (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t'
Making all in cpan/Test
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t'
./miniperl -Ilib make_ext.pl cpan/Test-Harness/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Test::Harness (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Harness'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Harness'
Making all in cpan/Test-Harness
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Harness'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Harness'
./miniperl -Ilib make_ext.pl cpan/Test-Simple/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Test::Simple (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Simple'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Simple'
Making all in cpan/Test-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Simple'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Simple'
./miniperl -Ilib make_ext.pl cpan/Text-Balanced/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making Text::Balanced (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Balanced'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Balanced'
Making all in cpan/Text-Balanced
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Balanced'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Balanced'
./miniperl -Ilib make_ext.pl cpan/Text-ParseWords/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Text::ParseWords (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-ParseWords'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-ParseWords'
Making all in cpan/Text-ParseWords
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-ParseWords'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-ParseWords'
./miniperl -Ilib make_ext.pl cpan/Text-Tabs/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Text::Tabs (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Tabs'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Tabs'
Making all in cpan/Text-Tabs
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Tabs'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Tabs'
./miniperl -Ilib make_ext.pl dist/Thread-Queue/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Thread::Queue (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Queue'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Queue'
Making all in dist/Thread-Queue
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Queue'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Queue'
./miniperl -Ilib make_ext.pl dist/Thread-Semaphore/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making Thread::Semaphore (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Semaphore'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Semaphore'
Making all in dist/Thread-Semaphore
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Semaphore'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Semaphore'
./miniperl -Ilib make_ext.pl cpan/Tie-File/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making Tie::File (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-File'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-File'
Making all in cpan/Tie-File
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-File'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-File'
./miniperl -Ilib make_ext.pl ext/Tie-Memoize/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making Tie::Memoize (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie
-Memoize'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie-
Memoize'
Making all in ext/Tie-Memoize
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie
-Memoize'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie-
Memoize'
./miniperl -Ilib make_ext.pl cpan/Tie-RefHash/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Tie::RefHash (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-RefHash'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-RefHash'
Making all in cpan/Tie-RefHash
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-RefHash'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-RefHash'
./miniperl -Ilib make_ext.pl ext/Time-Local/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Time::Local (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tim
e-Local'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Time
-Local'
Making all in ext/Time-Local
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tim
e-Local'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Time
-Local'
./miniperl -Ilib make_ext.pl cpan/Unicode-Collate/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Unicode::Collate (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Collate'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Collate'
Making all in cpan/Unicode-Collate
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Collate'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Collate'
./miniperl -Ilib make_ext.pl dist/XSLoader/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making XSLoader (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XS
Loader'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XSL
oader'
Making all in dist/XSLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XS
Loader'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XSL
oader'
./miniperl -Ilib -Icpan/Cwd -Icpan/Cwd/lib lib/unicore/mktables -C lib/unicore -
P pod -maketest -makelist -p
Files seem to be ok, not bothering to rebuild.
./miniperl -Ilib make_ext.pl DynaLoader.o MAKE=make LIBPERL_A=libperl.a LINKTYPE
=static CCCDLFLAGS=
Making DynaLoader (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyn
aLoader'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyna
Loader'
Making all in ext/DynaLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS=
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyn
aLoader'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyna
Loader'
./miniperl -Ilib -Icpan/Cwd -Icpan/Cwd/lib mkppport
ppport.h in cpan/Cwd is up-to-date
ppport.h in cpan/DB_File is up-to-date
ppport.h in cpan/IPC-SysV is up-to-date
ppport.h in cpan/Time-HiRes is up-to-date
ppport.h in cpan/Win32API-File is up-to-date
./miniperl -Ilib make_ext.pl lib/auto/attributes/attributes.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making attributes (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/att
ributes'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/attr
ibutes'
Making all in ext/attributes
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/att
ributes'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/attr
ibutes'
./miniperl -Ilib make_ext.pl lib/auto/B/B.so MAKE=make LIBPERL_A=libperl.a LINKT
YPE=dynamic
Making B (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
Making all in ext/B
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Bzip2/Bzip2.so MAKE=make LIBP
ERL_A=libperl.a LINKTYPE=dynamic
Making Compress::Raw::Bzip2 (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Bzip2'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Bzip2'
Making all in cpan/Compress-Raw-Bzip2
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Bzip2'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Bzip2'
./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Zlib/Zlib.so MAKE=make LIBPER
L_A=libperl.a LINKTYPE=dynamic
Making Compress::Raw::Zlib (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Zlib'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Zlib'
Making all in cpan/Compress-Raw-Zlib
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Zlib'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Zlib'
./miniperl -Ilib make_ext.pl lib/auto/Cwd/Cwd.so MAKE=make LIBPERL_A=libperl.a L
INKTYPE=dynamic
Making Cwd (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cw
d'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cwd
'
Making all in cpan/Cwd
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cw
d'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cwd
'
./miniperl -Ilib make_ext.pl lib/auto/Data/Dumper/Dumper.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making Data::Dumper (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Da
ta-Dumper'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Dat
a-Dumper'
Making all in dist/Data-Dumper
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Da
ta-Dumper'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Dat
a-Dumper'
./miniperl -Ilib make_ext.pl lib/auto/DB_File/DB_File.so MAKE=make LIBPERL_A=lib
perl.a LINKTYPE=dynamic
Making DB_File (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB
_File'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB_
File'
Making all in cpan/DB_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB
_File'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB_
File'
./miniperl -Ilib make_ext.pl lib/auto/Devel/DProf/DProf.so MAKE=make LIBPERL_A=l
ibperl.a LINKTYPE=dynamic
Making Devel::DProf (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-DProf'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-DProf'
Making all in ext/Devel-DProf
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-DProf'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-DProf'
./miniperl -Ilib make_ext.pl lib/auto/Devel/Peek/Peek.so MAKE=make LIBPERL_A=lib
perl.a LINKTYPE=dynamic
Making Devel::Peek (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-Peek'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-Peek'
Making all in ext/Devel-Peek
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-Peek'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-Peek'
./miniperl -Ilib make_ext.pl lib/auto/Devel/PPPort/PPPort.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making Devel::PPPort (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/De
vel-PPPort'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dev
el-PPPort'
Making all in cpan/Devel-PPPort
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/De
vel-PPPort'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dev
el-PPPort'
./miniperl -Ilib make_ext.pl lib/auto/Digest/MD5/MD5.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making Digest::MD5 (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-MD5'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-MD5'
Making all in cpan/Digest-MD5
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-MD5'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-MD5'
./miniperl -Ilib make_ext.pl lib/auto/Digest/SHA/SHA.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making Digest::SHA (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-SHA'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-SHA'
Making all in cpan/Digest-SHA
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-SHA'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-SHA'
./miniperl -Ilib make_ext.pl lib/auto/Encode/Encode.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making Encode (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode'
Making all in cpan/Encode
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code'
make[3]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/Byte'
make[3]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/Byte'
make[3]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/CN'
make[3]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/CN'
make[3]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/EBCDIC'
make[3]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/EBCDIC'
make[3]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/JP'
make[3]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/JP'
make[3]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/KR'
make[3]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/KR'
make[3]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/Symbol'
make[3]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/Symbol'
make[3]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/TW'
make[3]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/TW'
make[3]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/Unicode'
make[3]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/Unicode'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode'
./miniperl -Ilib make_ext.pl lib/auto/Fcntl/Fcntl.so MAKE=make LIBPERL_A=libperl
.a LINKTYPE=dynamic
Making Fcntl (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcn
tl'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcnt
l'
Making all in ext/Fcntl
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcn
tl'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcnt
l'
./miniperl -Ilib make_ext.pl lib/auto/File/Glob/Glob.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making File::Glob (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
e-Glob'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
-Glob'
Making all in ext/File-Glob
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
e-Glob'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
-Glob'
./miniperl -Ilib make_ext.pl lib/auto/Filter/Util/Call/Call.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making Filter::Util::Call (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
lter-Util-Call'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
ter-Util-Call'
Making all in cpan/Filter-Util-Call
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
lter-Util-Call'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
ter-Util-Call'
./miniperl -Ilib make_ext.pl lib/auto/GDBM_File/GDBM_File.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making GDBM_File (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDB
M_File'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDBM
_File'
Making all in ext/GDBM_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDB
M_File'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDBM
_File'
./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/Util.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making Hash::Util (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util'
Making all in ext/Hash-Util
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util'
./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/FieldHash/FieldHash.so MAKE=make
LIBPERL_A=libperl.a LINKTYPE=dynamic
Making Hash::Util::FieldHash (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util-FieldHash'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util-FieldHash'
Making all in ext/Hash-Util-FieldHash
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util-FieldHash'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util-FieldHash'
./miniperl -Ilib make_ext.pl lib/auto/I18N/Langinfo/Langinfo.so MAKE=make LIBPER
L_A=libperl.a LINKTYPE=dynamic
Making I18N::Langinfo (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18
N-Langinfo'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18N
-Langinfo'
Making all in ext/I18N-Langinfo
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18
N-Langinfo'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18N
-Langinfo'
./miniperl -Ilib make_ext.pl lib/auto/IO/IO.so MAKE=make LIBPERL_A=libperl.a LIN
KTYPE=dynamic
Making IO (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO
'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO'
Making all in dist/IO
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO
'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO'
./miniperl -Ilib make_ext.pl lib/auto/IPC/SysV/SysV.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making IPC::SysV (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-SysV'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-SysV'
Making all in cpan/IPC-SysV
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-SysV'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-SysV'
./miniperl -Ilib make_ext.pl lib/auto/List/Util/Util.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making List::Util (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Li
st-Util'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lis
t-Util'
Making all in cpan/List-Util
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Li
st-Util'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lis
t-Util'
./miniperl -Ilib make_ext.pl lib/auto/Math/BigInt/FastCalc/FastCalc.so MAKE=make
LIBPERL_A=libperl.a LINKTYPE=dynamic
Making Math::BigInt::FastCalc (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt-FastCalc'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt-FastCalc'
Making all in cpan/Math-BigInt-FastCalc
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt-FastCalc'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt-FastCalc'
./miniperl -Ilib make_ext.pl lib/auto/MIME/Base64/Base64.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making MIME::Base64 (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MI
ME-Base64'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MIM
E-Base64'
Making all in cpan/MIME-Base64
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MI
ME-Base64'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MIM
E-Base64'
./miniperl -Ilib make_ext.pl lib/auto/mro/mro.so MAKE=make LIBPERL_A=libperl.a L
INKTYPE=dynamic
Making mro (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro
'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro'
Making all in ext/mro
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro
'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro'
./miniperl -Ilib make_ext.pl lib/auto/NDBM_File/NDBM_File.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making NDBM_File (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDB
M_File'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDBM
_File'
Making all in ext/NDBM_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDB
M_File'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDBM
_File'
./miniperl -Ilib make_ext.pl lib/auto/Opcode/Opcode.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making Opcode (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opc
ode'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opco
de'
Making all in ext/Opcode
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opc
ode'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opco
de'
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/encoding/encoding.so MAKE=make LIBP
ERL_A=libperl.a LINKTYPE=dynamic
Making PerlIO::encoding (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-encoding'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-encoding'
Making all in ext/PerlIO-encoding
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-encoding'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-encoding'
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/scalar/scalar.so MAKE=make LIBPERL_
A=libperl.a LINKTYPE=dynamic
Making PerlIO::scalar (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-scalar'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-scalar'
Making all in ext/PerlIO-scalar
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-scalar'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-scalar'
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/via/via.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making PerlIO::via (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-via'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-via'
Making all in ext/PerlIO-via
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-via'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-via'
./miniperl -Ilib make_ext.pl lib/auto/POSIX/POSIX.so MAKE=make LIBPERL_A=libperl
.a LINKTYPE=dynamic
Making POSIX (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POS
IX'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POSI
X'
Making all in ext/POSIX
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POS
IX'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POSI
X'
./miniperl -Ilib make_ext.pl lib/auto/re/re.so MAKE=make LIBPERL_A=libperl.a LIN
KTYPE=dynamic
Making re (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
Making all in ext/re
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
./miniperl -Ilib make_ext.pl lib/auto/SDBM_File/SDBM_File.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making SDBM_File (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDB
M_File'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDBM
_File'
Making all in ext/SDBM_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDB
M_File'
make[3]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDB
M_File/sdbm'
make[3]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDBM
_File/sdbm'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDBM
_File'
./miniperl -Ilib make_ext.pl lib/auto/Socket/Socket.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making Socket (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Soc
ket'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sock
et'
Making all in ext/Socket
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Soc
ket'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sock
et'
./miniperl -Ilib make_ext.pl lib/auto/Storable/Storable.so MAKE=make LIBPERL_A=l
ibperl.a LINKTYPE=dynamic
Making Storable (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/St
orable'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sto
rable'
Making all in dist/Storable
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/St
orable'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sto
rable'
./miniperl -Ilib make_ext.pl lib/auto/Sys/Hostname/Hostname.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making Sys::Hostname (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys
-Hostname'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys-
Hostname'
Making all in ext/Sys-Hostname
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys
-Hostname'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys-
Hostname'
./miniperl -Ilib make_ext.pl lib/auto/Sys/Syslog/Syslog.so MAKE=make LIBPERL_A=l
ibperl.a LINKTYPE=dynamic
Making Sys::Syslog (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sy
s-Syslog'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sys
-Syslog'
Making all in cpan/Sys-Syslog
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sy
s-Syslog'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sys
-Syslog'
./miniperl -Ilib make_ext.pl lib/auto/Text/Soundex/Soundex.so MAKE=make LIBPERL_
A=libperl.a LINKTYPE=dynamic
Making Text::Soundex (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Soundex'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Soundex'
Making all in cpan/Text-Soundex
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Soundex'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Soundex'
./miniperl -Ilib make_ext.pl lib/auto/threads/threads.so MAKE=make LIBPERL_A=lib
perl.a LINKTYPE=dynamic
Making threads (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads'
Making all in dist/threads
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads'
./miniperl -Ilib make_ext.pl lib/auto/threads/shared/shared.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making threads::shared (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads-shared'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads-shared'
Making all in dist/threads-shared
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads-shared'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads-shared'
./miniperl -Ilib make_ext.pl lib/auto/Time/HiRes/HiRes.so MAKE=make LIBPERL_A=li
bperl.a LINKTYPE=dynamic
Making Time::HiRes (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-HiRes'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-HiRes'
Making all in cpan/Time-HiRes
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-HiRes'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-HiRes'
./miniperl -Ilib make_ext.pl lib/auto/Time/Piece/Piece.so MAKE=make LIBPERL_A=li
bperl.a LINKTYPE=dynamic
Making Time::Piece (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-Piece'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-Piece'
Making all in cpan/Time-Piece
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-Piece'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-Piece'
./miniperl -Ilib make_ext.pl lib/auto/Unicode/Normalize/Normalize.so MAKE=make L
IBPERL_A=libperl.a LINKTYPE=dynamic
Making Unicode::Normalize (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Normalize'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Normalize'
Making all in cpan/Unicode-Normalize
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Normalize'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Normalize'
./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/APItest.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making XS::APItest (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest'
Making all in ext/XS-APItest
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest'
./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/KeywordRPN/KeywordRPN.so MAKE=m
ake LIBPERL_A=libperl.a LINKTYPE=dynamic
Making XS::APItest::KeywordRPN (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest-KeywordRPN'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest-KeywordRPN'
Making all in ext/XS-APItest-KeywordRPN
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest-KeywordRPN'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest-KeywordRPN'
./miniperl -Ilib make_ext.pl lib/auto/XS/Typemap/Typemap.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making XS::Typemap (all)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
Typemap'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-T
ypemap'
Making all in ext/XS-Typemap
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
Typemap'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-T
ypemap'
Making utilities
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/utils'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/utils'
Making x2p stuff
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
Everything is up to date. Type 'make test' to run test suite.
./perl installperl --destdir=
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/perl5.12.2
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/open2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/DB.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/filetest.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/open.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/hostname.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/dotsh.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/perl5db.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/vars.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/DBM_Filter.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/getcwd.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/vmsish.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/bigrat.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/bigint.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/look.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CORE.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/warnings.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/newgetopt.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/dumpvar.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/strict.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/validate.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/subs.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/FindBin.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/cacheout.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/locale.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/abbrev.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/version.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/sigtrap.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/fastcwd.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/importenv.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/blib.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/feature.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/getopts.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/exceptions.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/integer.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/English.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/UNIVERSAL.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/charnames.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/DirHandle.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/bigfloat.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/version.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/SelectSaver.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/getopt.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/AnyDBM_File.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/PerlIO.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/termcap.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Carp.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/tainted.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/bytes_heavy.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Exporter.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ctime.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/overload.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/flush.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/find.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/bytes.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/timelocal.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/assert.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/utf8.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Dumpvalue.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/overloading.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Thread.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/syslog.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/diagnostics.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Env.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/less.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/finddepth.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/deprecate.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/open3.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pwd.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/sort.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/utf8_heavy.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/shellwords.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Benchmark.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/FileHandle.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/stat.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Symbol.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/complete.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Config_git
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Config.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Config.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Config_hea
vy.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/re.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Fatal.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/autodie.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/AutoLoader.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/AutoSplit.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/autouse.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/fields.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/base.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/bignum.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/bigrat.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/bigint.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CGI.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/constant.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Digest.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Errno.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/FileCache.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/if.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/lib.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Memoize.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/NEXT.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/parent.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Safe.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/SelfLoader.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Shell.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Switch.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Test.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/XSLoader.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/DynaLoader
.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/attributes
.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/B.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/O.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Cwd.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/DB_File.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Encode.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/encoding.p
m
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Fcntl.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/GDBM_File.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/IO.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/mro.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/NDBM_File.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/ops.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Opcode.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/POSIX.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/POSIX.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/SDBM_File.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Socket.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Storable.p
m
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/threads.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/User/pwent.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/User/grent.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/version/Internals.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Functions.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Html.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Escapes.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/LaTeX.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/ParseLink.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Text.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Man.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/InputObjects.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Select.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/PlainText.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Checker.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Find.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/ParseUtils.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Usage.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Parser.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Perldoc.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Plainer.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Text/Termcap.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Text/Color.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Text/Overstrike.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Perldoc/ToNroff.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Perldoc/ToTk.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Perldoc/ToText.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Perldoc/BaseTo.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Perldoc/ToMan.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Perldoc/ToRtf.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Perldoc/GetOptsOO.p
m
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Perldoc/ToChecker.p
m
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Perldoc/ToPod.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Perldoc/ToXml.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/DumpAsText.p
m
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/LinkSection.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/Progress.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/XMLOutStream
.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/TextContent.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/Search.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/TranscodeSma
rt.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/Text.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/PullParserSt
artToken.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/Debug.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/Methody.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/PullParserEn
dToken.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/PullParserTe
xtToken.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/HTMLBatch.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/TranscodeDum
b.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/RTF.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/Checker.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/PullParser.p
m
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/PullParserTo
ken.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/SimpleTree.p
m
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/TiedOutFH.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/XHTML.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/HTML.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/Subclassing.
pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/BlackBox.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/DumpAsXML.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/HTMLLegacy.p
m
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Pod/Simple/Transcode.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/version
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/StandardizedVar
iants.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/BidiMirroring.t
xt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/Blocks.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/NamedSqProv.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/Jamo.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/NameAliases.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/PropList.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/DAge.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/PropValueAliase
s.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/NamesList.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/mktables
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/DNormalizationP
rops.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/ReadMe.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/HangulSyllableT
ype.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/EastAsianWidth.
txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/CaseFolding.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/Scripts.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/LineBreak.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/PropertyAliases
.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/ArabicShaping.t
xt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/SpecialCasing.t
xt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/CJKRadicals.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/NamedSequences.
txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/DCoreProperties
.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/UnicodeData.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/CompositionExcl
usions.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/NormalizationCo
rrections.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/Index.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/Decomposition.p
l
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/CombiningClass.
pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/Name.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/Heavy.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/TestProp.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/mktables.lst
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/extracted/DEast
AsianWidth.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/extracted/DGene
ralCategory.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/extracted/DComb
iningClass.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/extracted/DLine
Break.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/extracted/DJoin
Type.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/extracted/DBidi
Class.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/extracted/DDeco
mpositionType.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/extracted/DNumV
alues.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/extracted/DBina
ryProperties.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/extracted/DJoin
Group.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/extracted/DNumT
ype.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/auxiliary/GCBTe
st.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/auxiliary/WordB
reakProperty.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/auxiliary/Sente
nceBreakProperty.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/auxiliary/Graph
emeBreakProperty.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/To/Digit.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/To/Upper.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/To/Fold.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/To/Lower.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/To/Title.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/To/NFKCCF.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/To/Bmg.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Upper/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Upper/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lower/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lower/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/OLower/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/OLower/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/VS/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/VS/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/CompEx/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/CompEx/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/CWKCF/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/CWKCF/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/NFKCQC/M.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/NFKCQC/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/NFKCQC/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Age/1_1.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Age/2_0.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Age/2_1.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Age/3_0.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Age/3_1.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Age/3_2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Age/4_0.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Age/4_1.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Age/5_0.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Age/5_1.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Age/5_2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Age/Unassig
n.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/GCB/L.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/GCB/T.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/GCB/V.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/GCB/CN.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/GCB/CR.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/GCB/EX.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/GCB/LF.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/GCB/LV.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/GCB/PP.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/GCB/SM.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/GCB/XX.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/GCB/LVT.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/LOE/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/BidiM/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/BidiM/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/NFDQC/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/NFDQC/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/AI.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/AL.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/B2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/BA.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/BB.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/BK.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/CB.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/CL.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/CM.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/CP.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/EX.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/GL.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/HY.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/ID.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/IN.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/IS.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/NL.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/NS.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/NU.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/OP.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/PO.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/PR.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/QU.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/SA.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/SG.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/SP.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/SY.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/WJ.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/XX.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Lb/ZW.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Lao.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/NKo.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Vai.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Cham.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Lisu.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Tags.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Thai.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/ASCII.p
l
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Bamum.p
l
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Buhid.p
l
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Greek.p
l
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Khmer.p
l
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Limbu.p
l
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Ogham.p
l
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Oriya.p
l
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Runic.p
l
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/TaiLe.p
l
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Tamil.p
l
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Arabic.
pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Arrows.
pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Carian.
pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Coptic.
pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Gothic.
pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Hebrew.
pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Kaithi.
pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Kanbun.
pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Latin1.
pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Lepcha.
pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Lycian.
pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Lydian.
pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Rejang.
pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Syriac.
pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Telugu.
pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Thaana.
pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Avestan
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Bengali
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Deseret
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Hanunoo
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Kannada
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/KayahLi
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Myanmar
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/NoBlock
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/OlChiki
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Osmanya
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/PhagsPa
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Shavian
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Sinhala
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Tagalog
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/TaiTham
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/TaiViet
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Tibetan
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Armenia
n.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Balines
e.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Bopomof
o.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Bugines
e.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Cheroke
e.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Cyrilli
c.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Dingbat
s.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Ethiopi
c.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Georgia
n.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Gujarat
i.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Gurmukh
i.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Hiragan
a.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Javanes
e.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Katakan
a.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Special
s.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Tagbanw
a.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Tifinag
h.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Ugariti
c.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Cuneifo
r.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Malayal
a.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Mongoli
a.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/NewTaiL
u.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/OldItal
i.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/OldTurk
i.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Samarit
a.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Sundane
s.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/BoxDraw
i.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/CJKStro
k.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Devanag
a.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Glagoli
t.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/HangulJ
a.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Kharosh
t.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/OldPers
i.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Phoenic
i.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Private
U.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Saurash
t.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/YiRadic
a.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/DominoT
i.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/MeeteiM
a.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/NumberF
o.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/SylotiN
a.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/YiSylla
b.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/KhmerSy
m.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Mahjong
T.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Phaisto
s.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/AegeanN
u.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/BlockEl
e.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/GreekEx
t.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/IPAExte
n.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/LowSurr
o.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Vertica
l.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Ancient
S.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/HighSur
r.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/KangxiR
a.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/LatinEx
t.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/LatinEx
2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/LatinEx
3.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/LatinEx
4.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Musical
S.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Braille
P.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Control
P.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Currenc
y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Geometr
i.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/HangulS
y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Imperia
l.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/OldSout
h.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/VedicEx
t.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/ArabicS
u.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Bopomof
2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/CJKComp
a.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Cypriot
S.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Ethiopi
2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/LinearB
I.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/LinearB
S.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Myanmar
E.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Canadia
n.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Cyrilli
2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Cyrilli
3.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Letterl
i.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/SmallFo
r.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Combini
n.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Cyrilli
4.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Devanag
2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Ethiopi
3.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/General
P.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Georgia
2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Phoneti
c.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/RumiNum
e.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/TaiXuan
J.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Variati
o.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Ancient
G.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Countin
g.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Egyptia
n.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/HangulJ
2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/HangulJ
3.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Modifie
r.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Supplem
e.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Supplem
2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/CJKUnif
i.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Inscrip
t.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Miscell
a.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/CJKComp
2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/CJKRadi
c.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Enclose
d.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Inscrip
2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Mathema
t.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/YijingH
e.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/CommonI
n.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Miscell
2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Spacing
M.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Byzanti
n.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/HangulC
o.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/LatinEx
5.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Supplem
3.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/ArabicP
r.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/ArabicP
2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/CJKSymb
o.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Combini
2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/HighPri
v.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Combini
3.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Supersc
r.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/CJKComp
3.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Halfwid
t.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Katakan
2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Alphabe
t.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Ancient
2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Enclose
2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Optical
C.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Phoneti
2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Supplem
4.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Supplem
5.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Variati
2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Enclose
3.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Miscell
3.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/CJKUnif
2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/CJKUnif
3.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/CJKUnif
4.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Cuneifo
2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Enclose
4.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Mathema
2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Ideogra
p.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Miscell
4.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Miscell
5.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Supplem
6.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Combini
4.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/CJKComp
4.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Blk/Unified
C.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ea/A.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ea/F.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ea/H.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ea/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ea/W.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ea/Na.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/AHex/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/AHex/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/In/2_0.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/In/2_1.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/In/3_0.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/In/3_1.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/In/3_2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/In/4_0.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/In/4_1.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/In/5_0.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/In/5_1.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/In/5_2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ext/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ext/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/IDST/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/IDST/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/CE/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/CE/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/STerm/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/STerm/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Dt/Nb.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Dt/Com.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Dt/Enc.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Dt/Fin.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Dt/Fra.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Dt/Iso.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Dt/Med.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Dt/Nar.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Dt/Sml.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Dt/Sqr.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Dt/Sub.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Dt/Sup.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Dt/Font.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Dt/Init.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Dt/None.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Dt/Vert.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Dt/NonCanon
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/OMath/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/OMath/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Hyphen/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Hyphen/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Space/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Space/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/XIDC/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/XIDC/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/XIDS/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/XIDS/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Yi.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Han.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Lao.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Nko.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Vai.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Arab.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Armi.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Armn.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Avst.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Bali.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Bamu.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Beng.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Bopo.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Bugi.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Buhd.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Cans.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Cari.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Cham.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Cher.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Copt.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Cprt.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Cyrl.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Deva.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Egyp.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Ethi.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Geor.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Glag.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Goth.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Grek.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Gujr.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Guru.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Hang.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Hano.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Hebr.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Hira.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Ital.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Java.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Kana.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Khar.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Khmr.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Knda.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Kthi.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Lana.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Latn.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Lepc.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Limb.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Linb.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Lyci.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Lydi.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Mlym.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Mong.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Mtei.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Mymr.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Ogam.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Orkh.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Orya.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Osma.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Phag.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Phli.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Phnx.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Prti.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Rjng.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Runr.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Samr.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Saur.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Sinh.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Sund.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Sylo.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Syrc.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Tagb.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Tale.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Talu.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Taml.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Tavt.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Telu.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Tfng.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Tglg.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Thaa.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Thai.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Tibt.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Ugar.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Xpeo.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Xsux.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Zinh.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Zyyy.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Sc/Zzzz.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ideo/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ideo/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/OGrExt/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/OGrExt/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/BidiC/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/BidiC/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/IDC/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/IDC/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/OAlpha/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/OAlpha/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/NFKDQC/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Math/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Math/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/OUpper/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/OUpper/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/CWCM/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/CWCM/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Dep/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Dep/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/SB/AT.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/SB/CL.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/SB/EX.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/SB/FO.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/SB/LE.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/SB/LO.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/SB/SC.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/SB/SE.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/SB/ST.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/SB/Sp.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/SB/UP.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/SB/XX.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Alpha/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Alpha/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Hex/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Hex/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/A.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/B.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/L.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/R.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/10.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/11.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/12.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/13.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/14.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/15.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/16.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/17.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/18.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/19.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/20.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/21.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/22.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/23.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/24.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/25.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/26.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/27.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/28.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/29.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/30.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/31.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/32.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/33.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/34.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/35.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/36.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/84.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/91.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/AL.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/AR.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/BL.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/BR.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/DA.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/DB.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/IS.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/KV.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/NK.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/NR.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/OV.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/VR.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/103.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/107.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/118.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/122.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/129.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/130.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/132.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/ATA.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/ATB.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/ATAR.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Ccc/ATBL.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Bc/B.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Bc/L.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Bc/R.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Bc/S.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Bc/AL.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Bc/AN.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Bc/BN.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Bc/CS.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Bc/EN.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Bc/ES.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Bc/ET.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Bc/ON.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Bc/WS.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Bc/LRE.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Bc/LRO.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Bc/NSM.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Bc/PDF.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Bc/RLE.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Bc/RLO.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Radical/N.p
l
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Radical/Y.p
l
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/QMark/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/QMark/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/SD/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/SD/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/OIDS/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/OIDS/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/GrBase/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/GrBase/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/0.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/1.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/3.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/4.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/5.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/6.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/7.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/8.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/9.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/10.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/11.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/12.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/13.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/14.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/15.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/16.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/17.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/18.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/19.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/20.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/21.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/22.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/23.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/24.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/25.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/26.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/27.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/28.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/29.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/30.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/31.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/32.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/33.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/34.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/35.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/36.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/37.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/38.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/39.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/40.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/41.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/42.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/43.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/44.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/45.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/46.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/47.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/48.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/49.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/50.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/60.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/70.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/80.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/90.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/1_2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/1_3.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/1_4.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/1_5.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/1_6.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/1_7.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/1_8.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/1_9.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/100.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/2_3.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/2_5.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/200.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/3_2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/3_4.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/3_5.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/3_8.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/300.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/4_5.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/400.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/5_2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/5_6.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/5_8.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/500.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/600.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/7_2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/7_8.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/700.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/800.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/9_2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/900.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/NaN.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/_1_2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/1_10.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/1_16.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/1000.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/11_2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/13_2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/15_2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/17_2.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/2000.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/3_16.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/3000.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/4000.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/5000.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/6000.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/7000.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/8000.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/9000.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/10000.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/20000.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/30000.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/40000.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/50000.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/60000.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/70000.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/80000.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/90000.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/100000.p
l
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/10000000
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nv/10000002
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/CWU/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/CWU/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/CWL/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/CWL/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/CI/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/CI/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/PatSyn/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/PatSyn/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nt/De.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nt/Di.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Nt/Nu.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Dash/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Dash/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/CWT/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/CWT/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Hst/NA.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/NChar/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/NChar/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/UIdeo/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/UIdeo/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Dia/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Dia/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/GrExt/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/GrExt/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/OIDC/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/OIDC/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/E.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Fe.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/He.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Pe.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Ain.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Beh.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Dal.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Feh.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Gaf.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Hah.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Heh.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Kaf.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Lam.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Mim.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Nun.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Nya.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Qaf.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Reh.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Sad.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Tah.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Taw.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Waw.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Yeh.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Alef.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Beth.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Heth.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Kaph.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Meem.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Noon.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Qaph.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Seen.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Shin.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Teth.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Yudh.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Zain.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Alaph.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Gamal.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Khaph.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Sadhe.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Zhain.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Lamadh.p
l
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/YudhHe.p
l
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/HehGoal.
pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Semkath.
pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/FarsiYeh
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/SwashKaf
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/SyriacWa
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/YehBarre
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/DalathRi
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/KnottedH
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Reversed
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/TehMarbu
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/YehWithT
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/FinalSem
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/HamzaOnH
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/NoJoinin
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jg/Burushas
.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/PatWS/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/PatWS/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/JoinC/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/JoinC/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/ODI/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/ODI/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Cased/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Cased/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jt/C.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jt/D.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jt/R.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jt/T.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Jt/U.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/IDS/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/IDS/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/NFCQC/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/WB/EX.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/WB/FO.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/WB/KA.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/WB/LE.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/WB/MB.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/WB/ML.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/WB/MN.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/WB/NL.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/WB/NU.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/WB/XX.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/CWCF/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/CWCF/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Perl/Any.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Perl/Word.p
l
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Perl/Alnum.
pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Perl/Blank.
pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Perl/Graph.
pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Perl/Print.
pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Perl/_XBegi
n.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Perl/Assign
ed.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Perl/PerlWo
rd.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Perl/_XExte
nd.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Perl/_XLVLV
TV.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Perl/PerlSp
ac.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Perl/SpaceP
er.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Perl/VertSp
ac.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Perl/PosixA
ln.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Perl/PosixA
lp.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Perl/PosixB
la.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Perl/PosixC
nt.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Perl/PosixD
ig.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Perl/PosixG
ra.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Perl/PosixL
ow.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Perl/PosixP
ri.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Perl/PosixP
un.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Perl/PosixS
pa.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Perl/PosixU
pp.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/IDSB/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/IDSB/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/C.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/L.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/M.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/P.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/S.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Z.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Cc.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Cf.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Cn.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Co.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Cs.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/LC.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Ll.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Lm.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Lo.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Lt.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Lu.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Mc.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Me.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Mn.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Nl.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/No.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Pd.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Pe.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Pf.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Pi.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Po.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Ps.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Sc.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Sk.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Sm.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/So.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Zl.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Zp.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Gc/Zs.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/DI/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/DI/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Term/N.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/unicore/lib/Term/Y.pl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Text/Abbrev.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Text/Balanced.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Text/ParseWords.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Text/Wrap.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Text/Tabs.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Text/Sound
ex.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Search/Dict.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Tie/StdHandle.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Tie/Handle.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Tie/Hash.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Tie/Array.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Tie/Scalar.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Tie/SubstrHash.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Tie/File.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Tie/Memoize.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Tie/RefHash.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Tie/Hash/NamedCapture.p
m
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/Embed.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/typemap
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/CBuilder.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/Command.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/Constant.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/Installed.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/Install.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/Packlist.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/MakeMaker.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/MM_OS2.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/MM_VOS.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/MM_Unix.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/Mksymlists.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/MM.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/MM_UWIN.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/MM_Win32.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/testlib.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/MY.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/MM_Cygwin.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/MM_DOS.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/MM_MacOS.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/MM_VMS.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/MM_Win95.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/MM_BeOS.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/Liblist.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/MM_AIX.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/MM_Darwin.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/Mkbootstrap.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/MM_QNX.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/MM_NW5.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/MM_Any.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/MANIFEST.SKIP
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/Manifest.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/ParseXS.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/xsubpp
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/Miniperl.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/CBuilder/Base.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/CBuilder/Platf
orm/Windows.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/CBuilder/Platf
orm/aix.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/CBuilder/Platf
orm/cygwin.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/CBuilder/Platf
orm/VMS.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/CBuilder/Platf
orm/Unix.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/CBuilder/Platf
orm/darwin.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/CBuilder/Platf
orm/dec_osf.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/CBuilder/Platf
orm/os2.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/CBuilder/Platf
orm/Windows/GCC.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/CBuilder/Platf
orm/Windows/BCC.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/CBuilder/Platf
orm/Windows/MSVC.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/Constant/Proxy
Subs.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/Constant/XS.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/Constant/Utils
.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/Constant/Base.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/MakeMaker/Tuto
rial.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/MakeMaker/FAQ.
pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/MakeMaker/Conf
ig.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/Liblist/Kid.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/ExtUtils/Command/MM.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/DBM_Filter/null.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/DBM_Filter/compress.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/DBM_Filter/int32.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/DBM_Filter/encode.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/DBM_Filter/utf8.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Config/Extensions.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/overload/numbers.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/File/Find.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/File/stat.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/File/CheckTree.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/File/Basename.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/File/Copy.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/File/Compare.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/File/DosGlob.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/File/Fetch.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/File/Path.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/File/Temp.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/File/GlobMapper.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/File/Spec.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/File/Glob.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/File/Spec/
OS2.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/File/Spec/
Mac.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/File/Spec/
VMS.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/File/Spec/
Epoc.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/File/Spec/
Functions.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/File/Spec/
Cygwin.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/File/Spec/
Unix.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/File/Spec/
Win32.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Carp/Heavy.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Time/gmtime.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Time/tm.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Time/localtime.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Time/Local.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Time/HiRes
.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Time/Secon
ds.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Time/Piece
.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Net/servent.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Net/hostent.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Net/netent.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Net/protoent.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Net/POP3.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Net/Config.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Net/SMTP.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Net/libnetFAQ.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Net/Domain.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Net/Cmd.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Net/FTP.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Net/Netrc.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Net/NNTP.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Net/Time.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Net/Ping.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Net/FTP/dataconn.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Net/FTP/E.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Net/FTP/A.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Net/FTP/L.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Net/FTP/I.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Class/Struct.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Class/ISA.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/I18N/Collate.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/I18N/LangTags.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/I18N/Langi
nfo.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/I18N/LangTags/List.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/I18N/LangTags/Detect.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Unicode/UCD.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Unicode/Collate.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Unicode/No
rmalize.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Unicode/Collate/keys.tx
t
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Unicode/Collate/allkeys
.txt
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Term/Complete.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Term/ReadLine.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Term/ANSIColor.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Term/Cap.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Term/UI.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Term/UI/History.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/warnings/register.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Exporter/Heavy.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Getopt/Std.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Getopt/Long.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Archive/Extract.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Archive/Tar.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Archive/Tar/Constant.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Archive/Tar/File.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/B/B.s
o
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/B/B.b
s
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Devel
/DProf/DProf.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Devel
/DProf/DProf.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Devel
/Peek/Peek.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Devel
/Peek/Peek.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Devel
/PPPort/PPPort.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Devel
/PPPort/PPPort.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Diges
t/MD5/MD5.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Diges
t/MD5/MD5.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Diges
t/SHA/SHA.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Diges
t/SHA/SHA.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/File/
Glob/Glob.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/File/
Glob/Glob.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Filte
r/Util/Call/Call.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Filte
r/Util/Call/Call.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/I18N/
Langinfo/autosplit.ix
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/I18N/
Langinfo/Langinfo.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/I18N/
Langinfo/Langinfo.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/IO/IO
.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/IO/IO
.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Compr
ess/Zlib/autosplit.ix
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Compr
ess/Raw/Bzip2/autosplit.ix
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Compr
ess/Raw/Bzip2/Bzip2.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Compr
ess/Raw/Bzip2/Bzip2.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Compr
ess/Raw/Zlib/autosplit.ix
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Compr
ess/Raw/Zlib/Zlib.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Compr
ess/Raw/Zlib/Zlib.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/IPC/S
ysV/SysV.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/IPC/S
ysV/SysV.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Math/
BigInt/FastCalc/FastCalc.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Math/
BigInt/FastCalc/FastCalc.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/PerlI
O/via/via.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/PerlI
O/via/via.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/PerlI
O/encoding/encoding.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/PerlI
O/encoding/encoding.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/PerlI
O/scalar/scalar.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/PerlI
O/scalar/scalar.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Text/
Soundex/Soundex.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Text/
Soundex/Soundex.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Time/
HiRes/HiRes.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Time/
HiRes/HiRes.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Time/
Piece/Piece.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Time/
Piece/Piece.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Unico
de/Normalize/Normalize.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Unico
de/Normalize/Normalize.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/DynaL
oader/dl_findfile.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/DynaL
oader/dl_expandspec.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/DynaL
oader/dl_find_symbol_anywhere.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/DynaL
oader/autosplit.ix
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/attri
butes/attributes.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/attri
butes/attributes.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Cwd/C
wd.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Cwd/C
wd.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Data/
Dumper/Dumper.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Data/
Dumper/Dumper.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/DB_Fi
le/autosplit.ix
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/DB_Fi
le/DB_File.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/DB_Fi
le/DB_File.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Encod
e/Encode.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Encod
e/Encode.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Encod
e/Byte/Byte.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Encod
e/Byte/Byte.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Encod
e/CN/CN.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Encod
e/CN/CN.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Encod
e/EBCDIC/EBCDIC.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Encod
e/EBCDIC/EBCDIC.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Encod
e/JP/JP.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Encod
e/JP/JP.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Encod
e/KR/KR.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Encod
e/KR/KR.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Encod
e/Symbol/Symbol.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Encod
e/Symbol/Symbol.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Encod
e/TW/TW.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Encod
e/TW/TW.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Encod
e/Unicode/Unicode.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Encod
e/Unicode/Unicode.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Fcntl
/Fcntl.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Fcntl
/Fcntl.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/GDBM_
File/GDBM_File.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/GDBM_
File/GDBM_File.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Hash/
Util/Util.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Hash/
Util/Util.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Hash/
Util/FieldHash/FieldHash.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Hash/
Util/FieldHash/FieldHash.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/List/
Util/Util.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/List/
Util/Util.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/MIME/
Base64/Base64.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/MIME/
Base64/Base64.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/mro/m
ro.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/mro/m
ro.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/NDBM_
File/NDBM_File.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/NDBM_
File/NDBM_File.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Opcod
e/Opcode.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Opcod
e/Opcode.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/usage.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/redef.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/unimpl.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/assert.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/tolower.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/toupper.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/closedir.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/opendir.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/readdir.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/rewinddir.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/errno.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/creat.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/fcntl.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/getgrgid.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/getgrnam.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/atan2.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/cos.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/exp.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/fabs.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/log.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/pow.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/sin.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/sqrt.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/getpwnam.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/getpwuid.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/longjmp.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/setjmp.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/siglongjmp.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/sigsetjmp.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/kill.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/raise.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/offsetof.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/clearerr.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/fclose.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/fdopen.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/feof.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/fgetc.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/fgets.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/fileno.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/fopen.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/fprintf.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/fputc.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/fputs.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/fread.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/freopen.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/fscanf.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/fseek.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/fsync.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/ferror.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/fflush.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/fgetpos.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/fsetpos.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/ftell.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/fwrite.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/getc.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/getchar.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/gets.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/perror.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/printf.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/putc.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/putchar.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/puts.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/remove.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/rename.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/rewind.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/scanf.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/sprintf.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/sscanf.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/tmpfile.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/ungetc.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/vfprintf.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/vprintf.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/vsprintf.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/abs.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/atexit.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/atof.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/atoi.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/atol.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/bsearch.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/calloc.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/div.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/exit.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/free.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/getenv.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/labs.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/ldiv.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/malloc.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/qsort.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/rand.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/realloc.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/srand.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/system.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/memchr.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/memcmp.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/memcpy.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/memmove.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/memset.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/strcat.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/strchr.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/strcmp.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/strcpy.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/strcspn.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/strerror.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/strlen.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/strncat.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/strncmp.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/strncpy.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/strpbrk.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/strrchr.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/strspn.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/strstr.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/strtok.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/chmod.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/fstat.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/mkdir.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/stat.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/umask.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/wait.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/waitpid.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/gmtime.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/localtime.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/time.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/alarm.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/chdir.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/chown.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/execl.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/execle.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/execlp.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/execv.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/execve.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/execvp.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/fork.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/getegid.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/geteuid.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/getgid.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/getgroups.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/getlogin.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/getpgrp.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/getpid.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/getppid.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/getuid.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/isatty.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/link.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/rmdir.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/setbuf.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/setvbuf.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/sleep.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/unlink.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/utime.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/load_imports.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/autosplit.ix
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/POSIX.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/POSIX.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/SigAction/new.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/SigAction/handler.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/SigAction/mask.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/SigAction/flags.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/SigAction/safe.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/SigRt/_init.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/SigRt/_croak.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/SigRt/_getsig.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/SigRt/_exist.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/SigRt/_check.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/SigRt/new.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/SigRt/EXISTS.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/SigRt/FETCH.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/SigRt/STORE.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/SigRt/DELETE.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/SigRt/CLEAR.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/POSIX
/SigRt/SCALAR.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/re/re
.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/re/re
.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/SDBM_
File/SDBM_File.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/SDBM_
File/SDBM_File.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/sdbm/
extralibs.ld
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Socke
t/Socket.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Socke
t/Socket.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/logcroak.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/logcarp.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/CAN_FLOCK.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/show_file_magic.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/file_magic.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/read_magic.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/BIN_VERSION_NV.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/BIN_WRITE_VERSION_NV.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/store.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/nstore.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/lock_store.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/lock_nstore.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/_store.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/store_fd.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/nstore_fd.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/_store_fd.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/freeze.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/nfreeze.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/_freeze.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/retrieve.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/lock_retrieve.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/_retrieve.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/fd_retrieve.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/thaw.al
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/autosplit.ix
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/Storable.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Stora
ble/Storable.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Sys/H
ostname/autosplit.ix
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Sys/H
ostname/Hostname.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Sys/H
ostname/Hostname.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Sys/S
yslog/Syslog.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/Sys/S
yslog/Syslog.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/threa
ds/threads.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/threa
ds/threads.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/threa
ds/shared/shared.so
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/auto/threa
ds/shared/shared.bs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Attribute/Handlers.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/autodie/exception.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/autodie/hints.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/autodie/exception/syste
m.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/B/Debug.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/B/Deparse.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/B/Lint.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/B/Showlex.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/B/Concise.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/B/Xref.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/B/Terse.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/B/Lint/Debug.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Math/BigInt.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Math/BigFloat.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Math/BigRat.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Math/Complex.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Math/Trig.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Math/BigFloat/Trace.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Math/BigInt/Trace.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Math/BigInt/CalcEmu.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Math/BigInt/Calc.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Math/BigIn
t/FastCalc.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CGI/Switch.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CGI/Cookie.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CGI/Pretty.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CGI/Carp.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CGI/Apache.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CGI/Util.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CGI/Push.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CGI/Fast.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/CacheMgr.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/FTP.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/Queue.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/Distroprefs.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/Kwalify.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/Module.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/Author.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/Debug.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/Complete.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/FirstTime.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/Distrostatus.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/Prompt.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/Tarzip.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/URL.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/Version.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/DeferredCode.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/Distribution.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/Nox.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/Bundle.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/Shell.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/HandleConfig.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/InfoObj.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/Index.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/Mirrors.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/FTP/netrc.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/LWP/UserAgent.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/Kwalify/distropref
s.yml
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/Kwalify/distropref
s.dd
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/API/HOWTO.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/Exception/blocked_
urllist.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/Exception/Recursiv
eDependency.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPAN/Exception/yaml_not
_installed.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/App/Cpan.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/App/Prove.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/App/Prove/State.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/App/Prove/State/Result.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/App/Prove/State/Result/
Test.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Module.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Internals.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Hacking.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Backend.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/FAQ.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Config.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Shell.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Dist.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Configure.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Selfupdate.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Error.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Backend/RV.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Shell/Default.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Shell/Classic.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Shell/Default/
Plugins/Remote.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Shell/Default/
Plugins/Source.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Shell/Default/
Plugins/CustomSource.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Shell/Default/
Plugins/HOWTO.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Module/Author.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Module/Checksu
ms.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Module/Signatu
re.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Module/Fake.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Module/Author/
Fake.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Dist/MM.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Dist/Sample.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Dist/Autobundl
e.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Dist/Base.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Dist/Build.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Dist/Build/Con
stants.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Internals/Repo
rt.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Internals/Util
s.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Internals/Sour
ce.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Internals/Fetc
h.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Internals/Sear
ch.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Internals/Extr
act.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Internals/Cons
tants.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Internals/Cons
tants/Report.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Internals/Sour
ce/SQLite.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Internals/Sour
ce/Memory.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Internals/Sour
ce/SQLite/Tie.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Internals/Util
s/Autoflush.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/CPANPLUS/Configure/Setu
p.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Devel/SelfStubber.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Devel/InnerPackage.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Devel/DPro
f.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Devel/Peek
.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Devel/PPPo
rt.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Digest/file.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Digest/base.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Digest/MD5
.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Digest/SHA
.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/encoding/warnings.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Filter/Simple.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Filter/Uti
l/Call.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IO/Zlib.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/IO/Pipe.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/IO/File.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/IO/Select.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/IO/Socket.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/IO/Poll.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/IO/Handle.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/IO/Dir.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/IO/Seekabl
e.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IO/Uncompress/RawInflat
e.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IO/Uncompress/Inflate.p
m
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IO/Uncompress/Base.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IO/Uncompress/Unzip.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IO/Uncompress/Bunzip2.p
m
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IO/Uncompress/Gunzip.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IO/Uncompress/AnyUncomp
ress.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IO/Uncompress/AnyInflat
e.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IO/Uncompress/Adapter/B
unzip2.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IO/Uncompress/Adapter/I
dentity.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IO/Uncompress/Adapter/I
nflate.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IO/Compress/Deflate.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IO/Compress/Zip.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IO/Compress/Base.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IO/Compress/RawDeflate.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IO/Compress/Gzip.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IO/Compress/Bzip2.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IO/Compress/Adapter/Def
late.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IO/Compress/Adapter/Ide
ntity.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IO/Compress/Adapter/Bzi
p2.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IO/Compress/Gzip/Consta
nts.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IO/Compress/Zlib/Extra.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IO/Compress/Zlib/Consta
nts.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IO/Compress/Zip/Constan
ts.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IO/Compress/Base/Common
.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/IO/Socket/
INET.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/IO/Socket/
UNIX.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Compress/Zlib.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Compress/R
aw/Bzip2.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Compress/R
aw/Zlib.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IPC/Cmd.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IPC/Open2.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/IPC/Open3.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/IPC/Semaph
ore.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/IPC/Msg.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/IPC/SysV.p
m
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/IPC/Shared
Mem.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Locale/Country.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Locale/Script.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Locale/Constants.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Locale/Language.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Locale/Currency.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Locale/Constants.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Locale/Script.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Locale/Country.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Locale/Language.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Locale/Currency.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Locale/Maketext.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Locale/Maketext.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Locale/Maketext/Guts.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Locale/Maketext/GutsLoa
der.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Locale/Maketext/TPJ13.p
od
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Locale/Maketext/Simple.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Log/Message.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Log/Message/Config.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Log/Message/Handlers.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Log/Message/Item.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Log/Message/Simple.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Memoize/NDBM_File.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Memoize/ExpireFile.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Memoize/ExpireTest.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Memoize/AnyDBM_File.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Memoize/Storable.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Memoize/Expire.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Memoize/SDBM_File.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/CoreList.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Load.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Loaded.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Pluggable.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/Version.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/Dumper.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/Notes.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/Compat.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/ConfigData
.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/PodParser.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/Bundling.p
od
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/ModuleInfo
.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/Config.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/Base.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/PPMMaker.p
m
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/Cookbook.p
m
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/Authoring.
pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/YAML.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/API.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/Platform/d
arwin.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/Platform/M
acOS.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/Platform/R
iscOS.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/Platform/V
OS.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/Platform/W
indows.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/Platform/U
nix.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/Platform/A
miga.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/Platform/o
s2.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/Platform/M
PEiX.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/Platform/E
BCDIC.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/Platform/V
MS.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/Platform/c
ygwin.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/Platform/a
ix.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Build/Platform/D
efault.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Load/Conditional
.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Module/Pluggable/Object
.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/inc/latest.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/inc/latest/private.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Object/Accessor.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Package/Constants.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Params/Check.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Parse/CPAN/Meta.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/PerlIO/enc
oding.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/PerlIO/sca
lar.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/PerlIO/via
.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/PerlIO/via/QuotedPrint.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Test/Harness.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Test/Simple.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Test/Builder.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Test/More.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Test/Tutorial.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Test/Builder/Module.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Test/Builder/Tester.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Test/Builder/Tester/Col
or.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Base.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Object.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Harness.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser/Result.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser/IteratorFact
ory.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser/Iterator.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser/Grammar.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser/ResultFactor
y.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser/Utils.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser/Multiplexer.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser/Scheduler.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser/Source.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser/Aggregator.p
m
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser/Result/Pragm
a.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser/Result/YAML.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser/Result/Bailo
ut.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser/Result/Versi
on.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser/Result/Unkno
wn.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser/Result/Plan.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser/Result/Test.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser/Result/Comme
nt.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser/Iterator/Arr
ay.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser/Iterator/Pro
cess.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser/Iterator/Str
eam.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser/Scheduler/Jo
b.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser/Scheduler/Sp
inner.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser/YAMLish/Writ
er.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser/YAMLish/Read
er.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Parser/Source/Perl.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Formatter/Color.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Formatter/Base.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Formatter/Console.p
m
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Formatter/Session.p
m
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Formatter/File.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Formatter/Console/P
arallelSession.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Formatter/Console/S
ession.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/TAP/Formatter/File/Sess
ion.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Thread/Queue.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Thread/Semaphore.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Data/Dumpe
r.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Encode/Ali
as.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Encode/README.e2x
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Encode/PerlIO.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Encode/GSM
0338.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Encode/Makefile_PL.e2x
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Encode/Changes.e2x
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Encode/Enc
oding.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Encode/ConfigLocal_PM.e
2x
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Encode/encode.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Encode/Gue
ss.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Encode/_T.e2x
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Encode/Con
fig.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Encode/Supported.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Encode/Enc
oder.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/Encode/_PM.e2x
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Encode/CJK
Constants.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Encode/Byt
e.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Encode/CN.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Encode/EBC
DIC.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Encode/JP.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Encode/KR.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Encode/Sym
bol.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Encode/TW.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Encode/Uni
code.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Encode/JP/
H2Z.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Encode/JP/
JIS7.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Encode/MIM
E/Name.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Encode/MIM
E/Header.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Encode/MIM
E/Header/ISO_2022_JP.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Encode/Uni
code/UTF7.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Encode/KR/
2022_KR.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Encode/CN/
HZ.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Hash/Util.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Hash/Util/
FieldHash.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/List/Util.
pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/List/Util/
XS.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/List/Util/
PP.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Scalar/Uti
l.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Scalar/Uti
l/PP.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/MIME/Quote
dPrint.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/MIME/Base6
4.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Sys/Hostna
me.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/Sys/Syslog
.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/threads/sh
ared.pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/av.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/bitco
unt.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/cc_ru
ntime.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/confi
g.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/cop.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/cv.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/dosis
h.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/embed
.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/embed
var.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/EXTER
N.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/fakes
dio.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/faket
hr.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/form.
h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/git_v
ersion.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/gv.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/handy
.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/hv.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/INTER
N.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/intrp
var.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/iperl
sys.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/keywo
rds.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/mallo
c_ctl.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/mg.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/mydtr
ace.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/nostd
io.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/op.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/opcod
e.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/opnam
es.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/overl
oad.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/pad.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/parse
r.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/patch
level.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/perl.
h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/perla
pi.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/perli
o.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/perli
ol.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/perls
dio.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/perls
fio.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/perlv
ars.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/perly
.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/pp.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/pp_pr
oto.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/proto
.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/reent
r.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/regch
arclass.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/regco
mp.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/regex
p.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/regno
des.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/scope
.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/sv.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/threa
d.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/time6
4.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/time6
4_config.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/uconf
ig.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/unixi
sh.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/utf8.
h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/utfeb
cdic.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/util.
h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/uudma
p.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/warni
ngs.h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/XSUB.
h
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux/CORE/libpe
rl.a
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/perl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/a2p
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/pod2html
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/pod2latex
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/pod2man
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/pod2text
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/pod2usage
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/podchecker
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/podselect
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/c2ph
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/cpan
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/config_data
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/corelist
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/dprofpp
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/enc2xs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/h2ph
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/h2xs
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/instmodsh
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/libnetcfg
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/perlbug
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/perldoc
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/perlivp
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/piconv
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/pl2pm
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/prove
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/ptar
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/ptardiff
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/cpanp-run-perl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/cpanp
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/cpan2dist
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/shasum
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/splain
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/xsubpp
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/find2perl
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/s2p
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/pstruct
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/perlthanks
/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/psed
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl5004delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl5005delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl5100delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl5101delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl5110delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl5111delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl5112delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl5113delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl5114delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl5115delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl5120delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl5121delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl5122delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl561delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl56delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl570delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl571delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl572delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl573delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl581delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl582delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl583delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl584delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl585delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl586delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl587delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl588delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl589delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl58delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl590delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl591delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl592delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl593delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl594delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perl595delta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlaix.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlamiga.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlapi.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlapio.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlapollo.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlartistic.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlbeos.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlbook.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlboot.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlbot.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlbs2000.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlcall.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlce.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlcheat.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlclib.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlcn.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlcommunity.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlcompile.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlcygwin.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perldata.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perldbmfilter.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perldebguts.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perldebtut.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perldebug.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perldelta.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perldgux.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perldiag.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perldoc.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perldos.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perldsc.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlebcdic.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlembed.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlepoc.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlfaq.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlfaq1.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlfaq2.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlfaq3.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlfaq4.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlfaq5.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlfaq6.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlfaq7.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlfaq8.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlfaq9.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlfilter.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlfork.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlform.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlfreebsd.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlfunc.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlglossary.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlgpl.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlguts.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlhack.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlhaiku.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlhist.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlhpux.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlhurd.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlintern.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlintro.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perliol.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlipc.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlirix.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perljp.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlko.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perllexwarn.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perllinux.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perllocale.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perllol.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlmacos.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlmacosx.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlmod.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlmodinstall.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlmodlib.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlmodstyle.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlmpeix.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlmroapi.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlnetware.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlnewmod.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlnumber.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlobj.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlop.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlopenbsd.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlopentut.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlos2.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlos390.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlos400.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlpacktut.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlperf.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlplan9.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlpod.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlpodspec.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlpolicy.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlport.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlpragma.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlqnx.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlre.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlreapi.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlrebackslash.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlrecharclass.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlref.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlreftut.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlreguts.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlrepository.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlrequick.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlreref.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlretut.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlriscos.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlrun.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlsec.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlsolaris.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlstyle.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlsub.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlsymbian.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlsyn.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlthrtut.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perltie.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perltoc.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perltodo.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perltooc.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perltoot.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perltrap.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perltru64.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perltw.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlunicode.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlunifaq.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perluniintro.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perluniprops.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlunitut.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlutil.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perluts.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlvar.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlvmesa.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlvms.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlvos.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlwin32.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlxs.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/perlxstut.pod
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/pod/a2p.pod
Warning: perl appears in your path in the following locations beyond where
we just installed it:
/usr/bin/perl
./perl installman --destdir=
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl5004delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl5005delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl5100delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl5101delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl5110delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl5111delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl5112delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl5113delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl5114delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl5115delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl5120delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl5121delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl5122delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl561delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl56delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl570delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl571delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl572delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl573delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl581delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl582delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl583delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl584delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl585delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl586delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl587delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl588delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl589delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl58delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl590delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl591delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl592delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl593delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl594delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perl595delta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlaix.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlamiga.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlapi.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlapio.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlapollo.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlartistic.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlbeos.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlbook.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlboot.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlbot.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlbs2000.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlcall.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlce.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlcheat.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlclib.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlcn.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlcommunity.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlcompile.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlcygwin.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perldata.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perldbmfilter.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perldebguts.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perldebtut.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perldebug.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perldelta.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perldgux.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perldiag.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perldoc.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perldos.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perldsc.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlebcdic.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlembed.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlepoc.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlfaq.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlfaq1.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlfaq2.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlfaq3.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlfaq4.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlfaq5.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlfaq6.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlfaq7.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlfaq8.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlfaq9.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlfilter.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlfork.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlform.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlfreebsd.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlfunc.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlglossary.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlgpl.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlguts.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlhack.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlhaiku.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlhist.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlhpux.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlhurd.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlintern.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlintro.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perliol.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlipc.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlirix.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perljp.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlko.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perllexwarn.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perllinux.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perllocale.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perllol.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlmacos.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlmacosx.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlmod.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlmodinstall.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlmodlib.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlmodstyle.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlmpeix.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlmroapi.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlnetware.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlnewmod.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlnumber.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlobj.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/manno documentation in lib/Archive
/Tar/Constant.pm
no documentation in lib/CPAN/Author.pm
no documentation in lib/CPAN/Bundle.pm
no documentation in lib/CPAN/CacheMgr.pm
no documentation in lib/CPAN/Complete.pm
no documentation in lib/CPAN/DeferredCode.pm
no documentation in lib/CPAN/Distribution.pm
no documentation in lib/CPAN/Distrostatus.pm
no documentation in lib/CPAN/Exception/RecursiveDependency.pm
no documentation in lib/CPAN/Exception/blocked_urllist.pm
no documentation in lib/CPAN/Exception/yaml_not_installed.pm
no documentation in lib/CPAN/FTP.pm
no documentation in lib/CPAN/FTP/netrc.pm
no documentation in lib/CPAN/Index.pm
no documentation in lib/CPAN/InfoObj.pm
no documentation in lib/CPAN/LWP/UserAgent.pm
no documentation in lib/CPAN/Mirrors.pm
no documentation in lib/CPAN/Module.pm
no documentation in lib/CPAN/Prompt.pm
no documentation in lib/CPAN/Shell.pm
no documentation in lib/CPAN/URL.pm
no documentation in lib/CPANPLUS/Configure/Setup.pm
no documentation in lib/CPANPLUS/Internals/Constants.pm
no documentation in lib/CPANPLUS/Internals/Constants/Report.pm
no documentation in lib/CPANPLUS/Internals/Source/SQLite/Tie.pm
no documentation in lib/CPANPLUS/Internals/Utils/Autoflush.pm
no documentation in lib/CPANPLUS/Module/Signature.pm
no documentation in lib/Carp/Heavy.pm
no documentation in lib/Encode/MIME/Header/ISO_2022_JP.pm
no documentation in lib/ExtUtils/CBuilder/Base.pm
no documentation in lib/ExtUtils/CBuilder/Platform/Unix.pm
no documentation in lib/ExtUtils/CBuilder/Platform/VMS.pm
no documentation in lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm
no documentation in lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm
no documentation in lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm
no documentation in lib/ExtUtils/CBuilder/Platform/aix.pm
no documentation in lib/ExtUtils/CBuilder/Platform/cygwin.pm
no documentation in lib/ExtUtils/CBuilder/Platform/darwin.pm
no documentation in lib/ExtUtils/CBuilder/Platform/dec_osf.pm
no documentation in lib/ExtUtils/CBuilder/Platform/os2.pm
no documentation in lib/ExtUtils/Constant/ProxySubs.pm
no documentation in lib/ExtUtils/Liblist/Kid.pm
no documentation in lib/IO/Compress/Adapter/Bzip2.pm
no documentation in lib/IO/Compress/Adapter/Deflate.pm
no documentation in lib/IO/Compress/Adapter/Identity.pm
no documentation in lib/IO/Compress/Base/Common.pm
no documentation in lib/IO/Compress/Gzip/Constants.pm
no documentation in lib/IO/Compress/Zip/Constants.pm
no documentation in lib/IO/Compress/Zlib/Constants.pm
no documentation in lib/IO/Compress/Zlib/Extra.pm
no documentation in lib/IO/Uncompress/Adapter/Bunzip2.pm
no documentation in lib/IO/Uncompress/Adapter/Identity.pm
no documentation in lib/IO/Uncompress/Adapter/Inflate.pm
no documentation in lib/List/Util/PP.pm
no documentation in lib/Locale/Maketext/Guts.pm
no documentation in lib/Locale/Maketext/GutsLoader.pm
no documentation in lib/Math/BigFloat/Trace.pm
no documentation in lib/Math/BigInt/Trace.pm
no documentation in lib/Module/Build/Config.pm
no documentation in lib/Module/Build/Dumper.pm
no documentation in lib/Module/Build/PodParser.pm
no documentation in lib/Module/Build/Version.pm
no documentation in lib/Module/Build/YAML.pm
no documentation in lib/Net/FTP/A.pm
no documentation in lib/Net/FTP/E.pm
no documentation in lib/Net/FTP/I.pm
no documentation in lib/Net/FTP/L.pm
no documentation in lib/Net/FTP/dataconn.pm
no documentation in lib/Pod/Simple/BlackBox.pm
no documentation in lib/Pod/Simple/HTMLLegacy.pm
no documentation in lib/Pod/Simple/Progress.pm
no documentation in lib/Pod/Simple/TiedOutFH.pm
no documentation in lib/Pod/Simple/Transcode.pm
no documentation in lib/Pod/Simple/TranscodeDumb.pm
no documentation in lib/Pod/Simple/TranscodeSmart.pm
no documentation in lib/Scalar/Util/PP.pm
no documentation in lib/inc/latest/private.pm
no documentation in lib/overload/numbers.pm
/man1/perlop.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlopenbsd.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlopentut.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlos2.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlos390.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlos400.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlpacktut.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlperf.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlplan9.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlpod.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlpodspec.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlpolicy.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlport.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlpragma.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlqnx.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlre.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlreapi.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlrebackslash.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlrecharclass.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlref.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlreftut.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlreguts.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlrepository.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlrequick.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlreref.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlretut.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlriscos.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlrun.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlsec.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlsolaris.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlstyle.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlsub.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlsymbian.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlsyn.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlthrtut.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perltie.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perltoc.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perltodo.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perltooc.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perltoot.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perltrap.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perltru64.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perltw.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlunicode.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlunifaq.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perluniintro.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perluniprops.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlunitut.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlutil.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perluts.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlvar.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlvmesa.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlvms.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlvos.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlwin32.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlxs.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlxstut.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/AnyDBM_File.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/App::Cpan.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/App::Prove.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/App::Prove::State.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/App::Prove::State::Result
.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/App::Prove::State::Result
::Test.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Archive::Extract.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Archive::Tar.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Archive::Tar::File.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Attribute::Handlers.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/AutoLoader.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/AutoSplit.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/B.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/B::Concise.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/B::Debug.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/B::Deparse.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/B::Lint.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/B::Lint::Debug.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/B::Showlex.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/B::Terse.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/B::Xref.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Benchmark.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CGI.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CGI::Apache.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CGI::Carp.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CGI::Cookie.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CGI::Fast.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CGI::Pretty.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CGI::Push.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CGI::Switch.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CGI::Util.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CORE.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPAN.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPAN::API::HOWTO.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPAN::Debug.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPAN::Distroprefs.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPAN::FirstTime.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPAN::HandleConfig.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPAN::Kwalify.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPAN::Nox.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPAN::Queue.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPAN::Tarzip.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPAN::Version.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Backend.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Backend::RV.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Config.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Configure.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Dist.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Dist::Autobundl
e.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Dist::Base.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Dist::Build.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Dist::Build::Co
nstants.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Dist::MM.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Dist::Sample.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Error.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::FAQ.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Hacking.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Internals.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Internals::Extr
act.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Internals::Fetc
h.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Internals::Repo
rt.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Internals::Sear
ch.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Internals::Sour
ce.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Internals::Sour
ce::Memory.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Internals::Sour
ce::SQLite.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Internals::Util
s.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Module.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Module::Author.
3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Module::Author:
:Fake.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Module::Checksu
ms.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Module::Fake.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Selfupdate.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Shell.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Shell::Classic.
3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Shell::Default.
3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Shell::Default:
:Plugins::CustomSource.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Shell::Default:
:Plugins::HOWTO.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Shell::Default:
:Plugins::Remote.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/CPANPLUS::Shell::Default:
:Plugins::Source.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Carp.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Class::ISA.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Class::Struct.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Compress::Raw::Bzip2.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Compress::Raw::Zlib.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Compress::Zlib.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Config.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Config::Extensions.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Cwd.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/DB.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/DBM_Filter.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/DBM_Filter::compress.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/DBM_Filter::encode.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/DBM_Filter::int32.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/DBM_Filter::null.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/DBM_Filter::utf8.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/DB_File.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Data::Dumper.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Devel::DProf.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Devel::InnerPackage.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Devel::PPPort.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Devel::Peek.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Devel::SelfStubber.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Digest.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Digest::MD5.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Digest::SHA.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Digest::base.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Digest::file.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/DirHandle.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Dumpvalue.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/DynaLoader.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Encode.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Encode::Alias.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Encode::Byte.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Encode::CJKConstants.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Encode::CN.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Encode::CN::HZ.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Encode::Config.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Encode::EBCDIC.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Encode::Encoder.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Encode::Encoding.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Encode::GSM0338.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Encode::Guess.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Encode::JP.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Encode::JP::H2Z.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Encode::JP::JIS7.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Encode::KR.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Encode::KR::2022_KR.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Encode::MIME::Header.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Encode::MIME::Name.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Encode::PerlIO.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Encode::Supported.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Encode::Symbol.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Encode::TW.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Encode::Unicode.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Encode::Unicode::UTF7.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/English.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Env.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Errno.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Exporter.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Exporter::Heavy.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::CBuilder.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::CBuilder::Platf
orm::Windows.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::Command.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::Command::MM.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::Constant.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::Constant::Base.
3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::Constant::Utils
.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::Constant::XS.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::Embed.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::Install.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::Installed.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::Liblist.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::MM.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::MM_AIX.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::MM_Any.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::MM_BeOS.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::MM_Cygwin.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::MM_DOS.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::MM_Darwin.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::MM_MacOS.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::MM_NW5.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::MM_OS2.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::MM_QNX.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::MM_UWIN.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::MM_Unix.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::MM_VMS.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::MM_VOS.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::MM_Win32.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::MM_Win95.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::MY.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::MakeMaker.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::MakeMaker::Conf
ig.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::MakeMaker::FAQ.
3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::MakeMaker::Tuto
rial.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::Manifest.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::Miniperl.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::Mkbootstrap.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::Mksymlists.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::Packlist.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::ParseXS.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::XSSymSet.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ExtUtils::testlib.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Fatal.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Fcntl.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/File::Basename.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/File::CheckTree.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/File::Compare.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/File::Copy.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/File::DosGlob.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/File::Fetch.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/File::Find.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/File::Glob.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/File::GlobMapper.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/File::Path.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/File::Spec.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/File::Spec::Cygwin.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/File::Spec::Epoc.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/File::Spec::Functions.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/File::Spec::Mac.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/File::Spec::OS2.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/File::Spec::Unix.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/File::Spec::VMS.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/File::Spec::Win32.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/File::Temp.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/File::stat.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/FileCache.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/FileHandle.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Filter::Simple.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Filter::Util::Call.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/FindBin.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/GDBM_File.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Getopt::Long.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Getopt::Std.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Hash::Util.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Hash::Util::FieldHash.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/I18N::Collate.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/I18N::LangTags.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/I18N::LangTags::Detect.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/I18N::LangTags::List.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/I18N::Langinfo.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IO.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IO::Compress::Base.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IO::Compress::Bzip2.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IO::Compress::Deflate.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IO::Compress::Gzip.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IO::Compress::RawDeflate.
3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IO::Compress::Zip.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IO::Dir.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IO::File.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IO::Handle.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IO::Pipe.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IO::Poll.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IO::Seekable.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IO::Select.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IO::Socket.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IO::Socket::INET.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IO::Socket::UNIX.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IO::Uncompress::AnyInflat
e.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IO::Uncompress::AnyUncomp
ress.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IO::Uncompress::Base.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IO::Uncompress::Bunzip2.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IO::Uncompress::Gunzip.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IO::Uncompress::Inflate.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IO::Uncompress::RawInflat
e.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IO::Uncompress::Unzip.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IO::Zlib.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IPC::Cmd.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IPC::Msg.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IPC::Open2.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IPC::Open3.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IPC::Semaphore.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IPC::SharedMem.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/IPC::SysV.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/List::Util.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/List::Util::XS.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Locale::Constants.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Locale::Country.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Locale::Currency.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Locale::Language.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Locale::Maketext.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Locale::Maketext::Simple.
3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Locale::Maketext::TPJ13.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Locale::Script.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Log::Message.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Log::Message::Config.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Log::Message::Handlers.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Log::Message::Item.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Log::Message::Simple.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/MIME::Base64.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/MIME::QuotedPrint.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Math::BigFloat.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Math::BigInt.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Math::BigInt::Calc.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Math::BigInt::CalcEmu.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Math::BigInt::FastCalc.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Math::BigRat.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Math::Complex.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Math::Trig.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Memoize.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Memoize::AnyDBM_File.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Memoize::Expire.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Memoize::ExpireFile.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Memoize::ExpireTest.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Memoize::NDBM_File.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Memoize::SDBM_File.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Memoize::Storable.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Build.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Build::API.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Build::Authoring.
3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Build::Base.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Build::Bundling.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Build::Compat.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Build::ConfigData
.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Build::Cookbook.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Build::ModuleInfo
.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Build::Notes.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Build::PPMMaker.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Build::Platform::
Amiga.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Build::Platform::
Default.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Build::Platform::
EBCDIC.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Build::Platform::
MPEiX.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Build::Platform::
MacOS.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Build::Platform::
RiscOS.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Build::Platform::
Unix.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Build::Platform::
VMS.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Build::Platform::
VOS.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Build::Platform::
Windows.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Build::Platform::
aix.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Build::Platform::
cygwin.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Build::Platform::
darwin.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Build::Platform::
os2.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::CoreList.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Load.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Load::Conditional
.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Loaded.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Pluggable.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Module::Pluggable::Object
.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/NDBM_File.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/NEXT.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Net::Cmd.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Net::Config.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Net::Domain.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Net::FTP.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Net::NNTP.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Net::Netrc.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Net::POP3.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Net::Ping.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Net::SMTP.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Net::Time.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Net::hostent.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Net::libnetFAQ.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Net::netent.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Net::protoent.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Net::servent.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/O.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Object::Accessor.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Opcode.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/POSIX.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Package::Constants.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Params::Check.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Parse::CPAN::Meta.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/PerlIO.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/PerlIO::encoding.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/PerlIO::scalar.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/PerlIO::via.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/PerlIO::via::QuotedPrint.
3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Checker.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Escapes.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Find.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Html.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::InputObjects.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::LaTeX.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Man.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::ParseLink.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::ParseUtils.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Parser.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Perldoc.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Perldoc::BaseTo.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Perldoc::GetOptsOO.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Perldoc::ToChecker.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Perldoc::ToMan.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Perldoc::ToNroff.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Perldoc::ToPod.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Perldoc::ToRtf.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Perldoc::ToText.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Perldoc::ToTk.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Perldoc::ToXml.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::PlainText.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Plainer.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Select.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Simple.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Simple::Checker.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Simple::Debug.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Simple::DumpAsText.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Simple::DumpAsXML.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Simple::HTML.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Simple::HTMLBatch.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Simple::LinkSection.
3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Simple::Methody.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Simple::PullParser.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Simple::PullParserEn
dToken.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Simple::PullParserSt
artToken.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Simple::PullParserTe
xtToken.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Simple::PullParserTo
ken.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Simple::RTF.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Simple::Search.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Simple::SimpleTree.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Simple::Subclassing.
3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Simple::Text.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Simple::TextContent.
3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Simple::XHTML.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Simple::XMLOutStream
.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Text.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Text::Color.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Text::Overstrike.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Text::Termcap.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Pod::Usage.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/SDBM_File.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Safe.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Scalar::Util.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Search::Dict.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/SelectSaver.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/SelfLoader.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Shell.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Socket.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Storable.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Switch.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Symbol.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Sys::Hostname.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Sys::Syslog.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Base.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Formatter::Base.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Formatter::Color.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Formatter::Console.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Formatter::Console::
ParallelSession.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Formatter::Console::
Session.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Formatter::File.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Formatter::File::Ses
sion.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Formatter::Session.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Harness.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Object.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser::Aggregator.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser::Grammar.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser::Iterator.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser::Iterator::Ar
ray.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser::Iterator::Pr
ocess.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser::Iterator::St
ream.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser::IteratorFact
ory.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser::Multiplexer.
3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser::Result.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser::Result::Bail
out.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser::Result::Comm
ent.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser::Result::Plan
.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser::Result::Prag
ma.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser::Result::Test
.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser::Result::Unkn
own.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser::Result::Vers
ion.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser::Result::YAML
.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser::ResultFactor
y.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser::Scheduler.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser::Scheduler::J
ob.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser::Scheduler::S
pinner.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser::Source.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser::Source::Perl
.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser::Utils.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser::YAMLish::Rea
der.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/TAP::Parser::YAMLish::Wri
ter.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Term::ANSIColor.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Term::Cap.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Term::Complete.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Term::ReadLine.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Term::UI.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Term::UI::History.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Test.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Test::Builder.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Test::Builder::Module.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Test::Builder::Tester.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Test::Builder::Tester::Co
lor.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Test::Harness.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Test::More.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Test::Simple.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Test::Tutorial.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Text::Abbrev.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Text::Balanced.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Text::ParseWords.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Text::Soundex.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Text::Tabs.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Text::Wrap.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Thread.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Thread::Queue.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Thread::Semaphore.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Tie::Array.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Tie::File.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Tie::Handle.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Tie::Hash.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Tie::Hash::NamedCapture.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Tie::Memoize.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Tie::RefHash.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Tie::Scalar.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Tie::StdHandle.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Tie::SubstrHash.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Time::HiRes.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Time::Local.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Time::Piece.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Time::Seconds.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Time::gmtime.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Time::localtime.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Time::tm.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/UNIVERSAL.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Unicode::Collate.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Unicode::Normalize.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/Unicode::UCD.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/User::grent.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/User::pwent.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/XS::APItest.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/XS::APItest::KeywordRPN.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/XS::Typemap.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/XSLoader.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/attributes.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/autodie.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/autodie::exception.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/autodie::exception::syste
m.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/autodie::hints.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/autouse.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/base.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/bigint.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/bignum.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/bigrat.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/blib.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/bytes.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/charnames.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/constant.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/deprecate.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/diagnostics.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/encoding.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/encoding::warnings.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/feature.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/fields.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/filetest.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/if.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/inc::latest.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/integer.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/less.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/lib.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/locale.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/mro.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/open.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/ops.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/overload.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/overloading.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/parent.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/re.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/sigtrap.3
/home/dave/no documentation in utils/cpanp-run-perl
perl5/perlbrew/perls/perl-5.12.2/man/man3/sort.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/strict.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/subs.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/threads.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/threads::shared.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/utf8.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/vars.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/version.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/version::Internals.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/vmsish.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/warnings.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3/warnings::register.3
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/pod2html.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/pod2latex.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/pod2man.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/pod2text.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/pod2usage.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/podchecker.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/podselect.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/c2ph.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/pstruct.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/cpan.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/config_data.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/corelist.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/dprofpp.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/enc2xs.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/h2ph.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/h2xs.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/instmodsh.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/libnetcfg.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlbug.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlthanks.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perldoc.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/perlivp.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/piconv.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/pl2pm.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/prove.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/ptar.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/ptardiff.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/cpanp.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/cpan2dist.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/shasum.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/splain.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/xsubpp.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/a2p.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/find2perl.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/s2p.1
/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1/psed.1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2'
Beginning of configuration questions for perl5.
Checking echo to see how to suppress newlines...
...using -n.
The star should be here-->*
First let's make sure your kit is complete. Checking...
Looks good...

Would you like to see the instructions? [n]


Locating common programs...
awk is in /bin/awk.
cat is in /bin/cat.
chmod is in /bin/chmod.
comm is in /bin/comm.
cp is in /bin/cp.
echo is in /bin/echo.
expr is in /bin/expr.
grep is in /bin/grep.
ls is in /bin/ls.
mkdir is in /bin/mkdir.
rm is in /bin/rm.
sed is in /bin/sed.
sort is in /bin/sort.
touch is in /bin/touch.
tr is in /bin/tr.
uniq is in /bin/uniq.
Don't worry if any of the following aren't found...
ar is in /bin/ar.
bison is in /bin/bison.
byacc is in /bin/byacc.
cpp is in /bin/cpp.
csh is in /bin/csh.
date is in /bin/date.
egrep is in /bin/egrep.
gmake is in /bin/gmake.
gzip is in /bin/gzip.
less is in /bin/less.
ln is in /bin/ln.
make is in /bin/make.
more is in /bin/more.
nm is in /bin/nm.
nroff is in /bin/nroff.
I don't see pg out there, offhand.
test is in /bin/test.
uname is in /bin/uname.
zip is in /bin/zip.
Substituting less -R for less.
Using the test built into your sh.
Checking compatibility between /bin/echo and builtin echo (if any)...
They are compatible. In fact, they may be identical.
The following message is sponsored by
Dresden.pm<--The stars should be here.
Dear Perl user, system administrator or package
maintainer, the Perl community sends greetings to
you. Do you (emblematical) greet back [Y/n]? n

Symbolic links are supported.


Checking how to test for symbolic links...
You can test for symbolic links with 'test -h'.

Good, your tr supports [:lower:] and [:upper:] to convert case.


Using [:upper:] and [:lower:] to convert case.
First time through, eh? I have some defaults handy for some systems
that need some extra help getting the Configure answers right:
3b1 dos_djgpp irix_6_0 openbsd sunos_4_1
aix_3 dragonfly irix_6_1 opus super-ux
aix_4 dynixptx irix_6 os2 svr4
aix dynix isc_2 os390 svr5
altos486 epix isc os400 ti1500
amigaos esix4 linux posix-bc titanos
apollo fps lynxos powerux ultrix_4
atheos freebsd midnightbsd qnx umips
aux_3 genix mips rhapsody unicosmk
beos gnukfreebsd mirbsd riscos unicos
bsdos gnuknetbsd mpc sco_2_3_0 unisysdynix
catamount gnu mpeix sco_2_3_1 utekv
convexos greenhills ncr_tower sco_2_3_2 uts
cxux haiku netbsd sco_2_3_3 uwin
cygwin hpux newsos4 sco_2_3_4 vmesa
darwin i386 next_3_0 sco vos
dcosx interix next_3 solaris_2
dec_osf irix_4 next_4 stellar
dgux irix_5 nonstopux sunos_4_0
You may give one or more space-separated answers, or "none" if appropriate.
If you have a handcrafted Policy.sh file or a Policy.sh file generated by a
previous run of Configure, you may specify it as well as or instead of
OS-specific hints. If hints are provided for your OS, you should use them:
although Perl can probably be built without hints on many platforms, using
hints often improve performance and may enable features that Configure can't
set up on its own. If there are no hints that match your OS, specify "none";
DO NOT give a wrong version or a wrong OS.
Which of these apply, if any? [linux]
You appear to have ELF support. I'll try to use it for dynamic loading.
If dynamic loading doesn't work, read hints/linux.sh for further information.
You appear to have a working bash. Good.
Your csh is really tcsh. Good.
nm: /lib/libdb.so: no symbols
nm: /usr/lib/libdb.so: no symbols
nm: /lib64/libdb.so: no symbols
nm: /usr/lib64/libdb.so: no symbols
Configure uses the operating system name and version to set some defaults.
The default value is probably right if the name rings a bell. Otherwise,
since spelling matters for me, either accept the default or answer "none"
to leave it blank.
Operating system name? [linux]
Operating system version? [2.6.18-128.el5]
By default, perl5 will be installed in /home/dave/perl5/perlbrew/perls/perl-5.12
.2/bin, manual pages
under /home/dave/perl5/perlbrew/perls/perl-5.12.2/man, etc..., i.e. with /home/d
ave/perl5/perlbrew/perls/perl-5.12.2 as prefix for all
installation directories. Typically this is something like /usr/local.
If you wish to have binaries under /usr/bin but other parts of the
installation under /usr/local, that's ok: you will be prompted
separately for each of the installation directories, the prefix being
only used to set the defaults.
Installation prefix to use? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2]
AFS does not seem to be running...
In some special cases, particularly when building perl5 for distribution,
it is convenient to distinguish the directory in which files should be
installed from the directory (/home/dave/perl5/perlbrew/perls/perl-5.12.2) in wh
ich they will
eventually reside. For most users, these two directories are the same.
What installation prefix should I use for installing files? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2]
Perl can be built to use the SOCKS proxy protocol library. To do so,
Configure must be run with -Dusesocks. If you use SOCKS you also need
to use the PerlIO abstraction layer, this will be implicitly selected.
If this doesn't make any sense to you, just accept the default 'n'.
Build Perl for SOCKS? [n]
Previous version of perl5 used the standard IO mechanisms as
defined in <stdio.h>. Versions 5.003_02 and later of perl5 allow
alternate IO mechanisms via the PerlIO abstraction layer, but the
stdio mechanism is still available if needed. The abstraction layer
can use AT&T's sfio (if you already have sfio installed) or regular stdio.
Using PerlIO with sfio may cause problems with some extension modules.
If this doesn't make any sense to you, just accept the default 'y'.
Use the PerlIO abstraction layer? [y]
Getting the current patchlevel...
(You have perl5 version 12 subversion 2.)
Perl can be built to take advantage of threads on some systems.
To do so, Configure can be run with -Dusethreads.
Note that Perl built with threading support runs slightly slower
and uses more memory than plain Perl. The current implementation
is believed to be stable, but it is fairly new, and so should be
treated with caution.
If this doesn't make any sense to you, just accept the default 'n'.
Build a threading Perl? [n]
Your platform has some specific hints regarding threaded builds, using them...
Perl can be built so that multiple Perl interpreters can coexist
within the same Perl executable.
If this doesn't make any sense to you, just accept the default 'n'.
Build Perl for multiplicity? [n]
Use which C compiler? [cc]
Hmm... Looks kind of like a Version 7 system, but we'll see...
Congratulations. You aren't running Eunice.
It's not Xenix...
Nor is it Venix...
Checking for GNU cc in disguise and/or its version number...
You are using GNU cc 4.1.2 20080704 (Red Hat 4.1.2-44).
Hmm... Doesn't look like a MIPS system.
Now, how can we feed standard input to your C preprocessor...
Maybe "cc -E" will work...
Nope...maybe "cc -E -" will work...
Yup, it does.
Some systems have incompatible or broken versions of libraries. Among
the directories listed in the question below, please remove any you
know not to be holding relevant libraries, and add any that are needed.
Say "none" for none.
Directories to use for library searches?
[/usr/local/lib /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64]
On some systems, shared libraries may be available. Answer 'none' if
you want to suppress searching of shared libraries for the remainder
of this configuration.
What is the file extension used for shared libraries? [so]
Perl can be built to take advantage of long doubles which
(if available) may give more accuracy and range for floating point numbers.
If this doesn't make any sense to you, just accept the default 'n'.
Try to use long doubles if available? [n]
Checking for optional libraries...
No -lsfio.
No -lsocket.
No -linet.
Found -lnsl (shared).
No -lnm.
No -lndbm.
Found -lgdbm (shared).
No -ldbm.
Found -ldb (shared).
No -lmalloc.
Found -ldl (shared).
No -ldld.
No -lld.
No -lsun.
Found -lm (shared).
Found -lcrypt (shared).
No -lsec.
Found -lutil (shared).
Found -lc (shared).
No -lcposix.
No -lposix.
No -lucb.
No -lBSD.
No -lgdbm_compat.
In order to compile perl5 on your machine, a number of libraries
are usually needed. Include any other special libraries here as well.
Say "none" for none. The default list is almost always right.
What libraries to use? [-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc]
By default, perl5 compiles with the -O flag to use the optimizer.
Alternately, you might want to use the symbolic debugger, which uses
the -g flag (on traditional Unix systems). Either flag can be
specified here. To use neither flag, specify the word "none".
What optimizer/debugger flag should be used? [-O2]
Checking if your compiler accepts -fno-strict-aliasing
Yes, it does.
Checking if your compiler accepts -pipe
Yes, it does.
Checking if your compiler accepts -fstack-protector
Yes, it does.
Your C compiler may want other flags. For this question you should include
-I/whatever and -DWHATEVER flags and any other flags used by the C compiler,
but you should NOT include libraries or ld flags like -lwhatever. If you
want perl5 to honor its debug switch, you should include -DDEBUGGING here.
Your C compiler might also need additional flags, such as -D_POSIX_SOURCE.
To use no flags, specify the word "none".
Any additional cc flags?
[-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include]
Let me guess what the preprocessor flags are...
They appear to be: -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude
Your C linker may need flags. For this question you should
include -L/whatever and any other flags used by the C linker, but you
should NOT include libraries like -lwhatever.
Make sure you include the appropriate -L/path flags if your C linker
does not normally search all of the directories you specified above,
namely
/usr/local/lib /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64
To use no flags, specify the word "none".
Any additional ld flags (NOT including libraries)?
[ -fstack-protector -L/usr/local/lib]
Checking your choice of C compiler and flags for coherency...
OK, that should do.
Computing filename position in cpp output for #include directives...
Your cpp writes the filename in the third field of the line.
<stdlib.h> found.
Checking to see how big your integers are...
Your integers are 4 bytes long.
Your long integers are 8 bytes long.
Your short integers are 2 bytes long.
Checking to see if you have long long...
You have long long.
Checking to see how big your long longs are...
Your long longs are 8 bytes long.
(That isn't any different from an ordinary long.)
<inttypes.h> found.
Checking to see if you have int64_t...
You have int64_t.
Checking which 64-bit integer type we could use...
We could use 'long' for 64-bit integers.
You have natively 64-bit long integers.
You may also choose to try maximal 64-bitness. It means using as much
64-bitness as possible on the platform. This in turn means even more
binary incompatibilities. On the other hand, your platform may not
have any more 64-bitness available than what you already have chosen.
If this doesn't make any sense to you, just accept the default 'y'.
(The default has been chosen based on your configuration.)
Try to use maximal 64-bit support, if available? [y]
Checking to see how big your double precision numbers are...
Your double is 8 bytes long.
Checking to see if you have long double...
You have long double.
Checking to see how big your long doubles are...
Your long doubles are 16 bytes long.
What is your architecture name [x86_64-linux]
This architecture is naturally 64-bit, not changing architecture name.
Perlio selected.

Pathname where the public executables will reside? (~name ok)


[/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin]
Would you like to build Perl so that the installation is relocatable, so that
library paths in @INC are determined relative to the path of the perl binary?
This is not advised for system Perl installs, or if you need to run setid
scripts or scripts under taint mode.
If this doesn't make any sense to you, just accept the default 'n'.
Use relocatable @INC? [n]
There are some auxiliary files for perl5 that need to be put into a
private library directory that is accessible by everyone.
Pathname where the private library files will reside? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2]
Perl5 contains architecture-dependent library files. If you are
sharing libraries in a heterogeneous environment, you might store
these files in a separate location. Otherwise, you can just include
them with the rest of the public library files.
Where do you want to put the public architecture-dependent libraries? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux]
Some kernels have a bug that prevents setuid #! scripts from being
secure. Some sites have disabled setuid #! scripts because of this.
First let's decide if your kernel supports secure setuid #! scripts.
(If setuid #! scripts would be secure but have been disabled anyway,
don't say that they are secure if asked.)
If you are not sure if they are secure, I can check but I'll need a
username and password different from the one you are using right now.
If you don't have such a username or don't want me to test, simply
enter 'none'.
Other username to test security of setuid scripts with? [none]
Well, the recommended value is *not* secure.
Does your kernel have *secure* setuid scripts? [n]
Looking for a previously installed perl5.005 or later...
Using /home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/perl.
After perl5 is installed, you may wish to install various
add-on modules and utilities. Typically, these add-ons will
be installed under /home/dave/perl5/perlbrew/perls/perl-5.12.2 with the rest
of this package. However, you may wish to install such add-ons
elsewhere under a different prefix.
If you do not wish to put everything under a single prefix, that's
ok. You will be prompted for the individual locations; this siteprefix
is only used to suggest the defaults.
The default should be fine for most people.
Installation prefix to use for add-on modules and utilities? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2]
The installation process will create a directory for
site-specific extensions and modules. Most users find it convenient
to place all site-specific files in this directory rather than in the
main distribution directory.
Pathname for the site-specific library files? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/site_perl/5.12.2]
In order to ease the process of upgrading, this version of perl
can be configured to use modules built and installed with earlier
versions of perl that were installed under /home/dave/perl5/perlbrew/perls/perl-
5.12.2. Specify here
the list of earlier versions that this version of perl should check.
If Configure detected no earlier versions of perl installed under
/home/dave/perl5/perlbrew/perls/perl-5.12.2, then the list will be empty. Answe
r 'none' to tell perl
to not search earlier versions.
The default should almost always be sensible, so if you're not sure,
just accept the default.
List of earlier versions to include in @INC? [none]
<malloc/malloc.h> NOT found.
<malloc.h> found.
Checking to see how well your C compiler groks the void type...
Good. It appears to support void to the level perl5 wants.
Checking to see how big your pointers are...
Your pointers are 8 bytes long.
Do you wish to wrap malloc calls to protect against potential overflows? [y]
Do you wish to attempt to use the malloc that comes with perl5? [n]
Your system wants malloc to return 'void *', it would seem.
Your system uses void free(), it would seem.
The installation process will also create a directory for
architecture-dependent site-specific extensions and modules.
Pathname for the site-specific architecture-dependent library files? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/site_perl/5.12.2/x86_64-linux]

The installation process will also create a directory for


vendor-supplied add-ons. Vendors who supply perl with their system
may find it convenient to place all vendor-supplied files in this
directory rather than in the main distribution directory. This will
ease upgrades between binary-compatible maintenance versions of perl.
Of course you may also use these directories in whatever way you see
fit. For example, you might use them to access modules shared over a
company-wide network.
The default answer should be fine for most people.
This causes further questions about vendor add-ons to be skipped
and no vendor-specific directories will be configured for perl.
Do you want to configure vendor-specific add-on directories? [n]
Lastly, you can have perl look in other directories for extensions and
modules in addition to those already specified.
These directories will be searched after
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/site_perl/5.12.2/x86_64-
linux
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/site_perl/5.12.2
Enter a colon-separated set of extra paths to include in perl's @INC
search path, or enter 'none' for no extra paths.
Colon-separated list of additional directories for perl to search? [none]
Checking out function prototypes...
Your C compiler appears to support function prototypes.
Perl can be built to support DTrace on platforms that support it.
DTrace is a diagnosis and performance analysis tool from Sun.
If this doesn't make any sense to you, just accept the default 'none'.
Support DTrace if available? [n]
Perl can be built with extra modules or bundles of modules which
will be fetched from the CPAN and installed alongside Perl.
Notice that you will need access to the CPAN; either via the Internet,
or a local copy, for example a CD-ROM or a local CPAN mirror. (You will
be asked later to configure the CPAN.pm module which will in turn do
the installation of the rest of the extra modules or bundles.)
Notice also that if the modules require any external software such as
libraries and headers (the libz library and the zlib.h header for the
Compress::Zlib module, for example) you MUST have any such software
already installed, this configuration process will NOT install such
things for you.
If this doesn't make any sense to you, just accept the default 'n'.
Install any extra modules (y or n)? [n]
If you wish to install html files for programs in Perl5, indicate
the appropriate directory here. To skip installing html files,
answer "none".
Directory for the main Perl5 html pages? (~name ok) [none]
If you wish to install html files for modules associated with Perl5,
indicate the appropriate directory here. To skip installing html files,
answer "none".
Directory for the Perl5 module html pages? (~name ok) [none]
Many scripts expect perl to be installed as /usr/bin/perl.
If you want to, I can install the perl you are about to compile
as /usr/bin/perl (in addition to /home/dave/perl5/perlbrew/perls/perl-5.12.2/bin
/perl).
However, please note that because you already have a /usr/bin/perl,
overwriting that with a new Perl would very probably cause problems.
Therefore I'm assuming you don't want to do that (unless you insist).
Do you want to install perl as /usr/bin/perl? [n]
Checking for GNU C Library...
You are using the GNU C Library version 2.5
nm probably won't work on the GNU C Library.
I can use /bin/nm to extract the symbols from your C libraries. This
is a time consuming task which may generate huge output on the disk (up
to 3 megabytes) but that should make the symbols extraction faster. The
alternative is to skip the 'nm' extraction part and to compile a small
test program instead to determine whether each symbol is present. If
you have a fast C compiler and/or if your 'nm' output cannot be parsed,
this may be the best solution.
You probably shouldn't let me use 'nm' if you are using the GNU C Library.
Shall I use /bin/nm to extract C symbols from the libraries? [n]
<dld.h> NOT found.
Checking for C++...
You are not using a C++ compiler.
dlopen() found.
<unistd.h> found.
Do you wish to use dynamic loading? [y]
The following dynamic loading files are available:
ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_mpeix.xs
ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_next.xs
ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_none.xs
ext/DynaLoader/dl_dllload.xs ext/DynaLoader/dl_symbian.xs
ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_vmesa.xs
ext/DynaLoader/dl_dyld.xs ext/DynaLoader/dl_vms.xs
ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_win32.xs
ext/DynaLoader/dl_mac.xs
Source file to use for dynamic loading [ext/DynaLoader/dl_dlopen.xs]
Some systems may require passing special flags to cc -c to
compile modules that will be used to create a shared library.
To use no flags, say "none".
Any special flags to pass to cc -c to compile shared library modules?
[-fPIC]
Some systems use ld to create libraries that can be dynamically loaded,
while other systems (such as those using ELF) use cc.
You appear to have ELF support. I'll use cc to build dynamic libraries.
What command should be used to create dynamic libraries? [cc]
Some systems may require passing special flags to cc to create a
library that can be dynamically loaded. If your ld flags include
-L/other/path options to locate libraries outside your loader's normal
search path, you may need to specify those -L options here as well. To
use no flags, say "none".
Any special flags to pass to cc to create a dynamically loaded library?
[-shared -O2 -L/usr/local/lib -fstack-protector]
Some systems may require passing special flags to cc to indicate that
the resulting executable will use dynamic linking. To use no flags,
say "none".
Any special flags to pass to cc to use dynamic linking? [-Wl,-E]
The perl executable is normally obtained by linking perlmain.c with
libperl.a, any static extensions (usually just DynaLoader), and
any other libraries needed on this system (such as -lm, etc.). Since
your system supports dynamic loading, it is probably possible to build
a shared libperl.so. If you will have more than one executable linked
to libperl.so, this will significantly reduce the size of each
executable, but it may have a noticeable effect on performance. The
default is probably sensible for your system.

Build a shared libperl.so (y/n) [n]


System manual is in /usr/share/man/man1.
Perl5 has manual pages available in source form.
If you don't want the manual sources installed, answer 'none'.
Where do the main Perl5 manual pages (source) go? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1]
What suffix should be used for the main Perl5 man pages? [1]
You can have filenames longer than 14 characters.
Perl5 has manual pages for many of the library modules.
If you don't want the manual sources installed, answer 'none'.
Where do the perl5 library man pages (source) go? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3]
What suffix should be used for the perl5 library man pages? [3]
Figuring out host name...
Maybe "hostname" will work...
Your host name appears to be "discovery". Right? [y]
(Normalizing case in your host name)
(You do not have fully-qualified names in the hosts database)
(Attempting domain name extraction from /etc/resolv.conf)
What is your domain name? [.mydomain.ac.uk]
(Normalizing case in your domain name)
I need to get your e-mail address in Internet format if possible, i.e.
something like user@host.domain. Please answer accurately since I have
no easy means to double check it. The default value provided below
is most probably close to reality but may not be valid from outside
your organization...
What is your e-mail address? [dave@discovery.mydomain.ac.uk]
If you or somebody else will be maintaining perl at your site, please
fill in the correct e-mail address here so that they may be contacted
if necessary. Currently, the "perlbug" program included with perl
will send mail to this address in addition to perlbug@perl.org. You may
enter "none" for no administrator.
Perl administrator e-mail address [dave@discovery.mydomain.ac.uk]
Do you want to install only the version-specific parts of the perl
distribution? Usually you do *not* want to do this.
Do you want to install only the version-specific parts of perl? [n]
I can use the #! construct to start perl on your system. This will
make startup of perl scripts faster, but may cause problems if you
want to share those scripts and perl is not in a standard place
(/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/perl) on all your platforms. Th
e alternative
is to force a shell by starting the script with a single ':' character.
What shall I put after the #! to start up perl ("none" to not use #!)?
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/perl]
WARNING: Some systems limit the #! command to 32 characters.
If you experience difficulty running Perl scripts with #!, try
installing Perl in a directory with a shorter pathname.
I'll use #!/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/perl to start perl sc
ripts.
Some installations have a separate directory just for executable scripts so
that they can mount it across multiple architectures but keep the scripts in
one spot. You might, for example, have a subdirectory of /usr/share for this.
Or you might just lump your scripts in with all your other executables.
Where do you keep publicly executable scripts? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin]
Pathname where the add-on public executables should be installed? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin]
Pathname where the site-specific html pages should be installed? (~name ok)
[none]
Pathname where the site-specific library html pages should be installed? (~name
ok)
[none]
Pathname where the site-specific manual pages should be installed? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1]
Pathname where the site-specific library manual pages should be installed? (~nam
e ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3]
Pathname where add-on public executable scripts should be installed? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin]
Perl can be built to use 'fast stdio', which means using the stdio
library but also directly manipulating the stdio buffers to enable
faster I/O. Using stdio is better for backward compatibility (especially
for Perl extensions), but on the other hand since Perl 5.8 the 'perlio'
interface has been preferred instead of stdio.
If this doesn't make any sense to you, just accept the default 'n'.
Use the "fast stdio" if available? [n]
Looking for the type used for lseek's offset on this system.
off_t found.
Checking to see how big your file offsets are...
Your file offsets are 8 bytes long.

Looking for the type for file position used by fsetpos().


fpos_t found.
Checking the size of fpos_t...
Your fpos_t is 16 bytes long.
Perl can be built to understand large files (files larger than 2 gigabytes)
on some systems. To do so, Configure can be run with -Duselargefiles.
If this doesn't make any sense to you, just accept the default 'y'.
Try to understand large files, if available? [y]
Your platform has some specific hints regarding large file builds, using them...
Rechecking to see how big your file offsets are...
Your file offsets are now 8 bytes long.
Rechecking the size of fpos_t... 16 bytes.
Using <string.h> instead of <strings.h>.
qgcvt() found.

Checking how to print long doubles...


We will use %Lf.
Checking for an efficient way to convert floats to strings.
Trying gconvert...
gconvert NOT found.
Trying gcvt...
gcvt() found.
I'll use gcvt to convert floats into a string.
fwalk() NOT found.
access() found.
<sys/file.h> defines the *_OK access constants.
accessx() NOT found.
aintl() NOT found.
alarm() found.
ctime64() NOT found.
localtime64() NOT found.
gmtime64() NOT found.
mktime64() NOT found.
difftime64() NOT found.
asctime64() NOT found.
<pthread.h> found.
<sys/types.h> found.

<sys/select.h> found.
Testing to see if we should include <time.h>, <sys/time.h> or both.
I'm now running the test program......
Succeeded with -DI_TIME -DI_SYSTIME -DS_TIMEVAL
We'll include <time.h>.
We'll include <sys/time.h>.
Checking to see if your struct tm has tm_zone field...
Yes, it does.
Checking to see if your struct tm has tm_gmtoff field...
Yes, it does.
asctime_r() found.
atolf() NOT found.
atoll() found.
Checking whether your compiler can handle __attribute__((format)) ...
Your C compiler supports __attribute__((format)).

Checking whether your compiler allows __printf__ format to be null ...


Your C compiler doesn't allow __printf__ format to be null.
Checking whether your compiler can handle __attribute__((malloc)) ...
Your C compiler supports __attribute__((malloc)).
Checking whether your compiler can handle __attribute__((nonnull(1))) ...
Your C compiler supports __attribute__((nonnull)).
Checking whether your compiler can handle __attribute__((noreturn)) ...
Your C compiler supports __attribute__((noreturn)).
Checking whether your compiler can handle __attribute__((pure)) ...
Your C compiler supports __attribute__((pure)).
Checking whether your compiler can handle __attribute__((unused)) ...
Your C compiler supports __attribute__((unused)).
Checking whether your compiler can handle __attribute__((deprecated)) ...
Your C compiler supports __attribute__((deprecated)).
Checking whether your compiler can handle __attribute__((warn_unused_result)) ..
.
Your C compiler supports __attribute__((warn_unused_result)).
bcmp() found.
bcopy() found.
getpgrp() found.
Checking to see which flavor of getpgrp is in use...
You have to use getpgrp() instead of getpgrp(pid).
setpgrp() found.
Checking to see which flavor of setpgrp is in use...
You have to use setpgrp() instead of setpgrp(pid,pgrp).
Checking whether your compiler can handle __builtin_choose_expr ...
All good!
Your C compiler supports __builtin_choose_expr.
Checking whether your compiler can handle __builtin_expect ...
Your C compiler supports __builtin_expect.
bzero() found.
<stdarg.h> found.
<varargs.h> found.
We'll include <stdarg.h> to get va_dcl definition.
You have <stdarg.h> and <stdlib.h>, so checking for C99 variadic macros.
You have C99 variadic macros.
You have void (*signal())().
Checking whether your C compiler can cast large floats to int32.
Nope, it can't.
Checking whether your C compiler can cast negative float to unsigned.
Yup, it can.
vprintf() found.
Your vsprintf() returns (int).
chown() found.
chroot() found.
chsize() NOT found.
class() NOT found.
clearenv() found.
Hmm... Looks like you have Berkeley networking support.
socketpair() found.
Checking the availability of certain socket constants...
<sys/uio.h> found.
Checking to see if your system supports struct cmsghdr...
Yes, it does.
Checking to see if your C compiler knows about "const"...
Yup, it does.
copysignl() found.

crypt() found.
<crypt.h> found.

crypt_r() found.
ctermid() found.
ctermid_r() NOT found.
ctime_r() found.
cuserid() found.
<limits.h> found.
<float.h> found.
DBL_DIG found.
dbmclose() found.
<dbm.h> NOT found.
<rpcsvc/dbm.h> NOT found.

dbminit() prototype NOT found.


difftime() found.
<dirent.h> found.
Your directory entries are struct dirent.
Your directory entry does not know about the d_namlen field.
Checking to see if DIR has a dd_fd member variable
No, it does not.
<sys/dir.h> found.
<sys/ndir.h> NOT found.
dirfd() found.
dlerror() found.
<dlfcn.h> found.
On a few systems, the dynamically loaded modules that perl generates and uses
will need a different extension than shared libs. The default will probably
be appropriate.
What is the extension of dynamically loaded modules [so]
Checking whether your dlsym() needs a leading underscore ...
dlsym doesn't need a leading underscore.
drand48_r() found.
drand48() prototype found.
dup2() found.
eaccess() found.
endgrent() found.
<grp.h> found.
endgrent_r() NOT found.
endhostent() found.
<netdb.h> found.
endhostent_r() NOT found.
endnetent() found.
endnetent_r() NOT found.
endprotoent() found.
endprotoent_r() NOT found.
endpwent() found.
<pwd.h> found.
endpwent_r() NOT found.
endservent() found.
endservent_r() NOT found.
<sys/file.h> defines the O_* constants...
and you have the 3 argument form of open().
<sys/file.h> found.
We'll be including <sys/file.h>.
<fcntl.h> found.
We don't need to include <fcntl.h> if we include <sys/file.h>.
fork() found.
pipe() found.
Figuring out the flag used by open() for non-blocking I/O...
Seems like we can use O_NONBLOCK.
Let's see what value errno gets from read() on a O_NONBLOCK file...
A read() system call with no data present returns -1.
Your read() sets errno to EAGAIN when no data is available.
And it correctly returns 0 to signal EOF.
(Looks like you have stdio.h from Linux.)
Checking how std your stdio is...
Your stdio acts pretty std.
But I will not snoop inside glibc 2.5 stdio buffers.

fchdir() found.
fchmod() found.
fchown() found.
fcntl() found.
Checking if fcntl-based file locking works...
Yes, it seems to work.
Checking to see how well your C compiler handles fd_set and friends ...
Hmm, your compiler has some difficulty with fd_set. Checking further...
Well, your system has some sort of fd_set available...
and you have the normal fd_set macros.
fgetpos() found.
finite() found.
finitel() found.

flock() found.
flock() prototype found.
fp_class() NOT found.
pathconf() found.
fpathconf() found.
fpclass() NOT found.
fpclassify() NOT found.
fpclassl() NOT found.
Checking to see if you have fpos64_t...
You do not have fpos64_t.
frexpl() found.
<sys/param.h> found.
<sys/mount.h> found.
Checking to see if your system supports struct fs_data...
No, it doesn't.
fseeko() found.
(Your long is 64 bits, so you could use fseek.)
fsetpos() found.
fstatfs() found.
statvfs() found.
fstatvfs() found.

fsync() found.
ftello() found.
(Your long is 64 bits, so you could use ftell.)
Checking if you have a working futimes()
Yes, you have
<ndbm.h> NOT found.
<gdbm/ndbm.h> found.
<gdbm-ndbm.h> NOT found.
dbm_open() found.
Checking if your <gdbm/ndbm.h> uses prototypes...
Your <gdbm/ndbm.h> does not seem to have prototypes
getaddrinfo() found.
getcwd() found.

getespwnam() NOT found.


getfsstat() NOT found.
getgrent() found.
getgrent_r() found.
getgrgid_r() found.
getgrnam_r() found.
gethostbyaddr() found.
gethostbyname() found.
gethostent() found.
gethostname() found.
uname() found.
Every now and then someone has a gethostname() that lies about the hostname
but can't be fixed for political or economic reasons. If you wish, I can
pretend gethostname() isn't there and maybe compute hostname at run-time
thanks to the 'hostname' command.
Shall I ignore gethostname() from now on? [n]
gethostbyaddr_r() found.
gethostbyname_r() found.
gethostent_r() found.
gethostent() prototype found.
getitimer() found.
getlogin() found.
getlogin_r() found.
getmnt() NOT found.
getmntent() found.
getnameinfo() found.
getnetbyaddr() found.
getnetbyname() found.
getnetent() found.
getnetbyaddr_r() found.
getnetbyname_r() found.
getnetent_r() found.
getnetent() prototype found.
getpagesize() found.
getprotobyname() found.
getprotobynumber() found.
getprotoent() found.
getpgid() found.
getpgrp2() NOT found.
getppid() found.
getpriority() found.
getprotobyname_r() found.
getprotobynumber_r() found.
getprotoent_r() found.
getprotoent() prototype found.
getprpwnam() NOT found.
getpwent() found.
getpwent_r() found.
getpwnam_r() found.
getpwuid_r() found.
getservbyname() found.

getservbyport() found.
getservent() found.
getservbyname_r() found.
getservbyport_r() found.
getservent_r() found.
getservent() prototype found.
getspnam() found.
<shadow.h> found.
getspnam_r() found.
gettimeofday() found.
gmtime_r() found.

hasmntopt() found.
<netinet/in.h> found.
<arpa/inet.h> found.
htonl() found.
ilogbl() found.
strchr() found.
inet_aton() found.
inet_ntop() found.
inet_pton() found.
isascii() found.
isfinite() NOT found.
isinf() found.
isnan() found.
isnanl() found.
killpg() found.
lchown() found.
LDBL_DIG found.
<math.h> found.
Checking to see if your libm supports _LIB_VERSION...
Yes, it does (2)
link() found.
localtime_r() found.
localeconv() found.
lockf() found.
lseek() prototype found.
lstat() found.
madvise() found.
malloc_size() NOT found.
malloc_good_size() NOT found.
mblen() found.

mbstowcs() found.
mbtowc() found.
memchr() found.
memcmp() found.
memcpy() found.
memmove() found.
memset() found.
mkdir() found.
mkdtemp() found.
mkfifo() found.
mkstemp() found.
mkstemps() NOT found.
mktime() found.
<sys/mman.h> found.
mmap() found.
and it returns (void *).
sqrtl() found.
scalbnl() found.
modfl() found.
modfl() prototype found.
Checking to see whether your modfl() is okay for large values...
Your modfl() seems okay for large values.
mprotect() found.
msgctl() found.
msgget() found.
msgsnd() found.
msgrcv() found.
You have the full msg*(2) library.
Checking to see if your system supports struct msghdr...
Yes, it does.
msync() found.
munmap() found.

nice() found.
<langinfo.h> found.
nl_langinfo() found.
Checking to see if your C compiler knows about "volatile"...
Yup, it does.
Choosing the C types to be used for Perl's internal types...
(IV will be long, 8 bytes)
(UV will be unsigned long, 8 bytes)
(NV will be double, 8 bytes)
Checking how many bits of your UVs your NVs can preserve...
Your NVs can preserve only 53 bits of your UVs.
Checking to find the largest integer value your NVs can hold...
The largest integer your NVs can preserve is equal to 256.0*256.0*256.0*256.0*25
6.0*256.0*2.0*2.0*2.0*2.0*2.0
Checking whether NV 0.0 is all bits zero in memory...
0.0 is represented as all bits zero in memory
Checking to see if you have off64_t...
You do not have off64_t.
(Your off_t is 64 bits, so you could use that.)
pause() found.
poll() found.
readlink() found.
You have Linux-like /proc/self/exe.
vfork() found.

Perl can only use a vfork() that doesn't suffer from strict
restrictions on calling functions or modifying global data in
the child. For example, glibc-2.1 contains such a vfork()
that is unsuitable. If your system provides a proper fork()
call, chances are that you do NOT want perl to use vfork().
Do you still want to use vfork()? [n]
Ok, we won't use vfork().
pthread_attr_setscope() found.
random_r() found.
readdir() found.
seekdir() found.
telldir() found.
rewinddir() found.
readdir64_r() found.
readdir_r() found.

readv() found.
recvmsg() found.
rename() found.
rmdir() found.
<memory.h> found.
We won't be including <memory.h>.
I'll use memmove() instead of bcopy() for overlapping copies.
I'll use memmove() instead of memcpy() for overlapping copies.
Checking if your memcmp() can compare relative magnitude...
Yes, it can.
sbrk() prototype found.
select() found.
semctl() found.
semget() found.
semop() found.
You have the full sem*(2) library.
You do not have union semun in <sys/sem.h>.
You can use union semun for semctl IPC_STAT.
You can also use struct semid_ds* for semctl IPC_STAT.
sendmsg() found.

setegid() found.
seteuid() found.
setgrent() found.
setgrent_r() NOT found.
sethostent() found.
sethostent_r() NOT found.
setitimer() found.
setlinebuf() found.
setlocale() found.
<locale.h> found.
setlocale_r() NOT found.

setnetent() found.
setnetent_r() NOT found.
setprotoent() found.
setpgid() found.
setpgrp2() NOT found.
setpriority() found.
setproctitle() NOT found.
setprotoent_r() NOT found.
setpwent() found.
setpwent_r() NOT found.
setregid() found.
setresgid() found.
setreuid() found.
setresuid() found.
setrgid() NOT found.
setruid() NOT found.
setservent() found.
setservent_r() NOT found.
setsid() found.

setvbuf() found.
<sfio.h> NOT found.
shmctl() found.
shmget() found.
shmat() found.
and it returns (void *).
shmdt() found.
You have the full shm*(2) library.
sigaction() found.
<sunmath.h> NOT found.
Checking to see if you have signbit() available to work on double... Yes.
sigprocmask() found.

POSIX sigsetjmp found.


snprintf() found.
vsnprintf() found.
Checking whether your snprintf() and vsnprintf() work okay...
Your snprintf() and vsnprintf() seem to be working okay.
sockatmark() found.
sockatmark() prototype found.
socks5_init() NOT found.
Checking whether sprintf returns the length of the string...
sprintf returns the length of the string (as ANSI says it should)
srand48_r() found.
srandom_r() found.
setresgid() prototype NOT found.
setresuid() prototype NOT found.
<sys/stat.h> found.
Checking to see if your struct stat has st_blocks field...
<sys/vfs.h> found.
<sys/statfs.h> found.
Checking to see if your system supports struct statfs...
Yes, it does.
Checking to see if your struct statfs has f_flags field...
No, it doesn't.
Checking how to access stdio streams by file descriptor number...
I can't figure out how to access stdio streams by file descriptor number.
strcoll() found.
Checking to see if your C compiler can copy structs...
Yup, it can.
strerror() found.
(You also have sys_errlist[], so we could roll our own strerror.)
strerror_r() found.
strftime() found.
strlcat() NOT found.
strlcpy() NOT found.
strtod() found.
strtol() found.

strtold() found.
strtoll() found.
Checking whether your strtoll() works okay...
Your strtoll() seems to be working okay.
strtoq() found.
strtoul() found.
Checking whether your strtoul() works okay...
Your strtoul() seems to be working okay.
strtoull() found.
Checking whether your strtoull() works okay...
Your strtoull() seems to be working okay.
strtouq() found.
Checking whether your strtouq() works okay...
Your strtouq() seems to be working okay.
strxfrm() found.
symlink() found.
syscall() found.
syscall() prototype found.
sysconf() found.
system() found.
tcgetpgrp() found.
tcsetpgrp() found.
telldir() prototype found.

time() found.
Looking for the type returned by time() on this system.
time_t found.
timegm() found.
<sys/times.h> found.
times() found.
Looking for the type returned by times() on this system.
clock_t found.
tmpnam_r() found.
truncate() found.
ttyname_r() found.
tzname[] found.

In the following, larger digits indicate more significance. A big-endian


machine like a Pyramid or a Motorola 680?0 chip will come out to 4321. A
little-endian machine like a Vax or an Intel 80?86 chip would be 1234. Other
machines may have weird orders like 3412. A Cray will report 87654321,
an Alpha will report 12345678. If the test program works the default is
probably right.
I'm now running the test program...
(The test program ran ok.)
byteorder=12345678
Checking to see whether you can access character data unalignedly...
(Testing for character data alignment may crash the test. That's okay.)
It seems that you must access character data in an aligned manner.
ualarm() found.
umask() found.
unordered() NOT found.
unsetenv() found.
usleep() found.
usleep() prototype found.
ustat() found.
closedir() found.
Checking whether closedir() returns a status...
Yes, it does.
wait4() found.
waitpid() found.

wcstombs() found.
wctomb() found.
writev() found.
Checking alignment constraints...
Doubles must be aligned on a how-many-byte boundary? [8]
Checking to see how big your characters are (hey, you never know)...
What is the size of a character (in bytes)? [1]
Checking how long a character is (in bits)...
What is the length of a character (in bits)? [8]
Checking to see how your cpp does stuff like concatenate tokens...
Oh! Smells like ANSI's been here.
We can catify or stringify, separately or together!
<db.h> found.
Checking Berkeley DB version ...
You have Berkeley DB Version 2 or greater.
db.h is from Berkeley DB Version 4.3.29
libdb is from Berkeley DB Version 4.3.29
db.h and libdb are compatible.
Looks OK.
Checking return type needed for hash for Berkeley DB ...
Your version of Berkeley DB uses u_int32_t for hash.
Checking return type needed for prefix for Berkeley DB ...
Your version of Berkeley DB uses size_t for prefix.
Looking for a random number function...
Good, found drand48().
Use which function to generate random numbers? [drand48]
Determining whether or not we are on an EBCDIC system...
Nope, no EBCDIC, probably ASCII or some ISO Latin. Or UTF-8.
Checking how to flush all pending stdio output...
Your fflush(NULL) works okay for output streams.
Let's see if it clobbers input pipes...
fflush(NULL) seems to behave okay with input streams.
Looking for the type for group ids returned by getgid().
gid_t found.
Checking the size of gid_t...
Your gid_t is 4 bytes long.
Checking the sign of gid_t...
Your gid_t is unsigned.
Checking how to print 64-bit integers...
We will use %ld.
Checking the format strings to be used for Perl's internal types...

Checking the format string to be used for gids...


getgroups() found.
setgroups() found.
What type of pointer is the second argument to getgroups() and setgroups()?
Usually this is the same as group ids, gid_t, but not always.
What type pointer is the second argument to getgroups() and setgroups()?
[gid_t]
Would you like to build with Misc Attribute Decoration? This is development
work leading to a Perl 5 to Perl 6 convertor, which imposes a space and speed
overhead on the interpreter.
If this doesn't make any sense to you, just accept the default 'n'.
Build Perl with MAD? [n]
Checking if your /bin/make program sets $(MAKE)...
Yup, it does.

Looking for the type used for file modes for system calls (e.g. fchmod()).
mode_t found.
It seems that va_copy() or similar will be needed.
Looking for the type used for the length parameter for string functions.
size_t found.
Checking to see what type of arguments are accepted by gethostbyaddr().
What is the type for the 1st argument to gethostbyaddr? [char *]
What is the type for the 2nd argument to gethostbyaddr? [size_t]
Checking to see what type of argument is accepted by gethostbyname().
Your system accepts const char *.
Checking to see what type of 1st argument is accepted by getnetbyaddr().
Your system accepts in_addr_t.
What pager is used on your system? [/bin/less -R]
File /bin/less -R doesn't exist. Use that name anyway? [y]
Looking for the type of process ids on this system.
pid_t found.
Checking how to generate random libraries on your machine...
/bin/ar appears to generate random libraries itself.
<values.h> found.
Checking max offsets that gmtime () accepts
Sizeof time_t = 8
Checking max offsets that localtime () accepts
Checking to see what type of arguments are accepted by select().
Your system accepts fd_set *.
Checking to see on how many bits at a time your select() operates...
Your select() operates on 64 bits at a time.

Generating a list of signal names and numbers...


The following 65 signals are available:
SIGZERO SIGHUP SIGINT SIGQUIT SIGILL SIGTRAP SIGABRT SIGBUS SIGFPE
SIGKILL SIGUSR1 SIGSEGV SIGUSR2 SIGPIPE SIGALRM SIGTERM SIGSTKFLT
SIGCHLD SIGCONT SIGSTOP SIGTSTP SIGTTIN SIGTTOU SIGURG SIGXCPU
SIGXFSZ SIGVTALRM SIGPROF SIGWINCH SIGIO SIGPWR SIGSYS SIGNUM32
SIGNUM33 SIGRTMIN SIGNUM35 SIGNUM36 SIGNUM37 SIGNUM38 SIGNUM39
SIGNUM40 SIGNUM41 SIGNUM42 SIGNUM43 SIGNUM44 SIGNUM45 SIGNUM46
SIGNUM47 SIGNUM48 SIGNUM49 SIGNUM50 SIGNUM51 SIGNUM52 SIGNUM53
SIGNUM54 SIGNUM55 SIGNUM56 SIGNUM57 SIGNUM58 SIGNUM59 SIGNUM60
SIGNUM61 SIGNUM62 SIGNUM63 SIGRTMAX SIGIOT SIGCLD SIGPOLL SIGUNUSED
Checking the size of size_t...
Your size_t size is 8 bytes.
Checking to see if you have socklen_t...
You have socklen_t.
<socks.h> NOT found.
Checking to see what type is the last argument of accept().
Your system accepts 'socklen_t *' for the last argument of accept().
I'll be using ssize_t for functions returning a byte count.
Your stdio uses signed chars.
Looking for the type for user ids returned by getuid().
uid_t found.
Checking the size of uid_t...
Your uid_t is 4 bytes long.
Checking the sign of uid_t...
Your uid_t is unsigned.
Checking the format string to be used for uids...
It appears we'll be able to prototype varargs functions.
Which compiler compiler (byacc or yacc or bison -y) shall I use?
[/bin/byacc]
<assert.h> found.
<fp.h> NOT found.
<fp_class.h> NOT found.
<gdbm.h> found.
gdbm_open() found.
<ieeefp.h> NOT found.
<libutil.h> NOT found.
<mntent.h> found.

<net/errno.h> NOT found.


<netinet/tcp.h> found.
<poll.h> found.
<prot.h> NOT found.
Guessing which symbols your C compiler and preprocessor define...
Your C pre-processor defines the following symbols:
__amd64
__amd64__
__CHAR_BIT__
__DBL_DENORM_MIN__
__DBL_DIG__
__DBL_EPSILON__
__DBL_HAS_INFINITY__
__DBL_HAS_QUIET_NAN__
__DBL_MANT_DIG__
__DBL_MAX_10_EXP__
__DBL_MAX__
__DBL_MAX_EXP__
__DBL_MIN_10_EXP__
__DBL_MIN__
__DBL_MIN_EXP__
__DECIMAL_DIG__
__ELF__
_FILE_OFFSET_BITS
__FINITE_MATH_ONLY__
__FLT_DENORM_MIN__
__FLT_DIG__
__FLT_EPSILON__
__FLT_EVAL_METHOD__
__FLT_HAS_INFINITY__
__FLT_HAS_QUIET_NAN__
__FLT_MANT_DIG__
__FLT_MAX_10_EXP__
__FLT_MAX__
__FLT_MAX_EXP__
__FLT_MIN_10_EXP__
__FLT_MIN__
__FLT_MIN_EXP__
__FLT_RADIX__
__GLIBC__
__GLIBC_MINOR__
__GNUC__
__GNUC_GNU_INLINE__
__GNUC_MINOR__
__GNUC_PATCHLEVEL__
__GNUC_RH_RELEASE__
__GNU_LIBRARY__
__gnu_linux__
__GXX_ABI_VERSION
__INT_MAX__
__INTMAX_MAX__
__INTMAX_TYPE__
__k8
__k8__
_LARGEFILE_SOURCE
__LDBL_DENORM_MIN__
__LDBL_DIG__
__LDBL_EPSILON__
__LDBL_HAS_INFINITY__
__LDBL_HAS_QUIET_NAN__
__LDBL_MANT_DIG__
__LDBL_MAX_10_EXP__
__LDBL_MAX__
__LDBL_MAX_EXP__
__LDBL_MIN_10_EXP__
__LDBL_MIN__
__LDBL_MIN_EXP__
__linux
__linux__
linux
__LONG_LONG_MAX__
__LONG_MAX__
__LP64__
_LP64
__MMX__
_POSIX_C_SOURCE
_POSIX_SOURCE
__PTRDIFF_TYPE__
__REGISTER_PREFIX__
__SCHAR_MAX__
__SHRT_MAX__
__SIZE_TYPE__
__SSE__
__SSE2__
__SSE2_MATH__
__SSE_MATH__
__STDC__
__STDC_HOSTED__
__UINTMAX_TYPE__
__unix
__unix__
unix
__USE_BSD
__USE_FILE_OFFSET64
__USE_LARGEFILE
__USE_MISC
__USE_POSIX
__USE_POSIX199309
__USE_POSIX199506
__USE_POSIX2
__USER_LABEL_PREFIX__
__USE_SVID
__VERSION__
__WCHAR_MAX__
__WCHAR_TYPE__
__WINT_TYPE__
__x86_64
__x86_64__
tcsetattr() found.
You have POSIX termios.h... good!
<stddef.h> found.
<sys/access.h> NOT found.

<sys/filio.h> NOT found.


<sys/ioctl.h> found.
<sys/sockio.h> not found, assuming socket ioctls are in <sys/ioctl.h>.
<syslog.h> found.
<sys/mode.h> NOT found.
<sys/poll.h> found.
<sys/resource.h> found.
<sys/security.h> NOT found.
<sys/statvfs.h> found.
<sys/un.h> found.
<sys/utsname.h> found.

<sys/wait.h> found.
<ustat.h> found.
<utime.h> found.
Looking for extensions...
A number of extensions are supplied with perl5. You may choose to
compile these extensions for dynamic loading (the default), compile
them into the perl5 executable (static loading), or not include
them at all. Answer "none" to include no extensions.
Note that DynaLoader is always built and need not be mentioned here.
What extensions do you wish to load dynamically?
[attributes B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd Data/Dumper DB_File Devel
/DProf Devel/Peek Devel/PPPort Digest/MD5 Digest/SHA Encode Fcntl File/Glob Filt
er/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV L
ist/Util Math/BigInt/FastCalc MIME/Base64 mro NDBM_File Opcode PerlIO/encoding P
erlIO/scalar PerlIO/via POSIX re SDBM_File Socket Storable Sys/Hostname Sys/Sysl
og Text/Soundex threads threads/shared Time/HiRes Time/Piece Unicode/Normalize X
S/APItest XS/APItest/KeywordRPN XS/Typemap]
What extensions do you wish to load statically? [none]

End of configuration questions.

Stripping down executable paths...


Creating config.sh...
Hmm...You had some extra variables I don't know about...I'll try to keep 'em...
Propagating recommended variable $libdb_needs_pthread...
Doing variable substitutions on .SH files...
Extracting cflags (with variable substitutions)
Extracting config.h (with variable substitutions)
Extracting makeaperl (with variable substitutions)
Extracting makedepend (with variable substitutions)
Extracting Makefile (with variable substitutions)
Extracting myconfig (with variable substitutions)
Extracting pod/Makefile (with variable substitutions)
Extracting Policy.sh (with variable substitutions)
Extracting runtests (with variable substitutions)
Extracting utils/Makefile (with variable substitutions)
Extracting writemain (with variable substitutions)
Extracting x2p/cflags (with variable substitutions)
Extracting x2p/Makefile (with variable substitutions)
Now you need to generate make dependencies by running "make depend".
You might prefer to run it in background: "make depend > makedepend.out &"
It can take a while, so you might not want to run it right now.
Run make depend now? [y]
sh ./makedepend MAKE=make
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2'
sh writemain DynaLoader.o > perlmain.c
echo av.c scope.c op.c doop.c doio.c dump.c gv.c hv.c mg.c reentr.c mro.c perl.c
perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c utf8.c sv.c taint.c
toke.c util.c deb.c run.c universal.c pad.c globals.c perlio.c perlapi.c numeri
c.c mathoms.c locale.c pp_pack.c pp_sort.c miniperlmain.c perlmain.c opmini.c
perlmini.c | tr ' ' '\n' >.clist
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2'
Finding dependencies for av.o.
Finding dependencies for scope.o.
Finding dependencies for op.o.
Finding dependencies for doop.o.
Finding dependencies for doio.o.
Finding dependencies for dump.o.
Finding dependencies for gv.o.
Finding dependencies for hv.o.
Finding dependencies for mg.o.
Finding dependencies for reentr.o.
Finding dependencies for mro.o.
Finding dependencies for perl.o.
Finding dependencies for perly.o.
Finding dependencies for pp.o.
Finding dependencies for pp_hot.o.
Finding dependencies for pp_ctl.o.
Finding dependencies for pp_sys.o.
Finding dependencies for regcomp.o.
Finding dependencies for regexec.o.
Finding dependencies for utf8.o.
Finding dependencies for sv.o.
Finding dependencies for taint.o.
Finding dependencies for toke.o.
Finding dependencies for util.o.
Finding dependencies for deb.o.
Finding dependencies for run.o.
Finding dependencies for universal.o.
Finding dependencies for pad.o.
Finding dependencies for globals.o.
Finding dependencies for perlio.o.
Finding dependencies for perlapi.o.
Finding dependencies for numeric.o.
Finding dependencies for mathoms.o.
Finding dependencies for locale.o.
Finding dependencies for pp_pack.o.
Finding dependencies for pp_sort.o.
Finding dependencies for miniperlmain.o.
Finding dependencies for perlmain.o.
Finding dependencies for opmini.o.
Finding dependencies for perlmini.o.
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2'
echo Makefile.SH cflags.SH config_h.SH makeaperl.SH makedepend.SH myconfig.SH wr
itemain.SH pod/Makefile.SH | tr ' ' '\n' >.shlist
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2'
Updating makefile...
test -s perlmain.c && touch perlmain.c
cd x2p; make depend
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
sh ../makedepend MAKE=make
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
echo hash.c str.c util.c walk.c | tr ' ' '\n' >.clist
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
Finding dependencies for hash.o.
Finding dependencies for str.o.
Finding dependencies for util.o.
Finding dependencies for walk.o.
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
echo Makefile.SH cflags.SH | tr ' ' '\n' >.shlist
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
Updating makefile...
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
Now you must run 'make'.
If you compile perl5 on a different machine or from a different object
directory, copy the Policy.sh file from this object directory to the
new one before you run Configure -- this will help you with most of
the policy defaults.
`sh cflags "optimize='-O2'" miniperlmain.o` miniperlmain.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" gv.o` gv.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" toke.o` toke.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" perly.o` perly.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" pad.o` pad.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" regcomp.o` regcomp.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" dump.o` dump.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" util.o` util.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" mg.o` mg.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" reentr.o` reentr.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" mro.o` mro.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" hv.o` hv.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" av.o` av.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" run.o` run.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" pp_hot.o` pp_hot.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" sv.o` sv.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" pp.o` pp.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" scope.o` scope.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" pp_ctl.o` pp_ctl.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" pp_sys.o` pp_sys.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" doop.o` doop.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" doio.o` doio.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" regexec.o` regexec.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" utf8.o` utf8.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" taint.o` taint.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" deb.o` deb.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" universal.o` universal.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" globals.o` globals.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" perlio.o` perlio.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" perlapi.o` perlapi.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" numeric.o` numeric.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" mathoms.o` mathoms.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" locale.o` locale.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" pp_pack.o` pp_pack.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
pp_pack.c: In function â S_unpack_recâ :
pp_pack.c:1561: warning: â strâ may be used uninitialized in this function
pp_pack.c:1228: warning: â svâ may be used uninitialized in this function
`sh cflags "optimize='-O2'" pp_sort.o` pp_sort.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" opmini.o` -DPERL_EXTERNAL_GLOB opmini.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" perlmini.o` -DPERL_IS_MINIPERL perlmini.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
cc -fstack-protector -L/usr/local/lib -o miniperl \
gv.o toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o mr
o.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o r
egexec.o utf8.o taint.o deb.o universal.o globals.o perlio.o perlapi.o numeric.o
mathoms.o locale.o pp_pack.o pp_sort.o \
miniperlmain.o opmini.o perlmini.o -lnsl -ldl -lm -lcrypt -lutil -lc
./miniperl -w -Ilib -MExporter -e '<?>' || make minitest
./miniperl -Ilib autodoc.pl
./miniperl -Ilib -Icpan/Cwd -Icpan/Cwd/lib pod/perlmodlib.PL -q
./miniperl -Ilib make_patchnum.pl
Reusing 'git_version.h' and 'lib/Config_git.pl'
./miniperl -Ilib configpm
written lib/Config.pod
updated lib/Config.pm
updated lib/Config_heavy.pl
./miniperl -Ilib make_ext.pl cpan/Archive-Extract/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Archive::Extract (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Extract'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Archive::Extract
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Extract'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Archive-Extract
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Extract'
Skip ../../lib/Archive/Extract.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Extract'
./miniperl -Ilib make_ext.pl cpan/Archive-Tar/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Archive::Tar (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Tar'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Archive::Tar
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Tar'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Archive-Tar
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Tar'
Skip ../../lib/Archive/Tar/Constant.pm (unchanged)
Skip ../../lib/Archive/Tar.pm (unchanged)
Skip ../../lib/Archive/Tar/File.pm (unchanged)
cp bin/ptardiff blib/script/ptardiff
/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Archive-Tar/../../miniperl "-I.
./../lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ptar
diff
cp bin/ptar blib/script/ptar
/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Archive-Tar/../../miniperl "-I.
./../lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ptar
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Tar'
./miniperl -Ilib make_ext.pl dist/Attribute-Handlers/pm_to_blib MAKE=make LIBPER
L_A=libperl.a
Making Attribute::Handlers (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/At
tribute-Handlers'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Attribute::Handlers
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Att
ribute-Handlers'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/Attribute-Handlers
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/At
tribute-Handlers'
Skip ../../lib/Attribute/Handlers.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Att
ribute-Handlers'
./miniperl -Ilib make_ext.pl cpan/autodie/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making autodie (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/au
todie'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for autodie
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/aut
odie'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/autodie
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/au
todie'
Skip ../../lib/Fatal.pm (unchanged)
Skip ../../lib/autodie/exception.pm (unchanged)
Skip ../../lib/autodie/hints.pm (unchanged)
Skip ../../lib/autodie.pm (unchanged)
Skip ../../lib/autodie/exception/system.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/aut
odie'
./miniperl -Ilib make_ext.pl cpan/AutoLoader/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making AutoLoader (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Au
toLoader'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for AutoLoader
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Aut
oLoader'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/AutoLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Au
toLoader'
Skip ../../lib/AutoLoader.pm (unchanged)
Skip ../../lib/AutoSplit.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Aut
oLoader'
./miniperl -Ilib make_ext.pl ext/autouse/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making autouse (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/aut
ouse'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for autouse
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/auto
use'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in ext/autouse
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/aut
ouse'
Skip ../../lib/autouse.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/auto
use'
./miniperl -Ilib make_ext.pl dist/base/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making base (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/ba
se'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Checking if your kit is complete...
Warning: the following files are missing in your kit:
t/fields-5.6.0.t
t/fields-5.8.0.t
Please inform the author.
Writing Makefile for base
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/bas
e'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/base
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/ba
se'
Skip ../../lib/fields.pm (unchanged)
Skip ../../lib/base.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/bas
e'
./miniperl -Ilib make_ext.pl cpan/B-Debug/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making B::Debug (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Debug'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for B::Debug
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-D
ebug'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/B-Debug
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Debug'
Skip ../../lib/B/Debug.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-D
ebug'
./miniperl -Ilib make_ext.pl dist/B-Deparse/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making B::Deparse (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-
Deparse'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for B::Deparse
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-D
eparse'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/B-Deparse
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-
Deparse'
Skip ../../lib/B/Deparse.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-D
eparse'
./miniperl -Ilib make_ext.pl cpan/bignum/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making bignum (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/bi
gnum'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for bignum
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/big
num'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/bignum
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/bi
gnum'
Skip ../../lib/bignum.pm (unchanged)
Skip ../../lib/bigrat.pm (unchanged)
Skip ../../lib/Math/BigFloat/Trace.pm (unchanged)
Skip ../../lib/bigint.pm (unchanged)
Skip ../../lib/Math/BigInt/Trace.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/big
num'
./miniperl -Ilib make_ext.pl cpan/B-Lint/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making B::Lint (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Lint'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for B::Lint
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-L
int'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/B-Lint
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Lint'
Skip ../../lib/B/Lint/Debug.pm (unchanged)
Skip ../../lib/B/Lint.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-L
int'
./miniperl -Ilib make_ext.pl cpan/CGI/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making CGI (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CG
I'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for CGI
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CGI
'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/CGI
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CG
I'
Skip ../../lib/CGI/Switch.pm (unchanged)
Skip ../../lib/CGI/Cookie.pm (unchanged)
Skip ../../lib/CGI/Pretty.pm (unchanged)
Skip ../../lib/CGI.pm (unchanged)
Skip ../../lib/CGI/Carp.pm (unchanged)
Skip ../../lib/CGI/Apache.pm (unchanged)
Skip ../../lib/CGI/Util.pm (unchanged)
Skip ../../lib/CGI/Push.pm (unchanged)
Skip ../../lib/CGI/Fast.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CGI
'
./miniperl -Ilib make_ext.pl cpan/Class-ISA/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Class::ISA (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cl
ass-ISA'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Class::ISA
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cla
ss-ISA'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Class-ISA
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cl
ass-ISA'
Skip ../../lib/Class/ISA.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cla
ss-ISA'
./miniperl -Ilib make_ext.pl dist/constant/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making constant (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/co
nstant'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for constant
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/con
stant'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/constant
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/co
nstant'
Skip ../../lib/constant.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/con
stant'
./miniperl -Ilib make_ext.pl cpan/CPAN/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making CPAN (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
AN'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for CPAN
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
N'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/CPAN
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
AN'
Skip ../../lib/CPAN.pm (unchanged)
Skip ../../lib/CPAN/CacheMgr.pm (unchanged)
Skip ../../lib/CPAN/FTP/netrc.pm (unchanged)
Skip ../../lib/CPAN/LWP/UserAgent.pm (unchanged)
Skip ../../lib/CPAN/FTP.pm (unchanged)
Skip ../../lib/CPAN/Queue.pm (unchanged)
Skip ../../lib/CPAN/Distroprefs.pm (unchanged)
Skip ../../lib/CPAN/Kwalify/distroprefs.yml (unchanged)
Skip ../../lib/App/Cpan.pm (unchanged)
Skip ../../lib/CPAN/Kwalify.pm (unchanged)
Skip ../../lib/CPAN/Module.pm (unchanged)
Skip ../../lib/CPAN/Author.pm (unchanged)
Skip ../../lib/CPAN/Debug.pm (unchanged)
Skip ../../lib/CPAN/API/HOWTO.pod (unchanged)
Skip ../../lib/CPAN/Complete.pm (unchanged)
Skip ../../lib/CPAN/FirstTime.pm (unchanged)
Skip ../../lib/CPAN/Distrostatus.pm (unchanged)
Skip ../../lib/CPAN/Exception/blocked_urllist.pm (unchanged)
Skip ../../lib/CPAN/Prompt.pm (unchanged)
Skip ../../lib/CPAN/Tarzip.pm (unchanged)
Skip ../../lib/CPAN/URL.pm (unchanged)
Skip ../../lib/CPAN/Version.pm (unchanged)
Skip ../../lib/CPAN/DeferredCode.pm (unchanged)
Skip ../../lib/CPAN/Distribution.pm (unchanged)
Skip ../../lib/CPAN/Nox.pm (unchanged)
Skip ../../lib/CPAN/Bundle.pm (unchanged)
Skip ../../lib/CPAN/Exception/RecursiveDependency.pm (unchanged)
Skip ../../lib/CPAN/Shell.pm (unchanged)
Skip ../../lib/CPAN/HandleConfig.pm (unchanged)
Skip ../../lib/CPAN/InfoObj.pm (unchanged)
Skip ../../lib/CPAN/Exception/yaml_not_installed.pm (unchanged)
Skip ../../lib/CPAN/Index.pm (unchanged)
Skip ../../lib/CPAN/Kwalify/distroprefs.dd (unchanged)
Skip ../../lib/CPAN/Mirrors.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
N'
./miniperl -Ilib make_ext.pl cpan/CPANPLUS/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making CPANPLUS (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for CPANPLUS
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/CPANPLUS
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS'
Skip ../../lib/CPANPLUS/Backend/RV.pm (unchanged)
Skip ../../lib/CPANPLUS/Shell/Default.pm (unchanged)
Skip ../../lib/CPANPLUS/Module.pm (unchanged)
Skip ../../lib/CPANPLUS/Module/Author.pm (unchanged)
Skip ../../lib/CPANPLUS/Module/Checksums.pm (unchanged)
Skip ../../lib/CPANPLUS/Dist/MM.pm (unchanged)
Skip ../../lib/CPANPLUS/Internals.pm (unchanged)
Skip ../../lib/CPANPLUS/Module/Signature.pm (unchanged)
Skip ../../lib/CPANPLUS/Hacking.pod (unchanged)
Skip ../../lib/CPANPLUS.pm (unchanged)
Skip ../../lib/CPANPLUS/Shell/Default/Plugins/Remote.pm (unchanged)
Skip ../../lib/CPANPLUS/Backend.pm (unchanged)
Skip ../../lib/CPANPLUS/Internals/Report.pm (unchanged)
Skip ../../lib/CPANPLUS/Module/Author/Fake.pm (unchanged)
Skip ../../lib/CPANPLUS/FAQ.pod (unchanged)
Skip ../../lib/CPANPLUS/Config.pm (unchanged)
Skip ../../lib/CPANPLUS/Shell/Default/Plugins/Source.pm (unchanged)
Skip ../../lib/CPANPLUS/Internals/Utils.pm (unchanged)
Skip ../../lib/CPANPLUS/Internals/Constants/Report.pm (unchanged)
Skip ../../lib/CPANPLUS/Configure/Setup.pm (unchanged)
Skip ../../lib/CPANPLUS/Shell.pm (unchanged)
Skip ../../lib/CPANPLUS/Internals/Source.pm (unchanged)
Skip ../../lib/CPANPLUS/Internals/Fetch.pm (unchanged)
Skip ../../lib/CPANPLUS/Dist.pm (unchanged)
Skip ../../lib/CPANPLUS/Shell/Classic.pm (unchanged)
Skip ../../lib/CPANPLUS/Configure.pm (unchanged)
Skip ../../lib/CPANPLUS/Selfupdate.pm (unchanged)
Skip ../../lib/CPANPLUS/Internals/Search.pm (unchanged)
Skip ../../lib/CPANPLUS/Internals/Extract.pm (unchanged)
Skip ../../lib/CPANPLUS/Internals/Source/SQLite/Tie.pm (unchanged)
Skip ../../lib/CPANPLUS/Dist/Sample.pm (unchanged)
Skip ../../lib/CPANPLUS/Internals/Utils/Autoflush.pm (unchanged)
Skip ../../lib/CPANPLUS/Shell/Default/Plugins/CustomSource.pm (unchanged)
Skip ../../lib/CPANPLUS/Error.pm (unchanged)
Skip ../../lib/CPANPLUS/Module/Fake.pm (unchanged)
Skip ../../lib/CPANPLUS/Internals/Source/SQLite.pm (unchanged)
Skip ../../lib/CPANPLUS/Internals/Source/Memory.pm (unchanged)
Skip ../../lib/CPANPLUS/Dist/Autobundle.pm (unchanged)
Skip ../../lib/CPANPLUS/Internals/Constants.pm (unchanged)
Skip ../../lib/CPANPLUS/Dist/Base.pm (unchanged)
Skip ../../lib/CPANPLUS/Shell/Default/Plugins/HOWTO.pod (unchanged)
cp bin/cpanp-run-perl blib/script/cpanp-run-perl
/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPANPLUS/../../miniperl "-I../.
./lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpanp-r
un-perl
cp bin/cpan2dist blib/script/cpan2dist
/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPANPLUS/../../miniperl "-I../.
./lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpan2di
st
cp bin/cpanp blib/script/cpanp
/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPANPLUS/../../miniperl "-I../.
./lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpanp
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS'
./miniperl -Ilib make_ext.pl cpan/CPANPLUS-Dist-Build/pm_to_blib MAKE=make LIBPE
RL_A=libperl.a
Making CPANPLUS::Dist::Build (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS-Dist-Build'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for CPANPLUS::Dist::Build
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS-Dist-Build'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/CPANPLUS-Dist-Build
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS-Dist-Build'
Skip ../../lib/CPANPLUS/Dist/Build.pm (unchanged)
Skip ../../lib/CPANPLUS/Dist/Build/Constants.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS-Dist-Build'
./miniperl -Ilib make_ext.pl ext/Devel-SelfStubber/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making Devel::SelfStubber (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-SelfStubber'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Devel::SelfStubber
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-SelfStubber'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in ext/Devel-SelfStubber
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-SelfStubber'
Skip ../../lib/Devel/SelfStubber.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-SelfStubber'
./miniperl -Ilib make_ext.pl cpan/Digest/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making Digest (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Digest
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Digest
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest'
Skip ../../lib/Digest.pm (unchanged)
Skip ../../lib/Digest/file.pm (unchanged)
Skip ../../lib/Digest/base.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est'
./miniperl -Ilib make_ext.pl cpan/encoding-warnings/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making encoding::warnings (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/en
coding-warnings'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for encoding::warnings
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/enc
oding-warnings'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/encoding-warnings
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/en
coding-warnings'
Skip ../../lib/encoding/warnings.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/enc
oding-warnings'
./miniperl -Ilib make_ext.pl ext/Errno/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Errno (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Err
no'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Errno
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Errn
o'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in ext/Errno
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Err
no'
../../miniperl "-I../../lib" "-I../../lib" Errno_pm.PL Errno.pm
Skip ../../lib/Errno.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Errn
o'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-CBuilder/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making ExtUtils::CBuilder (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-CBuilder'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for ExtUtils::CBuilder
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-CBuilder'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/ExtUtils-CBuilder
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-CBuilder'
Skip ../../lib/ExtUtils/CBuilder.pm (unchanged)
Skip ../../lib/ExtUtils/CBuilder/Platform/Windows.pm (unchanged)
Skip ../../lib/ExtUtils/CBuilder/Platform/aix.pm (unchanged)
Skip ../../lib/ExtUtils/CBuilder/Platform/cygwin.pm (unchanged)
Skip ../../lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm (unchanged)
Skip ../../lib/ExtUtils/CBuilder/Platform/VMS.pm (unchanged)
Skip ../../lib/ExtUtils/CBuilder/Platform/Unix.pm (unchanged)
Skip ../../lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm (unchanged)
Skip ../../lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm (unchanged)
Skip ../../lib/ExtUtils/CBuilder/Platform/darwin.pm (unchanged)
Skip ../../lib/ExtUtils/CBuilder/Platform/dec_osf.pm (unchanged)
Skip ../../lib/ExtUtils/CBuilder/Platform/os2.pm (unchanged)
Skip ../../lib/ExtUtils/CBuilder/Base.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-CBuilder'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-Command/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making ExtUtils::Command (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Command'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for ExtUtils::Command
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Command'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/ExtUtils-Command
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Command'
Skip ../../lib/ExtUtils/Command.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Command'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-Constant/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making ExtUtils::Constant (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Constant'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for ExtUtils::Constant
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Constant'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/ExtUtils-Constant
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Constant'
Skip ../../lib/ExtUtils/Constant/ProxySubs.pm (unchanged)
Skip ../../lib/ExtUtils/Constant/XS.pm (unchanged)
Skip ../../lib/ExtUtils/Constant/Utils.pm (unchanged)
Skip ../../lib/ExtUtils/Constant/Base.pm (unchanged)
Skip ../../lib/ExtUtils/Constant.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Constant'
./miniperl -Ilib make_ext.pl dist/ExtUtils-Install/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making ExtUtils::Install (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ex
tUtils-Install'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for ExtUtils::Install
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ext
Utils-Install'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/ExtUtils-Install
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ex
tUtils-Install'
Skip ../../lib/ExtUtils/Installed.pm (unchanged)
Skip ../../lib/ExtUtils/Install.pm (unchanged)
Skip ../../lib/ExtUtils/Packlist.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ext
Utils-Install'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-MakeMaker/pm_to_blib MAKE=make LIBPER
L_A=libperl.a
Making ExtUtils::MakeMaker (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-MakeMaker'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Checking if your kit is complete...
Warning: the following files are missing in your kit:
.gitignore
inc/ExtUtils/Command.pm
inc/ExtUtils/Install.pm
inc/ExtUtils/Installed.pm
inc/ExtUtils/Manifest.pm
inc/ExtUtils/MANIFEST.SKIP
inc/ExtUtils/Packlist.pm
MANIFEST.SKIP
META.yml
t/lib/Test/Builder.pm
t/lib/Test/Builder/IO/Scalar.pm
t/lib/Test/Builder/Module.pm
t/lib/Test/More.pm
t/lib/Test/Simple.pm
Please inform the author.
Writing Makefile for ExtUtils::MakeMaker
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-MakeMaker'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/ExtUtils-MakeMaker
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-MakeMaker'
Skip ../../lib/ExtUtils/MakeMaker.pm (unchanged)
Skip ../../lib/ExtUtils/MM_OS2.pm (unchanged)
Skip ../../lib/ExtUtils/MM_VOS.pm (unchanged)
Skip ../../lib/ExtUtils/MM_Unix.pm (unchanged)
Skip ../../lib/ExtUtils/Mksymlists.pm (unchanged)
Skip ../../lib/ExtUtils/MM.pm (unchanged)
Skip ../../lib/ExtUtils/MM_UWIN.pm (unchanged)
Skip ../../lib/ExtUtils/MM_Win32.pm (unchanged)
Skip ../../lib/ExtUtils/testlib.pm (unchanged)
Skip ../../lib/ExtUtils/MY.pm (unchanged)
Skip ../../lib/ExtUtils/MM_Cygwin.pm (unchanged)
Skip ../../lib/ExtUtils/MM_DOS.pm (unchanged)
Skip ../../lib/ExtUtils/MM_MacOS.pm (unchanged)
Skip ../../lib/ExtUtils/MM_VMS.pm (unchanged)
Skip ../../lib/ExtUtils/MM_Win95.pm (unchanged)
Skip ../../lib/ExtUtils/MM_BeOS.pm (unchanged)
Skip ../../lib/ExtUtils/Liblist.pm (unchanged)
Skip ../../lib/ExtUtils/MM_AIX.pm (unchanged)
Skip ../../lib/ExtUtils/MM_Darwin.pm (unchanged)
Skip ../../lib/ExtUtils/MakeMaker/Tutorial.pod (unchanged)
Skip ../../lib/ExtUtils/Mkbootstrap.pm (unchanged)
Skip ../../lib/ExtUtils/Liblist/Kid.pm (unchanged)
Skip ../../lib/ExtUtils/MM_QNX.pm (unchanged)
Skip ../../lib/ExtUtils/MakeMaker/FAQ.pod (unchanged)
Skip ../../lib/ExtUtils/Command/MM.pm (unchanged)
Skip ../../lib/ExtUtils/MakeMaker/Config.pm (unchanged)
Skip ../../lib/ExtUtils/MM_NW5.pm (unchanged)
Skip ../../lib/ExtUtils/MM_Any.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-MakeMaker'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-Manifest/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making ExtUtils::Manifest (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Manifest'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for ExtUtils::Manifest
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Manifest'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/ExtUtils-Manifest
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Manifest'
Skip ../../lib/ExtUtils/MANIFEST.SKIP (unchanged)
Skip ../../lib/ExtUtils/Manifest.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Manifest'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-ParseXS/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making ExtUtils::ParseXS (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-ParseXS'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for ExtUtils::ParseXS
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-ParseXS'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/ExtUtils-ParseXS
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-ParseXS'
Skip ../../lib/ExtUtils/ParseXS.pm (unchanged)
Skip ../../lib/ExtUtils/xsubpp (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-ParseXS'
./miniperl -Ilib make_ext.pl ext/FileCache/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making FileCache (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
eCache'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for FileCache
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
Cache'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in ext/FileCache
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
eCache'
Skip ../../lib/FileCache.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
Cache'
./miniperl -Ilib make_ext.pl cpan/File-Fetch/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making File::Fetch (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Fetch'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for File::Fetch
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Fetch'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/File-Fetch
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Fetch'
Skip ../../lib/File/Fetch.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Fetch'
./miniperl -Ilib make_ext.pl cpan/File-Path/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making File::Path (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Path'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for File::Path
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Path'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/File-Path
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Path'
Skip ../../lib/File/Path.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Path'
./miniperl -Ilib make_ext.pl cpan/File-Temp/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making File::Temp (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Temp'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for File::Temp
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Temp'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/File-Temp
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Temp'
Skip ../../lib/File/Temp.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Temp'
./miniperl -Ilib make_ext.pl dist/Filter-Simple/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making Filter::Simple (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fi
lter-Simple'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Filter::Simple
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fil
ter-Simple'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/Filter-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fi
lter-Simple'
Skip ../../lib/Filter/Simple.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fil
ter-Simple'
./miniperl -Ilib make_ext.pl cpan/Getopt-Long/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Getopt::Long (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ge
topt-Long'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Getopt::Long
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Get
opt-Long'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Getopt-Long
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ge
topt-Long'
Skip ../../lib/Getopt/Long.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Get
opt-Long'
./miniperl -Ilib make_ext.pl dist/I18N-LangTags/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making I18N::LangTags (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I1
8N-LangTags'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for I18N::LangTags
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I18
N-LangTags'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/I18N-LangTags
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I1
8N-LangTags'
Skip ../../lib/I18N/LangTags/List.pm (unchanged)
Skip ../../lib/I18N/LangTags.pm (unchanged)
Skip ../../lib/I18N/LangTags/Detect.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I18
N-LangTags'
./miniperl -Ilib make_ext.pl cpan/if/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making if (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if
'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for if
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/if
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if
'
Skip ../../lib/if.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if'
./miniperl -Ilib make_ext.pl cpan/IO-Compress/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making IO::Compress (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Compress'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for IO::Compress
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Compress'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/IO-Compress
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Compress'
Skip ../../lib/IO/Uncompress/Adapter/Bunzip2.pm (unchanged)
Skip ../../lib/IO/Uncompress/RawInflate.pm (unchanged)
Skip ../../lib/Compress/Zlib.pm (unchanged)
Skip ../../lib/IO/Uncompress/Inflate.pm (unchanged)
Skip ../../lib/IO/Compress/Deflate.pm (unchanged)
Skip ../../lib/IO/Compress/Adapter/Deflate.pm (unchanged)
Skip ../../lib/IO/Uncompress/Adapter/Identity.pm (unchanged)
Skip ../../lib/IO/Compress/Zip.pm (unchanged)
Skip ../../lib/IO/Uncompress/Base.pm (unchanged)
Skip ../../lib/IO/Compress/Gzip/Constants.pm (unchanged)
Skip ../../lib/IO/Compress/Zlib/Extra.pm (unchanged)
Skip ../../lib/File/GlobMapper.pm (unchanged)
Skip ../../lib/IO/Compress/Base.pm (unchanged)
Skip ../../lib/IO/Compress/Zip/Constants.pm (unchanged)
Skip ../../lib/IO/Compress/Zlib/Constants.pm (unchanged)
Skip ../../lib/IO/Compress/Adapter/Identity.pm (unchanged)
Skip ../../lib/IO/Uncompress/Adapter/Inflate.pm (unchanged)
Skip ../../lib/IO/Uncompress/Unzip.pm (unchanged)
Skip ../../lib/IO/Compress/Base/Common.pm (unchanged)
Skip ../../lib/IO/Uncompress/Bunzip2.pm (unchanged)
Skip ../../lib/IO/Uncompress/Gunzip.pm (unchanged)
Skip ../../lib/IO/Uncompress/AnyUncompress.pm (unchanged)
Skip ../../lib/IO/Compress/Adapter/Bzip2.pm (unchanged)
Skip ../../lib/IO/Compress/RawDeflate.pm (unchanged)
Skip ../../lib/IO/Uncompress/AnyInflate.pm (unchanged)
Skip ../../lib/IO/Compress/Gzip.pm (unchanged)
Skip ../../lib/IO/Compress/Bzip2.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Compress'
./miniperl -Ilib make_ext.pl cpan/IO-Zlib/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making IO::Zlib (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Zlib'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for IO::Zlib
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Zlib'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/IO-Zlib
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Zlib'
Skip ../../lib/IO/Zlib.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Zlib'
./miniperl -Ilib make_ext.pl cpan/IPC-Cmd/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making IPC::Cmd (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-Cmd'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for IPC::Cmd
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-Cmd'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/IPC-Cmd
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-Cmd'
Skip ../../lib/IPC/Cmd.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-Cmd'
./miniperl -Ilib make_ext.pl ext/IPC-Open2/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making IPC::Open2 (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open2'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for IPC::Open2
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open2'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in ext/IPC-Open2
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open2'
Skip ../../lib/IPC/Open2.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open2'
./miniperl -Ilib make_ext.pl ext/IPC-Open3/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making IPC::Open3 (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open3'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for IPC::Open3
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open3'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in ext/IPC-Open3
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open3'
Skip ../../lib/IPC/Open3.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open3'
./miniperl -Ilib make_ext.pl dist/lib/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making lib (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/li
b'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for lib
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/lib
'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/lib
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/li
b'
../../miniperl "-I../../lib" "-I../../lib" lib_pm.PL lib.pm
Extracting lib.pm (with variable substitutions)
Skip ../../lib/lib.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/lib
'
./miniperl -Ilib make_ext.pl cpan/libnet/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making libnet (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/li
bnet'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Net
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/lib
net'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/libnet
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/li
bnet'
Skip ../../lib/Net/POP3.pm (unchanged)
Skip ../../lib/Net/Config.pm (unchanged)
Skip ../../lib/Net/SMTP.pm (unchanged)
Skip ../../lib/Net/FTP/dataconn.pm (unchanged)
Skip ../../lib/Net/libnetFAQ.pod (unchanged)
Skip ../../lib/Net/Domain.pm (unchanged)
Skip ../../lib/Net/FTP/E.pm (unchanged)
Skip ../../lib/Net/Cmd.pm (unchanged)
Skip ../../lib/Net/FTP.pm (unchanged)
Skip ../../lib/Net/Netrc.pm (unchanged)
Skip ../../lib/Net/FTP/A.pm (unchanged)
Skip ../../lib/Net/FTP/L.pm (unchanged)
Skip ../../lib/Net/NNTP.pm (unchanged)
Skip ../../lib/Net/Time.pm (unchanged)
Skip ../../lib/Net/FTP/I.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/lib
net'
./miniperl -Ilib make_ext.pl cpan/Locale-Codes/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Locale::Codes (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Codes'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Locale-Codes
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Codes'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Locale-Codes
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Codes'
Skip ../../lib/Locale/Country.pm (unchanged)
Skip ../../lib/Locale/Script.pod (unchanged)
Skip ../../lib/Locale/Constants.pod (unchanged)
Skip ../../lib/Locale/Language.pm (unchanged)
Skip ../../lib/Locale/Currency.pod (unchanged)
Skip ../../lib/Locale/Constants.pm (unchanged)
Skip ../../lib/Locale/Script.pm (unchanged)
Skip ../../lib/Locale/Country.pod (unchanged)
Skip ../../lib/Locale/Language.pod (unchanged)
Skip ../../lib/Locale/Currency.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Codes'
./miniperl -Ilib make_ext.pl dist/Locale-Maketext/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Locale::Maketext (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Lo
cale-Maketext'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Locale::Maketext
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Loc
ale-Maketext'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/Locale-Maketext
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Lo
cale-Maketext'
Skip ../../lib/Locale/Maketext/Guts.pm (unchanged)
Skip ../../lib/Locale/Maketext/GutsLoader.pm (unchanged)
Skip ../../lib/Locale/Maketext/TPJ13.pod (unchanged)
Skip ../../lib/Locale/Maketext.pod (unchanged)
Skip ../../lib/Locale/Maketext.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Loc
ale-Maketext'
./miniperl -Ilib make_ext.pl cpan/Locale-Maketext-Simple/pm_to_blib MAKE=make LI
BPERL_A=libperl.a
Making Locale::Maketext::Simple (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Maketext-Simple'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Locale::Maketext::Simple
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Maketext-Simple'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Locale-Maketext-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Maketext-Simple'
Skip ../../lib/Locale/Maketext/Simple.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Maketext-Simple'
./miniperl -Ilib make_ext.pl cpan/Log-Message/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Log::Message (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Log::Message
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Log-Message
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message'
Skip ../../lib/Log/Message/Config.pm (unchanged)
Skip ../../lib/Log/Message/Handlers.pm (unchanged)
Skip ../../lib/Log/Message.pm (unchanged)
Skip ../../lib/Log/Message/Item.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message'
./miniperl -Ilib make_ext.pl cpan/Log-Message-Simple/pm_to_blib MAKE=make LIBPER
L_A=libperl.a
Making Log::Message::Simple (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message-Simple'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Log::Message::Simple
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message-Simple'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Log-Message-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message-Simple'
Skip ../../lib/Log/Message/Simple.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message-Simple'
./miniperl -Ilib make_ext.pl cpan/Math-BigInt/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Math::BigInt (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Math::BigInt
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Math-BigInt
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt'
Skip ../../lib/Math/BigInt.pm (unchanged)
Skip ../../lib/Math/BigInt/CalcEmu.pm (unchanged)
Skip ../../lib/Math/BigFloat.pm (unchanged)
Skip ../../lib/Math/BigInt/Calc.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt'
./miniperl -Ilib make_ext.pl cpan/Math-BigRat/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Math::BigRat (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigRat'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Math::BigRat
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigRat'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Math-BigRat
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigRat'
Skip ../../lib/Math/BigRat.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigRat'
./miniperl -Ilib make_ext.pl cpan/Math-Complex/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Math::Complex (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-Complex'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Math::Complex
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-Complex'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Math-Complex
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-Complex'
Skip ../../lib/Math/Complex.pm (unchanged)
Skip ../../lib/Math/Trig.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-Complex'
./miniperl -Ilib make_ext.pl cpan/Memoize/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making Memoize (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Me
moize'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Memoize
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mem
oize'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Memoize
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Me
moize'
Skip ../../lib/Memoize.pm (unchanged)
Skip ../../lib/Memoize/NDBM_File.pm (unchanged)
Skip ../../lib/Memoize/ExpireFile.pm (unchanged)
Skip ../../lib/Memoize/ExpireTest.pm (unchanged)
Skip ../../lib/Memoize/AnyDBM_File.pm (unchanged)
Skip ../../lib/Memoize/Storable.pm (unchanged)
Skip ../../lib/Memoize/Expire.pm (unchanged)
Skip ../../lib/Memoize/SDBM_File.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mem
oize'
./miniperl -Ilib make_ext.pl cpan/Module-Build/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Module::Build (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Build'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Module::Build
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Build'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Module-Build
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Build'
Skip ../../lib/Module/Build/Version.pm (unchanged)
Skip ../../lib/Module/Build/Platform/darwin.pm (unchanged)
Skip ../../lib/Module/Build/Platform/MacOS.pm (unchanged)
Skip ../../lib/Module/Build/Dumper.pm (unchanged)
Skip ../../lib/Module/Build/Notes.pm (unchanged)
Skip ../../lib/Module/Build/Compat.pm (unchanged)
Skip ../../lib/Module/Build/Platform/RiscOS.pm (unchanged)
Skip ../../lib/Module/Build/ConfigData.pm (unchanged)
Skip ../../lib/Module/Build/PodParser.pm (unchanged)
Skip ../../lib/Module/Build/Platform/VOS.pm (unchanged)
Skip ../../lib/Module/Build/Platform/Windows.pm (unchanged)
Skip ../../lib/Module/Build/Bundling.pod (unchanged)
Skip ../../lib/inc/latest.pm (unchanged)
Skip ../../lib/Module/Build/Platform/Unix.pm (unchanged)
Skip ../../lib/Module/Build/ModuleInfo.pm (unchanged)
Skip ../../lib/Module/Build/Platform/Amiga.pm (unchanged)
Skip ../../lib/Module/Build/Config.pm (unchanged)
Skip ../../lib/Module/Build/Platform/os2.pm (unchanged)
Skip ../../lib/Module/Build/Base.pm (unchanged)
Skip ../../lib/Module/Build/Platform/MPEiX.pm (unchanged)
Skip ../../lib/Module/Build/Platform/EBCDIC.pm (unchanged)
Skip ../../lib/Module/Build/Platform/VMS.pm (unchanged)
Skip ../../lib/Module/Build/Platform/cygwin.pm (unchanged)
Skip ../../lib/Module/Build.pm (unchanged)
Skip ../../lib/Module/Build/PPMMaker.pm (unchanged)
Skip ../../lib/Module/Build/Platform/aix.pm (unchanged)
Skip ../../lib/Module/Build/Cookbook.pm (unchanged)
Skip ../../lib/inc/latest/private.pm (unchanged)
Skip ../../lib/Module/Build/Authoring.pod (unchanged)
Skip ../../lib/Module/Build/Platform/Default.pm (unchanged)
Skip ../../lib/Module/Build/YAML.pm (unchanged)
Skip ../../lib/Module/Build/API.pod (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Build'
./miniperl -Ilib make_ext.pl dist/Module-CoreList/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Module::CoreList (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mo
dule-CoreList'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Checking if your kit is complete...
Looks good
Writing Makefile for Module::CoreList
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mod
ule-CoreList'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/Module-CoreList
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mo
dule-CoreList'
Skip ../../lib/Module/CoreList.pm (unchanged)
cp corelist blib/script/corelist
/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Module-CoreList/../../miniperl
"-I../../lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/
corelist
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mod
ule-CoreList'
./miniperl -Ilib make_ext.pl cpan/Module-Load/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Module::Load (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Module::Load
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Module-Load
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load'
Skip ../../lib/Module/Load.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load'
./miniperl -Ilib make_ext.pl cpan/Module-Load-Conditional/pm_to_blib MAKE=make L
IBPERL_A=libperl.a
Making Module::Load::Conditional (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load-Conditional'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Module::Load::Conditional
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load-Conditional'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Module-Load-Conditional
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load-Conditional'
Skip ../../lib/Module/Load/Conditional.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load-Conditional'
./miniperl -Ilib make_ext.pl cpan/Module-Loaded/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making Module::Loaded (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Loaded'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Module::Loaded
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Loaded'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Module-Loaded
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Loaded'
Skip ../../lib/Module/Loaded.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Loaded'
./miniperl -Ilib make_ext.pl cpan/Module-Pluggable/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making Module::Pluggable (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Pluggable'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Module::Pluggable
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Pluggable'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Module-Pluggable
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Pluggable'
Skip ../../lib/Module/Pluggable/Object.pm (unchanged)
Skip ../../lib/Module/Pluggable.pm (unchanged)
Skip ../../lib/Devel/InnerPackage.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Pluggable'
./miniperl -Ilib make_ext.pl dist/Net-Ping/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making Net::Ping (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ne
t-Ping'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Net::Ping
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Net
-Ping'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/Net-Ping
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ne
t-Ping'
Skip ../../lib/Net/Ping.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Net
-Ping'
./miniperl -Ilib make_ext.pl cpan/NEXT/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making NEXT (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NE
XT'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
WARNING: Setting ABSTRACT via file 'lib/NEXT.pm' failed
at ../../lib/ExtUtils/MakeMaker.pm line 583
Writing Makefile for NEXT
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NEX
T'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/NEXT
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NE
XT'
Skip ../../lib/NEXT.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NEX
T'
./miniperl -Ilib make_ext.pl cpan/Object-Accessor/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Object::Accessor (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ob
ject-Accessor'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Object::Accessor
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Obj
ect-Accessor'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Object-Accessor
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ob
ject-Accessor'
Skip ../../lib/Object/Accessor.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Obj
ect-Accessor'
./miniperl -Ilib make_ext.pl cpan/Package-Constants/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making Package::Constants (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
ckage-Constants'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Package::Constants
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pac
kage-Constants'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Package-Constants
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
ckage-Constants'
Skip ../../lib/Package/Constants.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pac
kage-Constants'
./miniperl -Ilib make_ext.pl cpan/Params-Check/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Params::Check (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rams-Check'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Params::Check
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
ams-Check'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Params-Check
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rams-Check'
Skip ../../lib/Params/Check.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
ams-Check'
./miniperl -Ilib make_ext.pl cpan/parent/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making parent (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pa
rent'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for parent
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/par
ent'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/parent
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pa
rent'
Skip ../../lib/parent.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/par
ent'
./miniperl -Ilib make_ext.pl cpan/Parse-CPAN-Meta/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Parse::CPAN::Meta (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rse-CPAN-Meta'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Parse::CPAN::Meta
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
se-CPAN-Meta'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Parse-CPAN-Meta
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rse-CPAN-Meta'
Skip ../../lib/Parse/CPAN/uupacktool.pl (unchanged)
Skip ../../lib/Parse/CPAN/Meta.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
se-CPAN-Meta'
./miniperl -Ilib make_ext.pl cpan/PerlIO-via-QuotedPrint/pm_to_blib MAKE=make LI
BPERL_A=libperl.a
Making PerlIO::via::QuotedPrint (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pe
rlIO-via-QuotedPrint'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for PerlIO::via::QuotedPrint
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Per
lIO-via-QuotedPrint'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/PerlIO-via-QuotedPrint
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pe
rlIO-via-QuotedPrint'
Skip ../../lib/PerlIO/via/QuotedPrint.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Per
lIO-via-QuotedPrint'
./miniperl -Ilib make_ext.pl cpan/Pod-Escapes/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Pod::Escapes (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Escapes'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
WARNING: Setting ABSTRACT via file 'lib/Pod/Escapes.pm' failed
at ../../lib/ExtUtils/MakeMaker.pm line 583
Writing Makefile for Pod::Escapes
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Escapes'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Pod-Escapes
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Escapes'
Skip ../../lib/Pod/Escapes.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Escapes'
./miniperl -Ilib make_ext.pl cpan/Pod-LaTeX/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Pod::LaTeX (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-LaTeX'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Pod::LaTeX
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-LaTeX'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Pod-LaTeX
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-LaTeX'
Skip ../../lib/Pod/LaTeX.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-LaTeX'
./miniperl -Ilib make_ext.pl cpan/podlators/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making podlators (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/po
dlators'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Pod
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pod
lators'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/podlators
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/po
dlators'
Skip ../../lib/Pod/ParseLink.pm (unchanged)
Skip ../../lib/Pod/Text/Termcap.pm (unchanged)
Skip ../../lib/Pod/Text.pm (unchanged)
Skip ../../lib/Pod/Text/Color.pm (unchanged)
Skip ../../lib/Pod/Text/Overstrike.pm (unchanged)
Skip ../../lib/Pod/Man.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pod
lators'
./miniperl -Ilib make_ext.pl cpan/Pod-Parser/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making Pod::Parser (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Parser'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Pod::Parser
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Parser'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Pod-Parser
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Parser'
Skip ../../lib/Pod/InputObjects.pm (unchanged)
Skip ../../lib/Pod/Select.pm (unchanged)
Skip ../../lib/Pod/PlainText.pm (unchanged)
Skip ../../lib/Pod/Checker.pm (unchanged)
Skip ../../lib/Pod/Find.pm (unchanged)
Skip ../../lib/Pod/ParseUtils.pm (unchanged)
Skip ../../lib/Pod/Usage.pm (unchanged)
Skip ../../lib/Pod/Parser.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Parser'
./miniperl -Ilib make_ext.pl dist/Pod-Perldoc/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Pod::Perldoc (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Perldoc'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Pod::Perldoc
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Perldoc'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/Pod-Perldoc
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Perldoc'
Skip ../../lib/Pod/Perldoc/ToNroff.pm (unchanged)
Skip ../../lib/Pod/Perldoc/ToTk.pm (unchanged)
Skip ../../lib/Pod/Perldoc/ToText.pm (unchanged)
Skip ../../lib/Pod/Perldoc.pm (unchanged)
Skip ../../lib/Pod/Perldoc/BaseTo.pm (unchanged)
Skip ../../lib/Pod/Perldoc/ToMan.pm (unchanged)
Skip ../../lib/Pod/Perldoc/ToRtf.pm (unchanged)
Skip ../../lib/Pod/Perldoc/GetOptsOO.pm (unchanged)
Skip ../../lib/Pod/Perldoc/ToChecker.pm (unchanged)
Skip ../../lib/Pod/Perldoc/ToPod.pm (unchanged)
Skip ../../lib/Pod/Perldoc/ToXml.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Perldoc'
./miniperl -Ilib make_ext.pl dist/Pod-Plainer/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Pod::Plainer (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Plainer'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Pod::Plainer
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Plainer'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/Pod-Plainer
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Plainer'
Skip ../../lib/Pod/Plainer.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Plainer'
./miniperl -Ilib make_ext.pl cpan/Pod-Simple/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making Pod::Simple (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Simple'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Pod::Simple
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Simple'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Pod-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Simple'
Skip ../../lib/Pod/Simple/DumpAsText.pm (unchanged)
Skip ../../lib/Pod/Simple/LinkSection.pm (unchanged)
Skip ../../lib/Pod/Simple/Progress.pm (unchanged)
Skip ../../lib/Pod/Simple/XMLOutStream.pm (unchanged)
Skip ../../lib/Pod/Simple/TextContent.pm (unchanged)
Skip ../../lib/Pod/Simple/Search.pm (unchanged)
Skip ../../lib/Pod/Simple/TranscodeSmart.pm (unchanged)
Skip ../../lib/Pod/Simple/Text.pm (unchanged)
Skip ../../lib/Pod/Simple/PullParserStartToken.pm (unchanged)
Skip ../../lib/Pod/Simple/Debug.pm (unchanged)
Skip ../../lib/Pod/Simple/Methody.pm (unchanged)
Skip ../../lib/Pod/Simple/PullParserEndToken.pm (unchanged)
Skip ../../lib/Pod/Simple/PullParserTextToken.pm (unchanged)
Skip ../../lib/Pod/Simple.pm (unchanged)
Skip ../../lib/Pod/Simple/HTMLBatch.pm (unchanged)
Skip ../../lib/Pod/Simple/TranscodeDumb.pm (unchanged)
Skip ../../lib/Pod/Simple/RTF.pm (unchanged)
Skip ../../lib/Pod/Simple/Checker.pm (unchanged)
Skip ../../lib/Pod/Simple/PullParser.pm (unchanged)
Skip ../../lib/Pod/Simple/PullParserToken.pm (unchanged)
Skip ../../lib/Pod/Simple/SimpleTree.pm (unchanged)
Skip ../../lib/Pod/Simple/TiedOutFH.pm (unchanged)
Skip ../../lib/Pod/Simple/XHTML.pm (unchanged)
Skip ../../lib/Pod/Simple/HTML.pm (unchanged)
Skip ../../lib/Pod/Simple.pod (unchanged)
Skip ../../lib/Pod/Simple/Subclassing.pod (unchanged)
Skip ../../lib/Pod/Simple/BlackBox.pm (unchanged)
Skip ../../lib/Pod/Simple/DumpAsXML.pm (unchanged)
Skip ../../lib/Pod/Simple/HTMLLegacy.pm (unchanged)
Skip ../../lib/Pod/Simple/Transcode.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Simple'
./miniperl -Ilib make_ext.pl dist/Safe/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Safe (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sa
fe'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Checking if your kit is complete...
Looks good
Writing Makefile for Safe
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Saf
e'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/Safe
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sa
fe'
Skip ../../lib/Safe.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Saf
e'
./miniperl -Ilib make_ext.pl dist/SelfLoader/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making SelfLoader (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Se
lfLoader'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for SelfLoader
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sel
fLoader'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/SelfLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Se
lfLoader'
Skip ../../lib/SelfLoader.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sel
fLoader'
./miniperl -Ilib make_ext.pl cpan/Shell/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Shell (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sh
ell'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Shell
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/She
ll'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Shell
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sh
ell'
Skip ../../lib/Shell.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/She
ll'
./miniperl -Ilib make_ext.pl dist/Switch/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making Switch (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sw
itch'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Checking if your kit is complete...
Looks good
Writing Makefile for Switch
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Swi
tch'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/Switch
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sw
itch'
Skip ../../lib/Switch.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Swi
tch'
./miniperl -Ilib make_ext.pl cpan/Term-ANSIColor/pm_to_blib MAKE=make LIBPERL_A=
libperl.a
Making Term::ANSIColor (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-ANSIColor'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Term::ANSIColor
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-ANSIColor'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Term-ANSIColor
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-ANSIColor'
Skip ../../lib/Term/ANSIColor.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-ANSIColor'
./miniperl -Ilib make_ext.pl cpan/Term-Cap/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making Term::Cap (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-Cap'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Term::Cap
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-Cap'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Term-Cap
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-Cap'
Skip ../../lib/Term/Cap.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-Cap'
./miniperl -Ilib make_ext.pl cpan/Term-UI/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making Term::UI (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-UI'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Term::UI
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-UI'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Term-UI
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-UI'
Skip ../../lib/Term/UI/History.pm (unchanged)
Skip ../../lib/Term/UI.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-UI'
./miniperl -Ilib make_ext.pl cpan/Test/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Test (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Test
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Test
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st'
Skip ../../lib/Test.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t'
./miniperl -Ilib make_ext.pl cpan/Test-Harness/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Test::Harness (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Harness'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Test::Harness
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Harness'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Test-Harness
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Harness'
Skip ../../lib/TAP/Parser/Result/Pragma.pm (unchanged)
Skip ../../lib/App/Prove/State/Result.pm (unchanged)
Skip ../../lib/TAP/Parser/Iterator/Array.pm (unchanged)
Skip ../../lib/TAP/Base.pm (unchanged)
Skip ../../lib/TAP/Formatter/Console/ParallelSession.pm (unchanged)
Skip ../../lib/TAP/Parser/Result.pm (unchanged)
Skip ../../lib/TAP/Formatter/Console/Session.pm (unchanged)
Skip ../../lib/TAP/Parser/Result/YAML.pm (unchanged)
Skip ../../lib/TAP/Parser/Scheduler/Job.pm (unchanged)
Skip ../../lib/TAP/Parser.pm (unchanged)
Skip ../../lib/TAP/Parser/IteratorFactory.pm (unchanged)
Skip ../../lib/TAP/Parser/Iterator.pm (unchanged)
Skip ../../lib/TAP/Formatter/Color.pm (unchanged)
Skip ../../lib/TAP/Parser/Iterator/Process.pm (unchanged)
Skip ../../lib/TAP/Parser/Grammar.pm (unchanged)
Skip ../../lib/Test/Harness.pm (unchanged)
Skip ../../lib/TAP/Formatter/Base.pm (unchanged)
Skip ../../lib/TAP/Formatter/File/Session.pm (unchanged)
Skip ../../lib/TAP/Parser/ResultFactory.pm (unchanged)
Skip ../../lib/TAP/Parser/Utils.pm (unchanged)
Skip ../../lib/TAP/Parser/Result/Bailout.pm (unchanged)
Skip ../../lib/TAP/Parser/Multiplexer.pm (unchanged)
Skip ../../lib/TAP/Object.pm (unchanged)
Skip ../../lib/TAP/Parser/Result/Version.pm (unchanged)
Skip ../../lib/TAP/Parser/YAMLish/Writer.pm (unchanged)
Skip ../../lib/TAP/Parser/Result/Unknown.pm (unchanged)
Skip ../../lib/TAP/Parser/YAMLish/Reader.pm (unchanged)
Skip ../../lib/TAP/Parser/Scheduler.pm (unchanged)
Skip ../../lib/TAP/Parser/Result/Plan.pm (unchanged)
Skip ../../lib/TAP/Parser/Source/Perl.pm (unchanged)
Skip ../../lib/TAP/Parser/Result/Test.pm (unchanged)
Skip ../../lib/App/Prove/State/Result/Test.pm (unchanged)
Skip ../../lib/TAP/Parser/Result/Comment.pm (unchanged)
Skip ../../lib/TAP/Parser/Source.pm (unchanged)
Skip ../../lib/TAP/Formatter/Console.pm (unchanged)
Skip ../../lib/TAP/Parser/Iterator/Stream.pm (unchanged)
Skip ../../lib/TAP/Formatter/Session.pm (unchanged)
Skip ../../lib/App/Prove.pm (unchanged)
Skip ../../lib/App/Prove/State.pm (unchanged)
Skip ../../lib/TAP/Harness.pm (unchanged)
Skip ../../lib/TAP/Formatter/File.pm (unchanged)
Skip ../../lib/TAP/Parser/Aggregator.pm (unchanged)
Skip ../../lib/TAP/Parser/Scheduler/Spinner.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Harness'
./miniperl -Ilib make_ext.pl cpan/Test-Simple/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Test::Simple (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Simple'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Test::Simple
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Simple'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Test-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Simple'
Skip ../../lib/Test/Builder/Tester/Color.pm (unchanged)
Skip ../../lib/Test/Simple.pm (unchanged)
Skip ../../lib/Test/Builder.pm (unchanged)
Skip ../../lib/Test/More.pm (unchanged)
Skip ../../lib/Test/Builder/Module.pm (unchanged)
Skip ../../lib/Test/Builder/Tester.pm (unchanged)
Skip ../../lib/Test/Tutorial.pod (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Simple'
./miniperl -Ilib make_ext.pl cpan/Text-Balanced/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making Text::Balanced (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Balanced'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Text::Balanced
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Balanced'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Text-Balanced
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Balanced'
Skip ../../lib/Text/Balanced.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Balanced'
./miniperl -Ilib make_ext.pl cpan/Text-ParseWords/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Text::ParseWords (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-ParseWords'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Text::ParseWords
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-ParseWords'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Text-ParseWords
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-ParseWords'
Skip ../../lib/Text/ParseWords.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-ParseWords'
./miniperl -Ilib make_ext.pl cpan/Text-Tabs/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Text::Tabs (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Tabs'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
WARNING: Setting ABSTRACT via file 'lib/Text/Tabs.pm' failed
at ../../lib/ExtUtils/MakeMaker.pm line 583
Writing Makefile for Text::Tabs
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Tabs'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Text-Tabs
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Tabs'
Skip ../../lib/Text/Wrap.pm (unchanged)
Skip ../../lib/Text/Tabs.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Tabs'
./miniperl -Ilib make_ext.pl dist/Thread-Queue/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Thread::Queue (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Queue'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Thread::Queue
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Queue'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/Thread-Queue
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Queue'
Skip ../../lib/Thread/Queue.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Queue'
./miniperl -Ilib make_ext.pl dist/Thread-Semaphore/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making Thread::Semaphore (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Semaphore'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Thread::Semaphore
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Semaphore'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/Thread-Semaphore
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Semaphore'
Skip ../../lib/Thread/Semaphore.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Semaphore'
./miniperl -Ilib make_ext.pl cpan/Tie-File/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making Tie::File (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-File'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Tie::File
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-File'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Tie-File
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-File'
Skip ../../lib/Tie/File.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-File'
./miniperl -Ilib make_ext.pl ext/Tie-Memoize/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making Tie::Memoize (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie
-Memoize'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Tie::Memoize
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie-
Memoize'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in ext/Tie-Memoize
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie
-Memoize'
Skip ../../lib/Tie/Memoize.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie-
Memoize'
./miniperl -Ilib make_ext.pl cpan/Tie-RefHash/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Tie::RefHash (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-RefHash'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Tie::RefHash
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-RefHash'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Tie-RefHash
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-RefHash'
Skip ../../lib/Tie/RefHash.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-RefHash'
./miniperl -Ilib make_ext.pl ext/Time-Local/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Time::Local (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tim
e-Local'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Time::Local
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Time
-Local'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in ext/Time-Local
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tim
e-Local'
Skip ../../lib/Time/Local.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Time
-Local'
./miniperl -Ilib make_ext.pl cpan/Unicode-Collate/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Unicode::Collate (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Collate'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Unicode::Collate
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Collate'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Unicode-Collate
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Collate'
Skip ../../lib/Unicode/Collate/keys.txt (unchanged)
Skip ../../lib/Unicode/Collate.pm (unchanged)
Skip ../../lib/Unicode/Collate/allkeys.txt (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Collate'
./miniperl -Ilib make_ext.pl dist/XSLoader/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making XSLoader (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XS
Loader'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for XSLoader
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XSL
oader'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/XSLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XS
Loader'
../../miniperl "-I../../lib" "-I../../lib" XSLoader_pm.PL XSLoader.pm
Skip ../../lib/XSLoader.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XSL
oader'
./miniperl -Ilib -Icpan/Cwd -Icpan/Cwd/lib lib/unicore/mktables -C lib/unicore -
P pod -maketest -makelist -p
Files seem to be ok, not bothering to rebuild.
`sh cflags "optimize='-O2'" perlmain.o` perlmain.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" op.o` op.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" perl.o` perl.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
./miniperl -Ilib make_ext.pl DynaLoader.o MAKE=make LIBPERL_A=libperl.a LINKTYPE
=static CCCDLFLAGS=
Making DynaLoader (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyn
aLoader'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=static" "CCCDLFLAGS="
Processing hints file hints/linux.pl
Writing Makefile for DynaLoader
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyna
Loader'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS= failed,
continuing anyway...
Making all in ext/DynaLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS=
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyn
aLoader'
../../miniperl "-I../../lib" "-I../../lib" DynaLoader_pm.PL DynaLoader.pm
Skip ../../lib/DynaLoader.pm (unchanged)
rm -f DynaLoader.xs
cp dl_dlopen.xs DynaLoader.xs
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap DynaLoader.xs > DynaLoader.xsc && mv Dyna
Loader.xsc DynaLoader.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.10\" -DXS_VERSION=\"1.1
0\" "-I../.." -DLIBC="/lib/libc-2.5.so" DynaLoader.c
rm -rf ../../DynaLoader.o
cp DynaLoader.o ../../DynaLoader.o
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyna
Loader'
rm -f libperl.a
/bin/ar rcu libperl.a op.o perl.o gv.o toke.o perly.o pad.o regcomp.o dump.o u
til.o mg.o reentr.o mro.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp
_sys.o doop.o doio.o regexec.o utf8.o taint.o deb.o universal.o globals.o perlio
.o perlapi.o numeric.o mathoms.o locale.o pp_pack.o pp_sort.o DynaLoader.o
cc -o perl -fstack-protector -L/usr/local/lib -Wl,-E perlmain.o libperl.a `cat
ext.libs` -lnsl -ldl -lm -lcrypt -lutil -lc
./miniperl -Ilib -Icpan/Cwd -Icpan/Cwd/lib mkppport
ppport.h in cpan/Cwd is up-to-date
ppport.h in cpan/DB_File is up-to-date
ppport.h in cpan/IPC-SysV is up-to-date
ppport.h in cpan/Time-HiRes is up-to-date
ppport.h in cpan/Win32API-File is up-to-date
./miniperl -Ilib make_ext.pl lib/auto/attributes/attributes.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making attributes (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/att
ributes'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for attributes
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/attr
ibutes'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/attributes
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/att
ributes'
Skip ../../lib/attributes.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap attributes.xs > attributes.xsc && mv attributes.xsc a
ttributes.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.12\" -DXS_VERSION=\"0.1
2\" -fPIC "-I../.." attributes.c
Running Mkbootstrap for attributes ()
chmod 644 attributes.bs
rm -f ../../lib/auto/attributes/attributes.so
cc -shared -O2 -L/usr/local/lib -fstack-protector attributes.o -o ../../lib/au
to/attributes/attributes.so \
\
chmod 755 ../../lib/auto/attributes/attributes.so
cp attributes.bs ../../lib/auto/attributes/attributes.bs
chmod 644 ../../lib/auto/attributes/attributes.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/attr
ibutes'
./miniperl -Ilib make_ext.pl lib/auto/B/B.so MAKE=make LIBPERL_A=libperl.a LINKT
YPE=dynamic
Making B (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for B
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/B
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
Skip ../../lib/B/Showlex.pm (unchanged)
Skip ../../lib/B.pm (unchanged)
Skip ../../lib/B/Concise.pm (unchanged)
Skip ../../lib/B/Xref.pm (unchanged)
Skip ../../lib/B/Terse.pm (unchanged)
Skip ../../lib/O.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap -typemap typemap B.xs > B.xsc && mv B.xsc B.c
../../miniperl "-I../../lib" "-I../../lib" "-I../../lib" "-I../../lib" defsubs_h
.PL defsubs.h ../..
Extracting defsubs.h...
../../miniperl -I../../lib -I../../lib -I../../lib -I../../lib defsubs_h.PL defs
ubs.h ../..
Extracting defsubs.h...
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.23\" -DXS_VERSION=\"1.2
3\" -fPIC "-I../.." B.c
Running Mkbootstrap for B ()
chmod 644 B.bs
rm -f ../../lib/auto/B/B.so
cc -shared -O2 -L/usr/local/lib -fstack-protector B.o -o ../../lib/auto/B/B.so
\
\

chmod 755 ../../lib/auto/B/B.so


cp B.bs ../../lib/auto/B/B.bs
chmod 644 ../../lib/auto/B/B.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Bzip2/Bzip2.so MAKE=make LIBP
ERL_A=libperl.a LINKTYPE=dynamic
Making Compress::Raw::Bzip2 (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Bzip2'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Compress::Raw::Bzip2
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Bzip2'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Compress-Raw-Bzip2
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Bzip2'
Skip ../../lib/Compress/Raw/Bzip2.pm (unchanged)
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_VERSION=\
"2.024\" -fPIC "-I../.." -DBZ_NO_STDIO blocksort.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_VERSION=\
"2.024\" -fPIC "-I../.." -DBZ_NO_STDIO huffman.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_VERSION=\
"2.024\" -fPIC "-I../.." -DBZ_NO_STDIO crctable.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_VERSION=\
"2.024\" -fPIC "-I../.." -DBZ_NO_STDIO randtable.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_VERSION=\
"2.024\" -fPIC "-I../.." -DBZ_NO_STDIO compress.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_VERSION=\
"2.024\" -fPIC "-I../.." -DBZ_NO_STDIO decompress.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_VERSION=\
"2.024\" -fPIC "-I../.." -DBZ_NO_STDIO bzlib.c
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap -typemap typemap Bzip2.xs > Bzip2.xsc && mv Bzip2.xsc
Bzip2.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_VERSION=\
"2.024\" -fPIC "-I../.." -DBZ_NO_STDIO Bzip2.c
Running Mkbootstrap for Compress::Raw::Bzip2 ()
chmod 644 Bzip2.bs
rm -f ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so
cc -shared -O2 -L/usr/local/lib -fstack-protector blocksort.o huffman.o crctabl
e.o randtable.o compress.o decompress.o bzlib.o Bzip2.o -o ../../lib/auto/Comp
ress/Raw/Bzip2/Bzip2.so \
\
chmod 755 ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so
cp Bzip2.bs ../../lib/auto/Compress/Raw/Bzip2/Bzip2.bs
chmod 644 ../../lib/auto/Compress/Raw/Bzip2/Bzip2.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Bzip2'
./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Zlib/Zlib.so MAKE=make LIBPER
L_A=libperl.a LINKTYPE=dynamic
Making Compress::Raw::Zlib (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Zlib'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Parsing config.in...
Building Zlib enabled
Auto Detect Gzip OS Code..
Setting Gzip OS Code to 3 [Unix/Default]
Looks Good.
Writing Makefile for Compress::Raw::Zlib
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Zlib'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Compress-Raw-Zlib
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Zlib'
Skip ../../lib/Compress/Raw/Zlib.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap -typemap typemap Zlib.xs > Zlib.xsc && mv Zlib.xsc Zl
ib.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 Zlib.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 adler32.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 crc32.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 infback.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 inflate.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 uncompr.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 compress.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 deflate.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 inffast.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 inftrees.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 trees.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 zutil.c
Running Mkbootstrap for Compress::Raw::Zlib ()
chmod 644 Zlib.bs
rm -f ../../lib/auto/Compress/Raw/Zlib/Zlib.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Zlib.o adler32.o crc32.o infb
ack.o inflate.o uncompr.o compress.o deflate.o inffast.o inftrees.o trees.o zuti
l.o -o ../../lib/auto/Compress/Raw/Zlib/Zlib.so \
\
chmod 755 ../../lib/auto/Compress/Raw/Zlib/Zlib.so
cp Zlib.bs ../../lib/auto/Compress/Raw/Zlib/Zlib.bs
chmod 644 ../../lib/auto/Compress/Raw/Zlib/Zlib.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Zlib'
./miniperl -Ilib make_ext.pl lib/auto/Cwd/Cwd.so MAKE=make LIBPERL_A=libperl.a L
INKTYPE=dynamic
Making Cwd (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cw
d'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Cwd
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cwd
'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Cwd
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cw
d'
Skip ../../lib/File/Spec/OS2.pm (unchanged)
Skip ../../lib/File/Spec/Mac.pm (unchanged)
Skip ../../lib/File/Spec/VMS.pm (unchanged)
Skip ../../lib/File/Spec/Epoc.pm (unchanged)
Skip ../../lib/File/Spec/Functions.pm (unchanged)
Skip ../../lib/File/Spec/Cygwin.pm (unchanged)
Skip ../../lib/File/Spec.pm (unchanged)
Skip ../../lib/Cwd.pm (unchanged)
Skip ../../lib/File/Spec/Unix.pm (unchanged)
Skip ../../lib/File/Spec/Win32.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Cwd.xs > Cwd.xsc && mv Cwd.xsc Cwd.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.31\" -DXS_VERSION=\"3.3
1\" -fPIC "-I../.." Cwd.c
Running Mkbootstrap for Cwd ()
chmod 644 Cwd.bs
rm -f ../../lib/auto/Cwd/Cwd.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Cwd.o -o ../../lib/auto/Cwd/
Cwd.so \
\
chmod 755 ../../lib/auto/Cwd/Cwd.so
cp Cwd.bs ../../lib/auto/Cwd/Cwd.bs
chmod 644 ../../lib/auto/Cwd/Cwd.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cwd
'
./miniperl -Ilib make_ext.pl lib/auto/Data/Dumper/Dumper.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making Data::Dumper (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Da
ta-Dumper'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Data::Dumper
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Dat
a-Dumper'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in dist/Data-Dumper
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Da
ta-Dumper'
Skip ../../lib/Data/Dumper.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Dumper.xs > Dumper.xsc && mv Dumper.xsc Dumper.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.125\" -DXS_VERSION=\"2.
125\" -fPIC "-I../.." Dumper.c
Running Mkbootstrap for Data::Dumper ()
chmod 644 Dumper.bs
rm -f ../../lib/auto/Data/Dumper/Dumper.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Dumper.o -o ../../lib/auto/D
ata/Dumper/Dumper.so \
\

chmod 755 ../../lib/auto/Data/Dumper/Dumper.so


cp Dumper.bs ../../lib/auto/Data/Dumper/Dumper.bs
chmod 644 ../../lib/auto/Data/Dumper/Dumper.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Dat
a-Dumper'
./miniperl -Ilib make_ext.pl lib/auto/DB_File/DB_File.so MAKE=make LIBPERL_A=lib
perl.a LINKTYPE=dynamic
Making DB_File (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB
_File'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Parsing config.in...
Looks Good.
Writing Makefile for DB_File
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB_
File'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/DB_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB
_File'
Skip ../../lib/DB_File.pm (unchanged)
cc -c -I/usr/local/BerkeleyDB/include -fno-strict-aliasing -pipe -fstack-protec
tor -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERS
ION=\"1.820\" -DXS_VERSION=\"1.82\" -fPIC "-I../.." -D_NOT_CORE -DmDB_Prefix_t
=size_t -DmDB_Hash_t=u_int32_t version.c
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap -typemap typemap DB_File.xs > DB_File.xs
c && mv DB_File.xsc DB_File.c
cc -c -I/usr/local/BerkeleyDB/include -fno-strict-aliasing -pipe -fstack-protec
tor -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERS
ION=\"1.820\" -DXS_VERSION=\"1.82\" -fPIC "-I../.." -D_NOT_CORE -DmDB_Prefix_t
=size_t -DmDB_Hash_t=u_int32_t DB_File.c
Running Mkbootstrap for DB_File ()
chmod 644 DB_File.bs
rm -f ../../lib/auto/DB_File/DB_File.so
LD_RUN_PATH="/lib" cc -shared -O2 -L/usr/local/lib -fstack-protector version.o
DB_File.o -o ../../lib/auto/DB_File/DB_File.so \
-ldb \
chmod 755 ../../lib/auto/DB_File/DB_File.so
cp DB_File.bs ../../lib/auto/DB_File/DB_File.bs
chmod 644 ../../lib/auto/DB_File/DB_File.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB_
File'
./miniperl -Ilib make_ext.pl lib/auto/Devel/DProf/DProf.so MAKE=make LIBPERL_A=l
ibperl.a LINKTYPE=dynamic
Making Devel::DProf (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-DProf'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Devel::DProf
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-DProf'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/Devel-DProf
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-DProf'
Skip ../../lib/Devel/DProf.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap DProf.xs > DProf.xsc && mv DProf.xsc DPr
of.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"20080331.00\" -DXS_VERSIO
N=\"20080331.00\" -fPIC "-I../.." DProf.c
Running Mkbootstrap for Devel::DProf ()
chmod 644 DProf.bs
rm -f ../../lib/auto/Devel/DProf/DProf.so
cc -shared -O2 -L/usr/local/lib -fstack-protector DProf.o -o ../../lib/auto/De
vel/DProf/DProf.so \
\
chmod 755 ../../lib/auto/Devel/DProf/DProf.so
cp DProf.bs ../../lib/auto/Devel/DProf/DProf.bs
chmod 644 ../../lib/auto/Devel/DProf/DProf.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-DProf'
./miniperl -Ilib make_ext.pl lib/auto/Devel/Peek/Peek.so MAKE=make LIBPERL_A=lib
perl.a LINKTYPE=dynamic
Making Devel::Peek (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-Peek'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Devel::Peek
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-Peek'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/Devel-Peek
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-Peek'
Skip ../../lib/Devel/Peek.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap Peek.xs > Peek.xsc && mv Peek.xsc Peek.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.04\" -DXS_VERSION=\"1.0
4\" -fPIC "-I../.." Peek.c
Running Mkbootstrap for Devel::Peek ()
chmod 644 Peek.bs
rm -f ../../lib/auto/Devel/Peek/Peek.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Peek.o -o ../../lib/auto/Dev
el/Peek/Peek.so \
\
chmod 755 ../../lib/auto/Devel/Peek/Peek.so
cp Peek.bs ../../lib/auto/Devel/Peek/Peek.bs
chmod 644 ../../lib/auto/Devel/Peek/Peek.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-Peek'
./miniperl -Ilib make_ext.pl lib/auto/Devel/PPPort/PPPort.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making Devel::PPPort (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/De
vel-PPPort'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Setting license tag...
Writing Makefile for Devel::PPPort
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dev
el-PPPort'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Devel-PPPort
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/De
vel-PPPort'
../../miniperl "-I../../lib" "-I../../lib" PPPort_pm.PL PPPort.pm
including ppphdoc
including ppphbin
including version
including threads
including limits
including uv
including memory
including misc
including variables
including mPUSH
including call
including newRV
including newCONSTSUB
including MY_CXT
including format
including SvREFCNT
including newSV_type
including newSVpv
including SvPV
including Sv_set
including sv_xpvf
including shared_pv
including HvNAME
including gv
including warn
including pvs
including magic
including cop
including grok
including snprintf
including sprintf
including exception
including strlfuncs
including pv_tools
Skip ../../lib/Devel/PPPort.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" "-I../../lib" "-I../../lib" PPPort_xs
.PL RealPPPort.xs
adding XS code from parts/inc/SvREFCNT
adding XS code from parts/inc/variables
adding XS code from parts/inc/shared_pv
adding XS code from parts/inc/call
adding XS code from parts/inc/misc
adding XS code from parts/inc/format
adding XS code from parts/inc/newRV
adding XS code from parts/inc/warn
adding XS code from parts/inc/newCONSTSUB
adding XS code from parts/inc/magic
adding XS code from parts/inc/grok
adding XS code from parts/inc/snprintf
adding XS code from parts/inc/uv
adding XS code from parts/inc/MY_CXT
adding XS code from parts/inc/mPUSH
adding XS code from parts/inc/exception
adding XS code from parts/inc/threads
adding XS code from parts/inc/cop
adding XS code from parts/inc/limits
adding XS code from parts/inc/newSVpv
adding XS code from parts/inc/sv_xpvf
adding XS code from parts/inc/HvNAME
adding XS code from parts/inc/gv
adding XS code from parts/inc/SvPV
adding XS code from parts/inc/strlfuncs
adding XS code from parts/inc/sprintf
adding XS code from parts/inc/Sv_set
adding XS code from parts/inc/newSV_type
adding XS code from parts/inc/pv_tools
adding XS code from parts/inc/pvs
adding XS code from parts/inc/memory
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap -typemap typemap RealPPPort.xs > RealPPP
ort.xsc && mv RealPPPort.xsc RealPPPort.c
../../miniperl "-I../../lib" "-I../../lib" "-I../../lib" "-I../../lib" ppport_h.
PL ppport.h
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.19\" -DXS_VERSION=\"3.1
9\" -fPIC "-I../.." RealPPPort.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.19\" -DXS_VERSION=\"3.1
9\" -fPIC "-I../.." module2.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.19\" -DXS_VERSION=\"3.1
9\" -fPIC "-I../.." module3.c
Running Mkbootstrap for Devel::PPPort ()
chmod 644 PPPort.bs
rm -f ../../lib/auto/Devel/PPPort/PPPort.so
cc -shared -O2 -L/usr/local/lib -fstack-protector RealPPPort.o module2.o module
3.o -o ../../lib/auto/Devel/PPPort/PPPort.so \
\
chmod 755 ../../lib/auto/Devel/PPPort/PPPort.so
cp PPPort.bs ../../lib/auto/Devel/PPPort/PPPort.bs
chmod 644 ../../lib/auto/Devel/PPPort/PPPort.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dev
el-PPPort'
./miniperl -Ilib make_ext.pl lib/auto/Digest/MD5/MD5.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making Digest::MD5 (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-MD5'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Perl's config says that U32 access must be aligned.
Writing Makefile for Digest::MD5
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-MD5'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Digest-MD5
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-MD5'
Skip ../../lib/Digest/MD5.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap -typemap typemap MD5.xs > MD5.xsc && mv MD5.xsc MD5.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.39\" -DXS_VERSION=\"2.3
9\" -fPIC "-I../.." -DU32_ALIGNMENT_REQUIRED MD5.c
Running Mkbootstrap for Digest::MD5 ()
chmod 644 MD5.bs
rm -f ../../lib/auto/Digest/MD5/MD5.so
cc -shared -O2 -L/usr/local/lib -fstack-protector MD5.o -o ../../lib/auto/Dige
st/MD5/MD5.so \
\
chmod 755 ../../lib/auto/Digest/MD5/MD5.so
cp MD5.bs ../../lib/auto/Digest/MD5/MD5.bs
chmod 644 ../../lib/auto/Digest/MD5/MD5.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-MD5'
./miniperl -Ilib make_ext.pl lib/auto/Digest/SHA/SHA.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making Digest::SHA (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-SHA'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Digest::SHA
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-SHA'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Digest-SHA
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-SHA'
Skip ../../lib/Digest/SHA.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap -typemap typemap SHA.xs > SHA.xsc && mv SHA.xsc SHA.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"5.47\" -DXS_VERSION=\"
5.47\" -fPIC "-I../.." -DSHA_PERL_MODULE SHA.c
Running Mkbootstrap for Digest::SHA ()
chmod 644 SHA.bs
rm -f ../../lib/auto/Digest/SHA/SHA.so
cc -shared -O2 -L/usr/local/lib -fstack-protector SHA.o -o ../../lib/auto/Dige
st/SHA/SHA.so \
\
chmod 755 ../../lib/auto/Digest/SHA/SHA.so
cp SHA.bs ../../lib/auto/Digest/SHA/SHA.bs
chmod 644 ../../lib/auto/Digest/SHA/SHA.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-SHA'
./miniperl -Ilib make_ext.pl lib/auto/Encode/Encode.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making Encode (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Checking if your kit is complete...
Looks good
Writing Makefile for Encode::Byte
Writing Makefile for Encode::CN
Writing Makefile for Encode::EBCDIC
Writing Makefile for Encode::JP
Writing Makefile for Encode::KR
Writing Makefile for Encode::Symbol
Writing Makefile for Encode::TW
Writing Makefile for Encode::Unicode
Writing Makefile for Encode
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Encode
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code'
Skip ../../lib/Encode/JP/H2Z.pm (unchanged)
Skip ../../lib/Encode/JP/JIS7.pm (unchanged)
Skip ../../lib/Encode/Alias.pm (unchanged)
Skip ../../lib/Encode/README.e2x (unchanged)
Skip ../../lib/Encode/MIME/Header/ISO_2022_JP.pm (unchanged)
Skip ../../lib/Encode/Unicode/UTF7.pm (unchanged)
Skip ../../lib/Encode/PerlIO.pod (unchanged)
Skip ../../lib/Encode/GSM0338.pm (unchanged)
Skip ../../lib/Encode.pm (unchanged)
Skip ../../lib/Encode/Makefile_PL.e2x (unchanged)
Skip ../../lib/Encode/Changes.e2x (unchanged)
Skip ../../lib/Encode/Encoding.pm (unchanged)
Skip ../../lib/Encode/ConfigLocal_PM.e2x (unchanged)
Skip ../../lib/Encode/encode.h (unchanged)
Skip ../../lib/Encode/KR/2022_KR.pm (unchanged)
Skip ../../lib/encoding.pm (unchanged)
Skip ../../lib/Encode/Guess.pm (unchanged)
Skip ../../lib/Encode/MIME/Name.pm (unchanged)
Skip ../../lib/Encode/_T.e2x (unchanged)
Skip ../../lib/Encode/Config.pm (unchanged)
Skip ../../lib/Encode/Supported.pod (unchanged)
Skip ../../lib/Encode/Encoder.pm (unchanged)
Skip ../../lib/Encode/MIME/Header.pm (unchanged)
Skip ../../lib/Encode/CN/HZ.pm (unchanged)
Skip ../../lib/Encode/_PM.e2x (unchanged)
Skip ../../lib/Encode/CJKConstants.pm (unchanged)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/Byte'
Skip ../../../lib/Encode/Byte.pm (unchanged)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o byte_t.c -f byte_t
.fnm
Writing compiled form
12946 bytes in string tables
4452 bytes (25.6%) saved spotting duplicates
7 bytes (0.054%) saved using substrings
Reading iso-8859-2 (iso-8859-2)
Reading iso-8859-3 (iso-8859-3)
Reading iso-8859-4 (iso-8859-4)
Reading iso-8859-5 (iso-8859-5)
Reading iso-8859-6 (iso-8859-6)
Reading iso-8859-7 (iso-8859-7)
Reading iso-8859-8 (iso-8859-8)
Reading iso-8859-9 (iso-8859-9)
Reading iso-8859-10 (iso-8859-10)
Reading iso-8859-11 (iso-8859-11)
Reading iso-8859-13 (iso-8859-13)
Reading iso-8859-14 (iso-8859-14)
Reading iso-8859-15 (iso-8859-15)
Reading iso-8859-16 (iso-8859-16)
Reading AdobeStandardEncoding (AdobeStandardEncoding)
Reading cp1006 (cp1006)
Reading cp1250 (cp1250)
Reading cp1251 (cp1251)
Reading cp1252 (cp1252)
Reading cp1253 (cp1253)
Reading cp1254 (cp1254)
Reading cp1255 (cp1255)
Reading cp1256 (cp1256)
Reading cp1257 (cp1257)
Reading cp1258 (cp1258)
Reading cp424 (cp424)
Reading cp437 (cp437)
Reading cp737 (cp737)
Reading cp775 (cp775)
Reading cp850 (cp850)
Reading cp852 (cp852)
Reading cp855 (cp855)
Reading cp856 (cp856)
Reading cp857 (cp857)
Reading cp858 (cp858)
Reading cp860 (cp860)
Reading cp861 (cp861)
Reading cp862 (cp862)
Reading cp863 (cp863)
Reading cp864 (cp864)
Reading cp865 (cp865)
Reading cp866 (cp866)
Reading cp869 (cp869)
Reading cp874 (cp874)
Reading hp-roman8 (hp-roman8)
Reading koi8-f (koi8-f)
Reading koi8-r (koi8-r)
Reading koi8-u (koi8-u)
Reading MacArabic (MacArabic)
Reading MacCentralEurRoman (MacCentralEurRoman)
Reading MacCroatian (MacCroatian)
Reading MacCyrillic (MacCyrillic)
Reading MacFarsi (MacFarsi)
Reading MacGreek (MacGreek)
Reading MacHebrew (MacHebrew)
Reading MacIcelandic (MacIcelandic)
Reading MacRomanian (MacRomanian)
Reading MacRumanian (MacRumanian)
Reading MacRoman (MacRoman)
Reading MacSami (MacSami)
Reading MacThai (MacThai)
Reading MacTurkish (MacTurkish)
Reading MacUkrainian (MacUkrainian)
Reading nextstep (nextstep)
Reading viscii (viscii)
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp
-nolinenumbers -typemap ../../../lib/ExtUtils/typemap Byte.xs > Byte.xsc && m
v Byte.xsc Byte.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." Byte.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." byte_t.c
Running Mkbootstrap for Encode::Byte ()
chmod 644 Byte.bs
rm -f ../../../lib/auto/Encode/Byte/Byte.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Byte.o byte_t.o -o ../../../
lib/auto/Encode/Byte/Byte.so \
\
chmod 755 ../../../lib/auto/Encode/Byte/Byte.so
cp Byte.bs ../../../lib/auto/Encode/Byte/Byte.bs
chmod 644 ../../../lib/auto/Encode/Byte/Byte.bs
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/Byte'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/CN'
Skip ../../../lib/Encode/CN.pm (unchanged)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o gb_02_t.c -f gb_02_t.fn
m
Writing compiled form
34800 bytes in string tables
2786 bytes (7.41%) saved spotting duplicates
Reading gb12345-raw (gb12345-raw)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fn
m
Writing compiled form
34638 bytes in string tables
2566 bytes (6.9%) saved spotting duplicates
Reading euc-cn (euc-cn)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fn
m
Writing compiled form
120296 bytes in string tables
138 bytes (0.115%) saved spotting duplicates
Reading cp936 (cp936)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ir_04_t.c -f ir_04_t.fn
m
Writing compiled form
38113 bytes in string tables
2548 bytes (6.27%) saved spotting duplicates
Reading iso-ir-165 (iso-ir-165)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fn
m
Writing compiled form
34801 bytes in string tables
2601 bytes (6.95%) saved spotting duplicates
Reading MacChineseSimp (MacChineseSimp)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o gb_03_t.c -f gb_03_t.fn
m
Writing compiled form
34764 bytes in string tables
2312 bytes (6.24%) saved spotting duplicates
Reading gb2312-raw (gb2312-raw)
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp
-noprototypes -nolinenumbers -typemap ../../../lib/ExtUtils/typemap CN.xs > CN
.xsc && mv CN.xsc CN.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." CN.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." cp_00_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." eu_01_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." gb_02_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." gb_03_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." ir_04_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." ma_05_t.c
Running Mkbootstrap for Encode::CN ()
chmod 644 CN.bs
rm -f ../../../lib/auto/Encode/CN/CN.so
cc -shared -O2 -L/usr/local/lib -fstack-protector CN.o cp_00_t.o eu_01_t.o gb_0
2_t.o gb_03_t.o ir_04_t.o ma_05_t.o -o ../../../lib/auto/Encode/CN/CN.so
\
\
chmod 755 ../../../lib/auto/Encode/CN/CN.so
cp CN.bs ../../../lib/auto/Encode/CN/CN.bs
chmod 644 ../../../lib/auto/Encode/CN/CN.bs
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/CN'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/EBCDIC'
Skip ../../../lib/Encode/EBCDIC.pm (unchanged)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o ebcdic_t.c -f ebcd
ic_t.fnm
Writing compiled form
2174 bytes in string tables
367 bytes (14.4%) saved spotting duplicates
1 bytes (0.046%) saved using substrings
Reading cp37 (cp37)
Reading cp1026 (cp1026)
Reading cp1047 (cp1047)
Reading cp500 (cp500)
Reading cp875 (cp875)
Reading posix-bc (posix-bc)
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp
-nolinenumbers -typemap ../../../lib/ExtUtils/typemap EBCDIC.xs > EBCDIC.xsc
&& mv EBCDIC.xsc EBCDIC.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.02\" -DXS_VE
RSION=\"2.02\" -fPIC "-I../../.." EBCDIC.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.02\" -DXS_VE
RSION=\"2.02\" -fPIC "-I../../.." ebcdic_t.c
Running Mkbootstrap for Encode::EBCDIC ()
chmod 644 EBCDIC.bs
rm -f ../../../lib/auto/Encode/EBCDIC/EBCDIC.so
cc -shared -O2 -L/usr/local/lib -fstack-protector EBCDIC.o ebcdic_t.o -o ../..
/../lib/auto/Encode/EBCDIC/EBCDIC.so \
\
chmod 755 ../../../lib/auto/Encode/EBCDIC/EBCDIC.so
cp EBCDIC.bs ../../../lib/auto/Encode/EBCDIC/EBCDIC.bs
chmod 644 ../../../lib/auto/Encode/EBCDIC/EBCDIC.bs
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/EBCDIC'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/JP'
Skip ../../../lib/Encode/JP.pm (unchanged)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ji_02_t.c -f ji_02_t.fn
m
Writing compiled form
479 bytes in string tables
Reading jis0201-raw (jis0201-raw)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ji_03_t.c -f ji_03_t.fn
m
Writing compiled form
31800 bytes in string tables
2470 bytes (7.21%) saved spotting duplicates
Reading jis0208-raw (jis0208-raw)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fn
m
Writing compiled form
78376 bytes in string tables
5448 bytes (6.5%) saved spotting duplicates
Reading euc-jp (euc-jp)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fn
m
Writing compiled form
45234 bytes in string tables
2360 bytes (4.96%) saved spotting duplicates
Reading cp932 (cp932)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ji_04_t.c -f ji_04_t.fn
m
Writing compiled form
27241 bytes in string tables
2829 bytes (9.41%) saved spotting duplicates
Reading jis0212-raw (jis0212-raw)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o sh_06_t.c -f sh_06_t.fn
m
Writing compiled form
32924 bytes in string tables
1726 bytes (4.98%) saved spotting duplicates
Reading shiftjis (shiftjis)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fn
m
Writing compiled form
34511 bytes in string tables
1922 bytes (5.28%) saved spotting duplicates
Reading MacJapanese (MacJapanese)
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp
-nolinenumbers -typemap ../../../lib/ExtUtils/typemap JP.xs > JP.xsc && mv JP
.xsc JP.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." JP.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." cp_00_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." eu_01_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." ji_02_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." ji_03_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." ji_04_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." ma_05_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." sh_06_t.c
Running Mkbootstrap for Encode::JP ()
chmod 644 JP.bs
rm -f ../../../lib/auto/Encode/JP/JP.so
cc -shared -O2 -L/usr/local/lib -fstack-protector JP.o cp_00_t.o eu_01_t.o ji_0
2_t.o ji_03_t.o ji_04_t.o ma_05_t.o sh_06_t.o -o ../../../lib/auto/Encode/JP/JP
.so \
\
chmod 755 ../../../lib/auto/Encode/JP/JP.so
cp JP.bs ../../../lib/auto/Encode/JP/JP.bs
chmod 644 ../../../lib/auto/Encode/JP/JP.bs
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/JP'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/KR'
Skip ../../../lib/Encode/KR.pm (unchanged)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ma_04_t.c -f ma_04_t.fn
m
Writing compiled form
43458 bytes in string tables
4417 bytes (9.23%) saved spotting duplicates
Reading MacKorean (MacKorean)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ks_03_t.c -f ks_03_t.fn
m
Writing compiled form
36921 bytes in string tables
4038 bytes (9.86%) saved spotting duplicates
Reading ksc5601-raw (ksc5601-raw)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o jo_02_t.c -f jo_02_t.fn
m
Writing compiled form
83424 bytes in string tables
1772 bytes (2.08%) saved spotting duplicates
Reading johab (johab)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fn
m
Writing compiled form
36763 bytes in string tables
4318 bytes (10.5%) saved spotting duplicates
Reading euc-kr (euc-kr)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fn
m
Writing compiled form
83711 bytes in string tables
3158 bytes (3.64%) saved spotting duplicates
Reading cp949 (cp949)
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp
-nolinenumbers -typemap ../../../lib/ExtUtils/typemap KR.xs > KR.xsc && mv KR
.xsc KR.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." KR.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." cp_00_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." eu_01_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." jo_02_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." ks_03_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." ma_04_t.c
Running Mkbootstrap for Encode::KR ()
chmod 644 KR.bs
rm -f ../../../lib/auto/Encode/KR/KR.so
cc -shared -O2 -L/usr/local/lib -fstack-protector KR.o cp_00_t.o eu_01_t.o jo_0
2_t.o ks_03_t.o ma_04_t.o -o ../../../lib/auto/Encode/KR/KR.so \
\
chmod 755 ../../../lib/auto/Encode/KR/KR.so
cp KR.bs ../../../lib/auto/Encode/KR/KR.bs
chmod 644 ../../../lib/auto/Encode/KR/KR.bs
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/KR'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/Symbol'
Skip ../../../lib/Encode/Symbol.pm (unchanged)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o symbol_t.c -f symb
ol_t.fnm
Writing compiled form
1859 bytes in string tables
305 bytes (14.1%) saved spotting duplicates
Reading AdobeSymbol (AdobeSymbol)
Reading AdobeZdingbat (AdobeZdingbat)
Reading dingbats (dingbats)
Reading MacDingbats (MacDingbats)
Reading MacSymbol (MacSymbol)
Reading symbol (symbol)
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp
-nolinenumbers -typemap ../../../lib/ExtUtils/typemap Symbol.xs > Symbol.xsc
&& mv Symbol.xsc Symbol.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.02\" -DXS_VE
RSION=\"2.02\" -fPIC "-I../../.." Symbol.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.02\" -DXS_VE
RSION=\"2.02\" -fPIC "-I../../.." symbol_t.c
Running Mkbootstrap for Encode::Symbol ()
chmod 644 Symbol.bs
rm -f ../../../lib/auto/Encode/Symbol/Symbol.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Symbol.o symbol_t.o -o ../..
/../lib/auto/Encode/Symbol/Symbol.so \
\
chmod 755 ../../../lib/auto/Encode/Symbol/Symbol.so
cp Symbol.bs ../../../lib/auto/Encode/Symbol/Symbol.bs
chmod 644 ../../../lib/auto/Encode/Symbol/Symbol.bs
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/Symbol'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/TW'
Skip ../../../lib/Encode/TW.pm (unchanged)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o bi_01_t.c -f bi_01_t.fn
m
Writing compiled form
91321 bytes in string tables
3227 bytes (3.41%) saved spotting duplicates
Reading big5-hkscs (big5-hkscs)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ma_03_t.c -f ma_03_t.fn
m
Writing compiled form
66317 bytes in string tables
1102 bytes (1.63%) saved spotting duplicates
Reading MacChineseTrad (MacChineseTrad)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o cp_02_t.c -f cp_02_t.fn
m
Writing compiled form
98212 bytes in string tables
1314 bytes (1.32%) saved spotting duplicates
Reading cp950 (cp950)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o bi_00_t.c -f bi_00_t.fn
m
Writing compiled form
68325 bytes in string tables
1191 bytes (1.71%) saved spotting duplicates
Reading big5-eten (big5-eten)
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp
-nolinenumbers -typemap ../../../lib/ExtUtils/typemap TW.xs > TW.xsc && mv TW
.xsc TW.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." TW.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." bi_00_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." bi_01_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." cp_02_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." ma_03_t.c
Running Mkbootstrap for Encode::TW ()
chmod 644 TW.bs
rm -f ../../../lib/auto/Encode/TW/TW.so
cc -shared -O2 -L/usr/local/lib -fstack-protector TW.o bi_00_t.o bi_01_t.o cp_0
2_t.o ma_03_t.o -o ../../../lib/auto/Encode/TW/TW.so \
\
chmod 755 ../../../lib/auto/Encode/TW/TW.so
cp TW.bs ../../../lib/auto/Encode/TW/TW.bs
chmod 644 ../../../lib/auto/Encode/TW/TW.bs
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/TW'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/Unicode'
Skip ../../../lib/Encode/Unicode.pm (unchanged)
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp
-typemap ../../../lib/ExtUtils/typemap Unicode.xs > Unicode.xsc && mv Unicode
.xsc Unicode.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.07\" -DXS_VE
RSION=\"2.07\" -fPIC "-I../../.." Unicode.c
Running Mkbootstrap for Encode::Unicode ()
chmod 644 Unicode.bs
rm -f ../../../lib/auto/Encode/Unicode/Unicode.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Unicode.o -o ../../../lib/au
to/Encode/Unicode/Unicode.so \
\
chmod 755 ../../../lib/auto/Encode/Unicode/Unicode.so
cp Unicode.bs ../../../lib/auto/Encode/Unicode/Unicode.bs
chmod 644 ../../../lib/auto/Encode/Unicode/Unicode.bs
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/Unicode'
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Encode.xs > Encode.xsc && mv Encode.xsc Encode.c
../../miniperl "-I../../lib" bin/enc2xs -"Q" -"O" -o def_t.c -f def_t.fnm
Writing compiled form
512 bytes in string tables
32 bytes (5.88%) saved spotting duplicates
Reading iso-8859-1 (iso-8859-1)
Reading ascii (ascii)
Reading ascii-ctrl (ascii-ctrl)
Reading null (null)
cc -c -I./Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/incl
ude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.39\" -DXS_VER
SION=\"2.39\" -fPIC "-I../.." Encode.c
cc -c -I./Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/incl
ude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.39\" -DXS_VER
SION=\"2.39\" -fPIC "-I../.." def_t.c
cc -c -I./Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/incl
ude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.39\" -DXS_VER
SION=\"2.39\" -fPIC "-I../.." encengine.c
Running Mkbootstrap for Encode ()
chmod 644 Encode.bs
rm -f ../../lib/auto/Encode/Encode.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Encode.o def_t.o encengine.o
-o ../../lib/auto/Encode/Encode.so \
\

chmod 755 ../../lib/auto/Encode/Encode.so


cp Encode.bs ../../lib/auto/Encode/Encode.bs
chmod 644 ../../lib/auto/Encode/Encode.bs
cp bin/piconv blib/script/piconv
/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Encode/../../miniperl "-I../../
lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/piconv
cp bin/enc2xs blib/script/enc2xs
/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Encode/../../miniperl "-I../../
lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/enc2xs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode'
./miniperl -Ilib make_ext.pl lib/auto/Fcntl/Fcntl.so MAKE=make LIBPERL_A=libperl
.a LINKTYPE=dynamic
Making Fcntl (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcn
tl'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Fcntl
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcnt
l'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/Fcntl
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcn
tl'
Skip ../../lib/Fcntl.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap Fcntl.xs > Fcntl.xsc && mv Fcntl.xsc Fcn
tl.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.06\" -DXS_VERSION=\"1.0
6\" -fPIC "-I../.." Fcntl.c
Running Mkbootstrap for Fcntl ()
chmod 644 Fcntl.bs
rm -f ../../lib/auto/Fcntl/Fcntl.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Fcntl.o -o ../../lib/auto/Fc
ntl/Fcntl.so \
\
chmod 755 ../../lib/auto/Fcntl/Fcntl.so
cp Fcntl.bs ../../lib/auto/Fcntl/Fcntl.bs
chmod 644 ../../lib/auto/Fcntl/Fcntl.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcnt
l'
./miniperl -Ilib make_ext.pl lib/auto/File/Glob/Glob.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making File::Glob (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
e-Glob'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for File::Glob
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
-Glob'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/File-Glob
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
e-Glob'
Skip ../../lib/File/Glob.pm (unchanged)
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.07\" -DXS_VERSION=\"1.0
7\" -fPIC "-I../.." bsd_glob.c
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Glob.xs > Glob.xsc && mv Glob.xsc Glob.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.07\" -DXS_VERSION=\"1.0
7\" -fPIC "-I../.." Glob.c
Running Mkbootstrap for File::Glob ()
chmod 644 Glob.bs
rm -f ../../lib/auto/File/Glob/Glob.so
cc -shared -O2 -L/usr/local/lib -fstack-protector bsd_glob.o Glob.o -o ../../l
ib/auto/File/Glob/Glob.so \
\
chmod 755 ../../lib/auto/File/Glob/Glob.so
cp Glob.bs ../../lib/auto/File/Glob/Glob.bs
chmod 644 ../../lib/auto/File/Glob/Glob.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
-Glob'
./miniperl -Ilib make_ext.pl lib/auto/Filter/Util/Call/Call.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making Filter::Util::Call (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
lter-Util-Call'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Filter::Util::Call
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
ter-Util-Call'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Filter-Util-Call
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
lter-Util-Call'
Skip ../../lib/Filter/Util/filter-util.pl (unchanged)
Skip ../../lib/Filter/Util/Call.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Call.xs > Call.xsc && mv Call.xsc Call.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.08\" -DXS_VERSION=\"1.0
8\" -fPIC "-I../.." Call.c
Running Mkbootstrap for Filter::Util::Call ()
chmod 644 Call.bs
rm -f ../../lib/auto/Filter/Util/Call/Call.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Call.o -o ../../lib/auto/Fil
ter/Util/Call/Call.so \
\
chmod 755 ../../lib/auto/Filter/Util/Call/Call.so
cp Call.bs ../../lib/auto/Filter/Util/Call/Call.bs
chmod 644 ../../lib/auto/Filter/Util/Call/Call.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
ter-Util-Call'
./miniperl -Ilib make_ext.pl lib/auto/GDBM_File/GDBM_File.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making GDBM_File (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDB
M_File'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for GDBM_File
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDBM
_File'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/GDBM_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDB
M_File'
Skip ../../lib/GDBM_File.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap -typemap typemap GDBM_File.xs > GDBM_Fil
e.xsc && mv GDBM_File.xsc GDBM_File.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.10\" -DXS_VERSION=\"1.1
\" -fPIC "-I../.." GDBM_File.c
Running Mkbootstrap for GDBM_File ()
chmod 644 GDBM_File.bs
rm -f ../../lib/auto/GDBM_File/GDBM_File.so
LD_RUN_PATH="/lib" cc -shared -O2 -L/usr/local/lib -fstack-protector GDBM_File.
o -o ../../lib/auto/GDBM_File/GDBM_File.so \
-lgdbm \

chmod 755 ../../lib/auto/GDBM_File/GDBM_File.so


cp GDBM_File.bs ../../lib/auto/GDBM_File/GDBM_File.bs
chmod 644 ../../lib/auto/GDBM_File/GDBM_File.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDBM
_File'
./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/Util.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making Hash::Util (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Hash::Util
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/Hash-Util
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util'
Skip ../../lib/Hash/Util.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Util.xs > Util.xsc && mv Util.xsc Util.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.07\" -DXS_VERSION=\"0.0
7\" -fPIC "-I../.." -DPERL_EXT Util.c
Running Mkbootstrap for Hash::Util ()
chmod 644 Util.bs
rm -f ../../lib/auto/Hash/Util/Util.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Util.o -o ../../lib/auto/Has
h/Util/Util.so \
\
chmod 755 ../../lib/auto/Hash/Util/Util.so
cp Util.bs ../../lib/auto/Hash/Util/Util.bs
chmod 644 ../../lib/auto/Hash/Util/Util.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util'
./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/FieldHash/FieldHash.so MAKE=make
LIBPERL_A=libperl.a LINKTYPE=dynamic
Making Hash::Util::FieldHash (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util-FieldHash'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Hash::Util::FieldHash
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util-FieldHash'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/Hash-Util-FieldHash
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util-FieldHash'
Skip ../../lib/Hash/Util/FieldHash.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap FieldHash.xs > FieldHash.xsc && mv FieldHash.xsc Fiel
dHash.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.04\" -DXS_VERSION=\"1.0
4\" -fPIC "-I../.." FieldHash.c
Running Mkbootstrap for Hash::Util::FieldHash ()
chmod 644 FieldHash.bs
rm -f ../../lib/auto/Hash/Util/FieldHash/FieldHash.so
cc -shared -O2 -L/usr/local/lib -fstack-protector FieldHash.o -o ../../lib/aut
o/Hash/Util/FieldHash/FieldHash.so \
\
chmod 755 ../../lib/auto/Hash/Util/FieldHash/FieldHash.so
cp FieldHash.bs ../../lib/auto/Hash/Util/FieldHash/FieldHash.bs
chmod 644 ../../lib/auto/Hash/Util/FieldHash/FieldHash.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util-FieldHash'
./miniperl -Ilib make_ext.pl lib/auto/I18N/Langinfo/Langinfo.so MAKE=make LIBPER
L_A=libperl.a LINKTYPE=dynamic
Making I18N::Langinfo (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18
N-Langinfo'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for I18N::Langinfo
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18N
-Langinfo'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/I18N-Langinfo
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18
N-Langinfo'
Skip ../../lib/I18N/Langinfo.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Langinfo.xs > Langinfo.xsc && mv Langinfo.xsc Langinf
o.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.03\" -DXS_VERSION=\"0.0
3\" -fPIC "-I../.." Langinfo.c
Running Mkbootstrap for I18N::Langinfo ()
chmod 644 Langinfo.bs
rm -f ../../lib/auto/I18N/Langinfo/Langinfo.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Langinfo.o -o ../../lib/auto
/I18N/Langinfo/Langinfo.so \
\
chmod 755 ../../lib/auto/I18N/Langinfo/Langinfo.so
cp Langinfo.bs ../../lib/auto/I18N/Langinfo/Langinfo.bs
chmod 644 ../../lib/auto/I18N/Langinfo/Langinfo.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18N
-Langinfo'
./miniperl -Ilib make_ext.pl lib/auto/IO/IO.so MAKE=make LIBPERL_A=libperl.a LIN
KTYPE=dynamic
Making IO (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO
'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for IO
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in dist/IO
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO
'
Skip ../../lib/IO/Pipe.pm (unchanged)
Skip ../../lib/IO/File.pm (unchanged)
Skip ../../lib/IO/Select.pm (unchanged)
Skip ../../lib/IO/Socket/INET.pm (unchanged)
Skip ../../lib/IO/Socket.pm (unchanged)
Skip ../../lib/IO/Poll.pm (unchanged)
Skip ../../lib/IO/Socket/UNIX.pm (unchanged)
Skip ../../lib/IO/Handle.pm (unchanged)
Skip ../../lib/IO/Dir.pm (unchanged)
Skip ../../lib/IO/Seekable.pm (unchanged)
Skip ../../lib/IO.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap IO.xs > IO.xsc && mv IO.xsc IO.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.25_02\" -DXS_VERSION=\"
1.25_02\" -fPIC "-I../.." IO.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.25_02\" -DXS_VERSION=\"
1.25_02\" -fPIC "-I../.." poll.c
Running Mkbootstrap for IO ()
chmod 644 IO.bs
rm -f ../../lib/auto/IO/IO.so
cc -shared -O2 -L/usr/local/lib -fstack-protector IO.o poll.o -o ../../lib/aut
o/IO/IO.so \
\
chmod 755 ../../lib/auto/IO/IO.so
cp IO.bs ../../lib/auto/IO/IO.bs
chmod 644 ../../lib/auto/IO/IO.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO'
./miniperl -Ilib make_ext.pl lib/auto/IPC/SysV/SysV.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making IPC::SysV (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-SysV'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Setting license tag...
Writing Makefile for IPC::SysV
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-SysV'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/IPC-SysV
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-SysV'
Skip ../../lib/IPC/Semaphore.pm (unchanged)
Skip ../../lib/IPC/Msg.pm (unchanged)
Skip ../../lib/IPC/SysV.pm (unchanged)
Skip ../../lib/IPC/SharedMem.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap -typemap typemap SysV.xs > SysV.xsc && mv SysV.xsc Sy
sV.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.01\" -DXS_VERSION=\"2.0
1\" -fPIC "-I../.." SysV.c
Running Mkbootstrap for IPC::SysV ()
chmod 644 SysV.bs
rm -f ../../lib/auto/IPC/SysV/SysV.so
cc -shared -O2 -L/usr/local/lib -fstack-protector SysV.o -o ../../lib/auto/IPC
/SysV/SysV.so \
\
chmod 755 ../../lib/auto/IPC/SysV/SysV.so
cp SysV.bs ../../lib/auto/IPC/SysV/SysV.bs
chmod 644 ../../lib/auto/IPC/SysV/SysV.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-SysV'
./miniperl -Ilib make_ext.pl lib/auto/List/Util/Util.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making List::Util (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Li
st-Util'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for List::Util
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lis
t-Util'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/List-Util
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Li
st-Util'
Skip ../../lib/List/Util/XS.pm (unchanged)
Skip ../../lib/Scalar/Util/PP.pm (unchanged)
Skip ../../lib/List/Util/PP.pm (unchanged)
Skip ../../lib/List/Util.pm (unchanged)
Skip ../../lib/Scalar/Util.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap ListUtil.xs > ListUtil.xsc && mv ListUtil.xsc ListUti
l.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.22\" -DXS_VERSION=\"1.2
2\" -fPIC "-I../.." -DPERL_EXT ListUtil.c
Running Mkbootstrap for List::Util ()
chmod 644 Util.bs
rm -f ../../lib/auto/List/Util/Util.so
cc -shared -O2 -L/usr/local/lib -fstack-protector ListUtil.o -o ../../lib/auto
/List/Util/Util.so \
\
chmod 755 ../../lib/auto/List/Util/Util.so
cp Util.bs ../../lib/auto/List/Util/Util.bs
chmod 644 ../../lib/auto/List/Util/Util.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lis
t-Util'
./miniperl -Ilib make_ext.pl lib/auto/Math/BigInt/FastCalc/FastCalc.so MAKE=make
LIBPERL_A=libperl.a LINKTYPE=dynamic
Making Math::BigInt::FastCalc (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt-FastCalc'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Math::BigInt::FastCalc
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt-FastCalc'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Math-BigInt-FastCalc
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt-FastCalc'
Skip ../../lib/Math/BigInt/FastCalc.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap FastCalc.xs > FastCalc.xsc && mv FastCalc.xsc FastCal
c.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.19\" -DXS_VERSION=\"0.1
9\" -fPIC "-I../.." FastCalc.c
Running Mkbootstrap for Math::BigInt::FastCalc ()
chmod 644 FastCalc.bs
rm -f ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so
cc -shared -O2 -L/usr/local/lib -fstack-protector FastCalc.o -o ../../lib/auto
/Math/BigInt/FastCalc/FastCalc.so \
\
chmod 755 ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so
cp FastCalc.bs ../../lib/auto/Math/BigInt/FastCalc/FastCalc.bs
chmod 644 ../../lib/auto/Math/BigInt/FastCalc/FastCalc.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt-FastCalc'
./miniperl -Ilib make_ext.pl lib/auto/MIME/Base64/Base64.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making MIME::Base64 (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MI
ME-Base64'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for MIME::Base64
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MIM
E-Base64'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/MIME-Base64
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MI
ME-Base64'
Skip ../../lib/MIME/QuotedPrint.pm (unchanged)
Skip ../../lib/MIME/Base64.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Base64.xs > Base64.xsc && mv Base64.xsc Base64.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.08\" -DXS_VERSION=\"3.0
8\" -fPIC "-I../.." Base64.c
Running Mkbootstrap for MIME::Base64 ()
chmod 644 Base64.bs
rm -f ../../lib/auto/MIME/Base64/Base64.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Base64.o -o ../../lib/auto/M
IME/Base64/Base64.so \
\
chmod 755 ../../lib/auto/MIME/Base64/Base64.so
cp Base64.bs ../../lib/auto/MIME/Base64/Base64.bs
chmod 644 ../../lib/auto/MIME/Base64/Base64.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MIM
E-Base64'
./miniperl -Ilib make_ext.pl lib/auto/mro/mro.so MAKE=make LIBPERL_A=libperl.a L
INKTYPE=dynamic
Making mro (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro
'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for mro
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/mro
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro
'
Skip ../../lib/mro.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap mro.xs > mro.xsc && mv mro.xsc mro.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.02\" -DXS_VERSION=\"1.0
2\" -fPIC "-I../.." mro.c
Running Mkbootstrap for mro ()
chmod 644 mro.bs
rm -f ../../lib/auto/mro/mro.so
cc -shared -O2 -L/usr/local/lib -fstack-protector mro.o -o ../../lib/auto/mro/
mro.so \
\
chmod 755 ../../lib/auto/mro/mro.so
cp mro.bs ../../lib/auto/mro/mro.bs
chmod 644 ../../lib/auto/mro/mro.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro'
./miniperl -Ilib make_ext.pl lib/auto/NDBM_File/NDBM_File.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making NDBM_File (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDB
M_File'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Processing hints file hints/linux.pl
Note (probably harmless): No library found for -lgdbm_compat
Writing Makefile for NDBM_File
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDBM
_File'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/NDBM_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDB
M_File'
Skip ../../lib/NDBM_File.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap -typemap typemap NDBM_File.xs > NDBM_Fil
e.xsc && mv NDBM_File.xsc NDBM_File.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.08\" -DXS_VERSION=\"1.0
8\" -fPIC "-I../.." NDBM_File.c
Running Mkbootstrap for NDBM_File ()
chmod 644 NDBM_File.bs
rm -f ../../lib/auto/NDBM_File/NDBM_File.so
LD_RUN_PATH="/lib" cc -shared -O2 -L/usr/local/lib -fstack-protector NDBM_File.
o -o ../../lib/auto/NDBM_File/NDBM_File.so \
-lgdbm \
chmod 755 ../../lib/auto/NDBM_File/NDBM_File.so
cp NDBM_File.bs ../../lib/auto/NDBM_File/NDBM_File.bs
chmod 644 ../../lib/auto/NDBM_File/NDBM_File.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDBM
_File'
./miniperl -Ilib make_ext.pl lib/auto/Opcode/Opcode.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making Opcode (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opc
ode'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Opcode
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opco
de'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/Opcode
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opc
ode'
Skip ../../lib/ops.pm (unchanged)
Skip ../../lib/Opcode.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Opcode.xs > Opcode.xsc && mv Opcode.xsc Opcode.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.15\" -DXS_VERSION=\"1.1
5\" -fPIC "-I../.." Opcode.c
Running Mkbootstrap for Opcode ()
chmod 644 Opcode.bs
rm -f ../../lib/auto/Opcode/Opcode.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Opcode.o -o ../../lib/auto/O
pcode/Opcode.so \
\
chmod 755 ../../lib/auto/Opcode/Opcode.so
cp Opcode.bs ../../lib/auto/Opcode/Opcode.bs
chmod 644 ../../lib/auto/Opcode/Opcode.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opco
de'
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/encoding/encoding.so MAKE=make LIBP
ERL_A=libperl.a LINKTYPE=dynamic
Making PerlIO::encoding (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-encoding'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Checking if your kit is complete...
Looks good
Writing Makefile for PerlIO::encoding
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-encoding'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/PerlIO-encoding
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-encoding'
Skip ../../lib/PerlIO/encoding.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap encoding.xs > encoding.xsc && mv encoding.xsc encodin
g.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.12\" -DXS_VERSION=\"0.1
2\" -fPIC "-I../.." encoding.c
Running Mkbootstrap for PerlIO::encoding ()
chmod 644 encoding.bs
rm -f ../../lib/auto/PerlIO/encoding/encoding.so
cc -shared -O2 -L/usr/local/lib -fstack-protector encoding.o -o ../../lib/auto
/PerlIO/encoding/encoding.so \
\
chmod 755 ../../lib/auto/PerlIO/encoding/encoding.so
cp encoding.bs ../../lib/auto/PerlIO/encoding/encoding.bs
chmod 644 ../../lib/auto/PerlIO/encoding/encoding.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-encoding'
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/scalar/scalar.so MAKE=make LIBPERL_
A=libperl.a LINKTYPE=dynamic
Making PerlIO::scalar (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-scalar'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for PerlIO::scalar
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-scalar'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/PerlIO-scalar
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-scalar'
Skip ../../lib/PerlIO/scalar.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap scalar.xs > scalar.xsc && mv scalar.xsc scalar.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.08\" -DXS_VERSION=\"0.0
8\" -fPIC "-I../.." scalar.c
Running Mkbootstrap for PerlIO::scalar ()
chmod 644 scalar.bs
rm -f ../../lib/auto/PerlIO/scalar/scalar.so
cc -shared -O2 -L/usr/local/lib -fstack-protector scalar.o -o ../../lib/auto/P
erlIO/scalar/scalar.so \
\
chmod 755 ../../lib/auto/PerlIO/scalar/scalar.so
cp scalar.bs ../../lib/auto/PerlIO/scalar/scalar.bs
chmod 644 ../../lib/auto/PerlIO/scalar/scalar.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-scalar'
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/via/via.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making PerlIO::via (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-via'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for PerlIO::via
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-via'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/PerlIO-via
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-via'
Skip ../../lib/PerlIO/via.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap via.xs > via.xsc && mv via.xsc via.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.09\" -DXS_VERSION=\"0.0
9\" -fPIC "-I../.." via.c
Running Mkbootstrap for PerlIO::via ()
chmod 644 via.bs
rm -f ../../lib/auto/PerlIO/via/via.so
cc -shared -O2 -L/usr/local/lib -fstack-protector via.o -o ../../lib/auto/Perl
IO/via/via.so \
\
chmod 755 ../../lib/auto/PerlIO/via/via.so
cp via.bs ../../lib/auto/PerlIO/via/via.bs
chmod 644 ../../lib/auto/PerlIO/via/via.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-via'
./miniperl -Ilib make_ext.pl lib/auto/POSIX/POSIX.so MAKE=make LIBPERL_A=libperl
.a LINKTYPE=dynamic
Making POSIX (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POS
IX'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Processing hints file hints/linux.pl
Note (probably harmless): No library found for -lposix
Note (probably harmless): No library found for -lcposix
Writing Makefile for POSIX
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POSI
X'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/POSIX
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POS
IX'
Skip ../../lib/POSIX.pod (unchanged)
Skip ../../lib/POSIX.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap -typemap typemap POSIX.xs > POSIX.xsc &&
mv POSIX.xsc POSIX.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DSTRUCT_TM_HASZONE -DHINT_SC_EXIST -O2 -
DVERSION=\"1.19\" -DXS_VERSION=\"1.19\" -fPIC "-I../.." POSIX.c
Running Mkbootstrap for POSIX ()
chmod 644 POSIX.bs
rm -f ../../lib/auto/POSIX/POSIX.so
cc -shared -O2 -L/usr/local/lib -fstack-protector POSIX.o -o ../../lib/auto/PO
SIX/POSIX.so \
-lm \
chmod 755 ../../lib/auto/POSIX/POSIX.so
cp POSIX.bs ../../lib/auto/POSIX/POSIX.bs
chmod 644 ../../lib/auto/POSIX/POSIX.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POSI
X'
./miniperl -Ilib make_ext.pl lib/auto/re/re.so MAKE=make LIBPERL_A=libperl.a LIN
KTYPE=dynamic
Making re (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for re
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/re
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
cp re.pm ../../lib/re.pm
rm -f re_exec.c
cp ../../regexec.c re_exec.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.11\" -DXS_VERSION=\"0.1
1\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re_exec.
c
rm -f re_comp.c
cp ../../regcomp.c re_comp.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.11\" -DXS_VERSION=\"0.1
1\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re_comp.
c
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap re.xs > re.xsc && mv re.xsc re.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.11\" -DXS_VERSION=\"0.1
1\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re.c
Running Mkbootstrap for re ()
chmod 644 re.bs
rm -f ../../lib/auto/re/re.so
cc -shared -O2 -L/usr/local/lib -fstack-protector re_exec.o re_comp.o re.o -o
../../lib/auto/re/re.so \
\
chmod 755 ../../lib/auto/re/re.so
cp re.bs ../../lib/auto/re/re.bs
chmod 644 ../../lib/auto/re/re.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
./miniperl -Ilib make_ext.pl lib/auto/SDBM_File/SDBM_File.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making SDBM_File (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDB
M_File'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for sdbm
Writing Makefile for SDBM_File
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDBM
_File'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/SDBM_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDB
M_File'
Skip ../../lib/SDBM_File.pm (unchanged)
cd sdbm && make all
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDB
M_File/sdbm'
cc -c -I../../.. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/incl
ude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION
=\"\" -fPIC "-I../../.." -DSDBM -DDUFF sdbm.c
cc -c -I../../.. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/incl
ude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION
=\"\" -fPIC "-I../../.." -DSDBM -DDUFF pair.c
cc -c -I../../.. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/incl
ude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION
=\"\" -fPIC "-I../../.." -DSDBM -DDUFF hash.c
rm -rf libsdbm.a
/bin/ar cr libsdbm.a sdbm.o pair.o hash.o && : libsdbm.a
chmod 755 libsdbm.a
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDBM
_File/sdbm'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDB
M_File/sdbm'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDBM
_File/sdbm'
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap -typemap typemap SDBM_File.xs > SDBM_Fil
e.xsc && mv SDBM_File.xsc SDBM_File.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_mal
loc -Dfree=Perl_mfree -Drealloc=Perl_realloc -Dcalloc=Perl_calloc -DVERSION=\"1.
06\" -DXS_VERSION=\"1.06\" -fPIC "-I../.." SDBM_File.c
Running Mkbootstrap for SDBM_File ()
chmod 644 SDBM_File.bs
rm -f ../../lib/auto/SDBM_File/SDBM_File.so
cc -shared -O2 -L/usr/local/lib -fstack-protector SDBM_File.o -o ../../lib/aut
o/SDBM_File/SDBM_File.so sdbm/libsdbm.a \
\
chmod 755 ../../lib/auto/SDBM_File/SDBM_File.so
cp SDBM_File.bs ../../lib/auto/SDBM_File/SDBM_File.bs
chmod 644 ../../lib/auto/SDBM_File/SDBM_File.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDBM
_File'
./miniperl -Ilib make_ext.pl lib/auto/Socket/Socket.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making Socket (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Soc
ket'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Socket
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sock
et'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/Socket
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Soc
ket'
Skip ../../lib/Socket.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap Socket.xs > Socket.xsc && mv Socket.xsc
Socket.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.87\" -DXS_VERSION=\"1.8
7\" -fPIC "-I../.." Socket.c
Running Mkbootstrap for Socket ()
chmod 644 Socket.bs
rm -f ../../lib/auto/Socket/Socket.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Socket.o -o ../../lib/auto/S
ocket/Socket.so \
\
chmod 755 ../../lib/auto/Socket/Socket.so
cp Socket.bs ../../lib/auto/Socket/Socket.bs
chmod 644 ../../lib/auto/Socket/Socket.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sock
et'
./miniperl -Ilib make_ext.pl lib/auto/Storable/Storable.so MAKE=make LIBPERL_A=l
ibperl.a LINKTYPE=dynamic
Making Storable (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/St
orable'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Processing hints file hints/linux.pl
Writing Makefile for Storable
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sto
rable'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in dist/Storable
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/St
orable'
Skip ../../lib/Storable.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Storable.xs > Storable.xsc && mv Storable.xsc Storabl
e.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.22\" -DXS_VERSION=\"2.2
2\" -fPIC "-I../.." Storable.c
Running Mkbootstrap for Storable ()
chmod 644 Storable.bs
rm -f ../../lib/auto/Storable/Storable.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Storable.o -o ../../lib/auto
/Storable/Storable.so \
\
chmod 755 ../../lib/auto/Storable/Storable.so
cp Storable.bs ../../lib/auto/Storable/Storable.bs
chmod 644 ../../lib/auto/Storable/Storable.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sto
rable'
./miniperl -Ilib make_ext.pl lib/auto/Sys/Hostname/Hostname.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making Sys::Hostname (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys
-Hostname'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Sys::Hostname
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys-
Hostname'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/Sys-Hostname
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys
-Hostname'
Skip ../../lib/Sys/Hostname.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Hostname.xs > Hostname.xsc && mv Hostname.xsc Hostnam
e.c
Please specify prototyping behavior for Hostname.xs (see perlxs manual)
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.11\" -DXS_VERSION=\"1.1
1\" -fPIC "-I../.." Hostname.c
Running Mkbootstrap for Sys::Hostname ()
chmod 644 Hostname.bs
rm -f ../../lib/auto/Sys/Hostname/Hostname.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Hostname.o -o ../../lib/auto
/Sys/Hostname/Hostname.so \
\
chmod 755 ../../lib/auto/Sys/Hostname/Hostname.so
cp Hostname.bs ../../lib/auto/Sys/Hostname/Hostname.bs
chmod 644 ../../lib/auto/Sys/Hostname/Hostname.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys-
Hostname'
./miniperl -Ilib make_ext.pl lib/auto/Sys/Syslog/Syslog.so MAKE=make LIBPERL_A=l
ibperl.a LINKTYPE=dynamic
Making Sys::Syslog (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sy
s-Syslog'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Sys::Syslog
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sys
-Syslog'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Sys-Syslog
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sy
s-Syslog'
Skip ../../lib/Sys/Syslog.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap Syslog.xs > Syslog.xsc && mv Syslog.xsc
Syslog.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.27\" -DXS_VERSION=\"0.2
7\" -fPIC "-I../.." Syslog.c
Running Mkbootstrap for Sys::Syslog ()
chmod 644 Syslog.bs
rm -f ../../lib/auto/Sys/Syslog/Syslog.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Syslog.o -o ../../lib/auto/S
ys/Syslog/Syslog.so \
\
chmod 755 ../../lib/auto/Sys/Syslog/Syslog.so
cp Syslog.bs ../../lib/auto/Sys/Syslog/Syslog.bs
chmod 644 ../../lib/auto/Sys/Syslog/Syslog.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sys
-Syslog'
./miniperl -Ilib make_ext.pl lib/auto/Text/Soundex/Soundex.so MAKE=make LIBPERL_
A=libperl.a LINKTYPE=dynamic
Making Text::Soundex (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Soundex'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Text::Soundex
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Soundex'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Text-Soundex
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Soundex'
Skip ../../lib/Text/Soundex.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Soundex.xs > Soundex.xsc && mv Soundex.xsc Soundex.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.03_01\" -DXS_VERSION=\"
3.03_01\" -fPIC "-I../.." Soundex.c
Running Mkbootstrap for Text::Soundex ()
chmod 644 Soundex.bs
rm -f ../../lib/auto/Text/Soundex/Soundex.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Soundex.o -o ../../lib/auto/
Text/Soundex/Soundex.so \
\

chmod 755 ../../lib/auto/Text/Soundex/Soundex.so


cp Soundex.bs ../../lib/auto/Text/Soundex/Soundex.bs
chmod 644 ../../lib/auto/Text/Soundex/Soundex.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Soundex'
./miniperl -Ilib make_ext.pl lib/auto/threads/threads.so MAKE=make LIBPERL_A=lib
perl.a LINKTYPE=dynamic
Making threads (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Processing hints file hints/linux.pl
Writing Makefile for threads
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in dist/threads
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads'
Skip ../../lib/threads.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap threads.xs > threads.xsc && mv threads.xsc threads.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.75\" -DXS_VERSION=\"1.7
5\" -fPIC "-I../.." threads.c
Running Mkbootstrap for threads ()
chmod 644 threads.bs
rm -f ../../lib/auto/threads/threads.so
cc -shared -O2 -L/usr/local/lib -fstack-protector threads.o -o ../../lib/auto/
threads/threads.so \
\
chmod 755 ../../lib/auto/threads/threads.so
cp threads.bs ../../lib/auto/threads/threads.bs
chmod 644 ../../lib/auto/threads/threads.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads'
./miniperl -Ilib make_ext.pl lib/auto/threads/shared/shared.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making threads::shared (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads-shared'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Processing hints file hints/linux.pl
Writing Makefile for threads::shared
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads-shared'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in dist/threads-shared
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads-shared'
Skip ../../lib/threads/shared.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap shared.xs > shared.xsc && mv shared.xsc shared.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.32\" -DXS_VERSION=\"1.3
2\" -fPIC "-I../.." shared.c
Running Mkbootstrap for threads::shared ()
chmod 644 shared.bs
rm -f ../../lib/auto/threads/shared/shared.so
cc -shared -O2 -L/usr/local/lib -fstack-protector shared.o -o ../../lib/auto/t
hreads/shared/shared.so \
\
chmod 755 ../../lib/auto/threads/shared/shared.so
cp shared.bs ../../lib/auto/threads/shared/shared.bs
chmod 644 ../../lib/auto/threads/shared/shared.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads-shared'
./miniperl -Ilib make_ext.pl lib/auto/Time/HiRes/HiRes.so MAKE=make LIBPERL_A=li
bperl.a LINKTYPE=dynamic
Making Time::HiRes (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-HiRes'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Configuring Time::HiRes...
Using hints hints/linux.pl...
Extra libraries: -lrt...
Have syscall()... looking for syscall.h... found <syscall.h>.
Looking for gettimeofday()... found.
Looking for setitimer()... found.
Looking for getitimer()... found.
You have interval timers (both setitimer and getitimer).
Looking for ualarm()... found.
Looking for usleep()... found.
Looking for nanosleep()... testing... found.
You can mix subsecond sleeps with signals, if you want to.
(It's still not portable, though.)
Looking for clock_gettime()... found.
Looking for clock_getres()... found.
Looking for clock_nanosleep()... found.
Looking for clock()... found.
Looking for stat() subsecond timestamps...
Trying struct stat st_atimespec.tv_nsec...NOT found.
Trying struct stat st_atimensec...NOT found.
Trying struct stat st_atime_n...NOT found.
Trying struct stat st_atim.tv_nsec...found.
Trying struct stat st_uatime...Processing hints file hints/linux.pl
NOT found.
You seem to have stat() subsecond timestamps.
(Your struct stat has them, but the filesystems must help.)
Writing Makefile for Time::HiRes
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-HiRes'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Time-HiRes
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-HiRes'
Skip ../../lib/Time/HiRes.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap -typemap typemap HiRes.xs > HiRes.xsc && mv HiRes.xsc
HiRes.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.9719\" -DXS_VERSION=\"1
.9719\" -fPIC "-I../.." -DTIME_HIRES_NANOSLEEP -DTIME_HIRES_CLOCK_GETTIME -DTIM
E_HIRES_CLOCK_GETRES -DTIME_HIRES_CLOCK_NANOSLEEP -DTIME_HIRES_CLOCK -DTIME_HIRE
S_STAT=4 -DATLEASTFIVEOHOHFIVE HiRes.c
Running Mkbootstrap for Time::HiRes ()
chmod 644 HiRes.bs
rm -f ../../lib/auto/Time/HiRes/HiRes.so
LD_RUN_PATH="/lib" cc -shared -O2 -L/usr/local/lib -fstack-protector HiRes.o -
o ../../lib/auto/Time/HiRes/HiRes.so \
-lrt \
chmod 755 ../../lib/auto/Time/HiRes/HiRes.so
cp HiRes.bs ../../lib/auto/Time/HiRes/HiRes.bs
chmod 644 ../../lib/auto/Time/HiRes/HiRes.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-HiRes'
./miniperl -Ilib make_ext.pl lib/auto/Time/Piece/Piece.so MAKE=make LIBPERL_A=li
bperl.a LINKTYPE=dynamic
Making Time::Piece (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-Piece'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Time::Piece
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-Piece'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Time-Piece
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-Piece'
Skip ../../lib/Time/Seconds.pm (unchanged)
Skip ../../lib/Time/Piece.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Piece.xs > Piece.xsc && mv Piece.xsc Piece.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.15_01\" -DXS_VERSION=\"
1.15_01\" -fPIC "-I../.." Piece.c
Running Mkbootstrap for Time::Piece ()
chmod 644 Piece.bs
rm -f ../../lib/auto/Time/Piece/Piece.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Piece.o -o ../../lib/auto/Ti
me/Piece/Piece.so \
\
chmod 755 ../../lib/auto/Time/Piece/Piece.so
cp Piece.bs ../../lib/auto/Time/Piece/Piece.bs
chmod 644 ../../lib/auto/Time/Piece/Piece.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-Piece'
./miniperl -Ilib make_ext.pl lib/auto/Unicode/Normalize/Normalize.so MAKE=make L
IBPERL_A=libperl.a LINKTYPE=dynamic
Making Unicode::Normalize (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Normalize'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Making header files for XS...
Writing Makefile for Unicode::Normalize
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Normalize'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Unicode-Normalize
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Normalize'
Skip ../../lib/Unicode/Normalize.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Normalize.xs > Normalize.xsc && mv Normalize.xsc Norm
alize.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.03\" -DXS_VERSION=\"1.0
3\" -fPIC "-I../.." Normalize.c
Running Mkbootstrap for Unicode::Normalize ()
chmod 644 Normalize.bs
rm -f ../../lib/auto/Unicode/Normalize/Normalize.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Normalize.o -o ../../lib/aut
o/Unicode/Normalize/Normalize.so \
\
chmod 755 ../../lib/auto/Unicode/Normalize/Normalize.so
cp Normalize.bs ../../lib/auto/Unicode/Normalize/Normalize.bs
chmod 644 ../../lib/auto/Unicode/Normalize/Normalize.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Normalize'
./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/APItest.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making XS::APItest (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Checking if your kit is complete...
Looks good
Writing Makefile for XS::APItest
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/XS-APItest
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest'
Skip ../../lib/XS/APItest.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap APItest.xs > APItest.xsc && mv APItest.xsc APItest.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.17\" -DXS_VERSION=\"
0.17\" -fPIC "-I../.." APItest.c
APItest.xs: In function â XS_XS__APItest_pmflagâ :
APItest.xs:930: warning: â Perl_pmflagâ is deprecated (declared at ../../proto.h:2623)
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.17\" -DXS_VERSION=\"
0.17\" -fPIC "-I../.." exception.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.17\" -DXS_VERSION=\"
0.17\" -fPIC "-I../.." core.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.17\" -DXS_VERSION=\"
0.17\" -fPIC "-I../.." notcore.c
Running Mkbootstrap for XS::APItest ()
chmod 644 APItest.bs
rm -f ../../lib/auto/XS/APItest/APItest.so
cc -shared -O2 -L/usr/local/lib -fstack-protector APItest.o exception.o core.o
notcore.o -o ../../lib/auto/XS/APItest/APItest.so \
\
chmod 755 ../../lib/auto/XS/APItest/APItest.so
cp APItest.bs ../../lib/auto/XS/APItest/APItest.bs
chmod 644 ../../lib/auto/XS/APItest/APItest.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest'
./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/KeywordRPN/KeywordRPN.so MAKE=m
ake LIBPERL_A=libperl.a LINKTYPE=dynamic
Making XS::APItest::KeywordRPN (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest-KeywordRPN'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for XS::APItest::KeywordRPN
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest-KeywordRPN'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/XS-APItest-KeywordRPN
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest-KeywordRPN'
Skip ../../lib/XS/APItest/KeywordRPN.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap KeywordRPN.xs > KeywordRPN.xsc && mv KeywordRPN.xsc K
eywordRPN.c
Please specify prototyping behavior for KeywordRPN.xs (see perlxs manual)
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.003\" -DXS_VERSION=\"0.
003\" -fPIC "-I../.." KeywordRPN.c
Running Mkbootstrap for XS::APItest::KeywordRPN ()
chmod 644 KeywordRPN.bs
rm -f ../../lib/auto/XS/APItest/KeywordRPN/KeywordRPN.so
cc -shared -O2 -L/usr/local/lib -fstack-protector KeywordRPN.o -o ../../lib/au
to/XS/APItest/KeywordRPN/KeywordRPN.so \
\
chmod 755 ../../lib/auto/XS/APItest/KeywordRPN/KeywordRPN.so
cp KeywordRPN.bs ../../lib/auto/XS/APItest/KeywordRPN/KeywordRPN.bs
chmod 644 ../../lib/auto/XS/APItest/KeywordRPN/KeywordRPN.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest-KeywordRPN'
./miniperl -Ilib make_ext.pl lib/auto/XS/Typemap/Typemap.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making XS::Typemap (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
Typemap'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for XS::Typemap
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-T
ypemap'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/XS-Typemap
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
Typemap'
Skip ../../lib/XS/Typemap.pm (unchanged)
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.03\" -DXS_VERSION=\"0.0
3\" -fPIC "-I../.." stdio.c
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap -typemap typemap Typemap.xs > Typemap.xsc && mv Typem
ap.xsc Typemap.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.03\" -DXS_VERSION=\"0.0
3\" -fPIC "-I../.." Typemap.c
Running Mkbootstrap for XS::Typemap ()
chmod 644 Typemap.bs
rm -f ../../lib/auto/XS/Typemap/Typemap.so
cc -shared -O2 -L/usr/local/lib -fstack-protector stdio.o Typemap.o -o ../../
lib/auto/XS/Typemap/Typemap.so \
\
chmod 755 ../../lib/auto/XS/Typemap/Typemap.so
cp Typemap.bs ../../lib/auto/XS/Typemap/Typemap.bs
chmod 644 ../../lib/auto/XS/Typemap/Typemap.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-T
ypemap'
./perl -f -Ilib pod/buildtoc --build-toc -q
./miniperl -Ilib minimod.pl > lib/ExtUtils/Miniperl.pm
cd x2p; make s2p
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
make[1]: `s2p' is up to date.
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
./miniperl -Ilib pod/pod2html.PL
Extracting pod2html (with variable substitutions)
./miniperl -Ilib pod/pod2latex.PL
Extracting pod2latex (with variable substitutions)
./miniperl -Ilib pod/pod2man.PL
Extracting pod2man (with variable substitutions)
./miniperl -Ilib pod/pod2text.PL
Extracting pod2text (with variable substitutions)
./miniperl -Ilib pod/pod2usage.PL
Extracting pod2usage (with variable substitutions)
./miniperl -Ilib pod/podchecker.PL
Extracting podchecker (with variable substitutions)
./miniperl -Ilib pod/podselect.PL
Extracting podselect (with variable substitutions)
Making utilities
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/utils'
../miniperl -I../lib c2ph.PL
Extracting c2ph (with variable substitutions)
Linking c2ph to pstruct.
../miniperl -I../lib config_data.PL
Extracting config_data (with variable substitutions)
../miniperl -I../lib corelist.PL
Extracting corelist (with variable substitutions)
../miniperl -I../lib cpan.PL
Extracting cpan (with variable substitutions)
../miniperl -I../lib h2ph.PL
Extracting h2ph (with variable substitutions)
../miniperl -I../lib h2xs.PL
Extracting h2xs (with variable substitutions)
../miniperl -I../lib instmodsh.PL
Extracting instmodsh (with variable substitutions)
../miniperl -I../lib perlbug.PL
Extracting perlbug (with variable substitutions)
../miniperl -I../lib perldoc.PL
Extracting "perldoc" (with variable substitutions)
../miniperl -I../lib perlivp.PL
Extracting perlivp (with variable substitutions)
../miniperl -I../lib pl2pm.PL
Extracting pl2pm (with variable substitutions)
../miniperl -I../lib prove.PL
Extracting prove (with variable substitutions)
../miniperl -I../lib ptar.PL
Extracting ptar (with variable substitutions)
../miniperl -I../lib ptardiff.PL
Extracting ptardiff (with variable substitutions)
../miniperl -I../lib cpanp-run-perl.PL
Extracting cpanp-run-perl (with variable substitutions)
../miniperl -I../lib cpanp.PL
Extracting cpanp (with variable substitutions)
../miniperl -I../lib cpan2dist.PL
Extracting cpan2dist (with variable substitutions)
../miniperl -I../lib shasum.PL
Extracting shasum (with variable substitutions)
../miniperl -I../lib splain.PL
Extracting splain (with variable substitutions)
../miniperl -I../lib dprofpp.PL
Extracting dprofpp (with variable substitutions)
../miniperl -I../lib libnetcfg.PL
Extracting libnetcfg (with variable substitutions)
../miniperl -I../lib piconv.PL
Extracting piconv (with variable substitutions)
../miniperl -I../lib enc2xs.PL
Extracting enc2xs (with variable substitutions)
../miniperl -I../lib xsubpp.PL
Extracting xsubpp (with variable substitutions)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/utils'
Making x2p stuff
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
`sh cflags "optimize='-O2'" hash.o` -DPERL_FOR_X2P hash.c
CCCMD = cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/loc
al/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2
`sh cflags "optimize='-O2'" str.o` -DPERL_FOR_X2P str.c
CCCMD = cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/loc
al/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2
`sh cflags "optimize='-O2'" util.o` -DPERL_FOR_X2P util.c
CCCMD = cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/loc
al/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2
`sh cflags "optimize='-O2'" walk.o` -DPERL_FOR_X2P walk.c
CCCMD = cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/loc
al/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2
`sh cflags "optimize='-O2'" a2p.o` a2p.c
CCCMD = cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/loc
al/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2
cc -o a2p -fstack-protector -L/usr/local/lib hash.o str.o util.o walk.o a2p.o -
lnsl -ldl -lm -lcrypt -lutil -lc
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
Everything is up to date. Type 'make test' to run test suite.
./miniperl -Ilib make_patchnum.pl
Reusing 'git_version.h' and 'lib/Config_git.pl'
./miniperl -Ilib make_ext.pl cpan/Archive-Extract/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Archive::Extract (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Extract'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Extract'
Making all in cpan/Archive-Extract
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Extract'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Extract'
./miniperl -Ilib make_ext.pl cpan/Archive-Tar/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Archive::Tar (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Tar'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Tar'
Making all in cpan/Archive-Tar
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Tar'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Tar'
./miniperl -Ilib make_ext.pl dist/Attribute-Handlers/pm_to_blib MAKE=make LIBPER
L_A=libperl.a
Making Attribute::Handlers (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/At
tribute-Handlers'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Att
ribute-Handlers'
Making all in dist/Attribute-Handlers
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/At
tribute-Handlers'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Att
ribute-Handlers'
./miniperl -Ilib make_ext.pl cpan/autodie/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making autodie (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/au
todie'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/aut
odie'
Making all in cpan/autodie
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/au
todie'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/aut
odie'
./miniperl -Ilib make_ext.pl cpan/AutoLoader/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making AutoLoader (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Au
toLoader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Aut
oLoader'
Making all in cpan/AutoLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Au
toLoader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Aut
oLoader'
./miniperl -Ilib make_ext.pl ext/autouse/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making autouse (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/aut
ouse'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/auto
use'
Making all in ext/autouse
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/aut
ouse'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/auto
use'
./miniperl -Ilib make_ext.pl dist/base/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making base (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/ba
se'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/bas
e'
Making all in dist/base
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/ba
se'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/bas
e'
./miniperl -Ilib make_ext.pl cpan/B-Debug/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making B::Debug (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Debug'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-D
ebug'
Making all in cpan/B-Debug
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Debug'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-D
ebug'
./miniperl -Ilib make_ext.pl dist/B-Deparse/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making B::Deparse (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-
Deparse'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-D
eparse'
Making all in dist/B-Deparse
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-
Deparse'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-D
eparse'
./miniperl -Ilib make_ext.pl cpan/bignum/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making bignum (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/bi
gnum'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/big
num'
Making all in cpan/bignum
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/bi
gnum'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/big
num'
./miniperl -Ilib make_ext.pl cpan/B-Lint/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making B::Lint (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Lint'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-L
int'
Making all in cpan/B-Lint
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Lint'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-L
int'
./miniperl -Ilib make_ext.pl cpan/CGI/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making CGI (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CG
I'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CGI
'
Making all in cpan/CGI
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CG
I'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CGI
'
./miniperl -Ilib make_ext.pl cpan/Class-ISA/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Class::ISA (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cl
ass-ISA'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cla
ss-ISA'
Making all in cpan/Class-ISA
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cl
ass-ISA'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cla
ss-ISA'
./miniperl -Ilib make_ext.pl dist/constant/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making constant (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/co
nstant'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/con
stant'
Making all in dist/constant
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/co
nstant'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/con
stant'
./miniperl -Ilib make_ext.pl cpan/CPAN/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making CPAN (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
AN'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
N'
Making all in cpan/CPAN
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
AN'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
N'
./miniperl -Ilib make_ext.pl cpan/CPANPLUS/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making CPANPLUS (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS'
Making all in cpan/CPANPLUS
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS'
./miniperl -Ilib make_ext.pl cpan/CPANPLUS-Dist-Build/pm_to_blib MAKE=make LIBPE
RL_A=libperl.a
Making CPANPLUS::Dist::Build (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS-Dist-Build'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS-Dist-Build'
Making all in cpan/CPANPLUS-Dist-Build
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS-Dist-Build'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS-Dist-Build'
./miniperl -Ilib make_ext.pl ext/Devel-SelfStubber/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making Devel::SelfStubber (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-SelfStubber'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-SelfStubber'
Making all in ext/Devel-SelfStubber
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-SelfStubber'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-SelfStubber'
./miniperl -Ilib make_ext.pl cpan/Digest/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making Digest (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est'
Making all in cpan/Digest
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est'
./miniperl -Ilib make_ext.pl cpan/encoding-warnings/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making encoding::warnings (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/en
coding-warnings'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/enc
oding-warnings'
Making all in cpan/encoding-warnings
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/en
coding-warnings'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/enc
oding-warnings'
./miniperl -Ilib make_ext.pl ext/Errno/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Errno (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Err
no'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Errn
o'
Making all in ext/Errno
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Err
no'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Errn
o'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-CBuilder/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making ExtUtils::CBuilder (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-CBuilder'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-CBuilder'
Making all in cpan/ExtUtils-CBuilder
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-CBuilder'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-CBuilder'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-Command/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making ExtUtils::Command (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Command'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Command'
Making all in cpan/ExtUtils-Command
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Command'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Command'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-Constant/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making ExtUtils::Constant (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Constant'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Constant'
Making all in cpan/ExtUtils-Constant
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Constant'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Constant'
./miniperl -Ilib make_ext.pl dist/ExtUtils-Install/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making ExtUtils::Install (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ex
tUtils-Install'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ext
Utils-Install'
Making all in dist/ExtUtils-Install
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ex
tUtils-Install'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ext
Utils-Install'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-MakeMaker/pm_to_blib MAKE=make LIBPER
L_A=libperl.a
Making ExtUtils::MakeMaker (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-MakeMaker'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-MakeMaker'
Making all in cpan/ExtUtils-MakeMaker
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-MakeMaker'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-MakeMaker'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-Manifest/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making ExtUtils::Manifest (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Manifest'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Manifest'
Making all in cpan/ExtUtils-Manifest
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Manifest'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Manifest'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-ParseXS/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making ExtUtils::ParseXS (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-ParseXS'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-ParseXS'
Making all in cpan/ExtUtils-ParseXS
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-ParseXS'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-ParseXS'
./miniperl -Ilib make_ext.pl ext/FileCache/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making FileCache (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
eCache'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
Cache'
Making all in ext/FileCache
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
eCache'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
Cache'
./miniperl -Ilib make_ext.pl cpan/File-Fetch/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making File::Fetch (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Fetch'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Fetch'
Making all in cpan/File-Fetch
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Fetch'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Fetch'
./miniperl -Ilib make_ext.pl cpan/File-Path/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making File::Path (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Path'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Path'
Making all in cpan/File-Path
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Path'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Path'
./miniperl -Ilib make_ext.pl cpan/File-Temp/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making File::Temp (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Temp'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Temp'
Making all in cpan/File-Temp
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Temp'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Temp'
./miniperl -Ilib make_ext.pl dist/Filter-Simple/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making Filter::Simple (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fi
lter-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fil
ter-Simple'
Making all in dist/Filter-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fi
lter-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fil
ter-Simple'
./miniperl -Ilib make_ext.pl cpan/Getopt-Long/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Getopt::Long (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ge
topt-Long'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Get
opt-Long'
Making all in cpan/Getopt-Long
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ge
topt-Long'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Get
opt-Long'
./miniperl -Ilib make_ext.pl dist/I18N-LangTags/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making I18N::LangTags (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I1
8N-LangTags'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I18
N-LangTags'
Making all in dist/I18N-LangTags
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I1
8N-LangTags'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I18
N-LangTags'
./miniperl -Ilib make_ext.pl cpan/if/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making if (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if
'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if'
Making all in cpan/if
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if
'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if'
./miniperl -Ilib make_ext.pl cpan/IO-Compress/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making IO::Compress (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Compress'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Compress'
Making all in cpan/IO-Compress
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Compress'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Compress'
./miniperl -Ilib make_ext.pl cpan/IO-Zlib/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making IO::Zlib (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Zlib'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Zlib'
Making all in cpan/IO-Zlib
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Zlib'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Zlib'
./miniperl -Ilib make_ext.pl cpan/IPC-Cmd/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making IPC::Cmd (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-Cmd'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-Cmd'
Making all in cpan/IPC-Cmd
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-Cmd'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-Cmd'
./miniperl -Ilib make_ext.pl ext/IPC-Open2/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making IPC::Open2 (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open2'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open2'
Making all in ext/IPC-Open2
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open2'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open2'
./miniperl -Ilib make_ext.pl ext/IPC-Open3/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making IPC::Open3 (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open3'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open3'
Making all in ext/IPC-Open3
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open3'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open3'
./miniperl -Ilib make_ext.pl dist/lib/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making lib (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/li
b'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/lib
'
Making all in dist/lib
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/li
b'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/lib
'
./miniperl -Ilib make_ext.pl cpan/libnet/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making libnet (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/li
bnet'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/lib
net'
Making all in cpan/libnet
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/li
bnet'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/lib
net'
./miniperl -Ilib make_ext.pl cpan/Locale-Codes/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Locale::Codes (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Codes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Codes'
Making all in cpan/Locale-Codes
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Codes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Codes'
./miniperl -Ilib make_ext.pl dist/Locale-Maketext/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Locale::Maketext (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Lo
cale-Maketext'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Loc
ale-Maketext'
Making all in dist/Locale-Maketext
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Lo
cale-Maketext'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Loc
ale-Maketext'
./miniperl -Ilib make_ext.pl cpan/Locale-Maketext-Simple/pm_to_blib MAKE=make LI
BPERL_A=libperl.a
Making Locale::Maketext::Simple (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Maketext-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Maketext-Simple'
Making all in cpan/Locale-Maketext-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Maketext-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Maketext-Simple'
./miniperl -Ilib make_ext.pl cpan/Log-Message/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Log::Message (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message'
Making all in cpan/Log-Message
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message'
./miniperl -Ilib make_ext.pl cpan/Log-Message-Simple/pm_to_blib MAKE=make LIBPER
L_A=libperl.a
Making Log::Message::Simple (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message-Simple'
Making all in cpan/Log-Message-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message-Simple'
./miniperl -Ilib make_ext.pl cpan/Math-BigInt/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Math::BigInt (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt'
Making all in cpan/Math-BigInt
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt'
./miniperl -Ilib make_ext.pl cpan/Math-BigRat/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Math::BigRat (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigRat'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigRat'
Making all in cpan/Math-BigRat
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigRat'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigRat'
./miniperl -Ilib make_ext.pl cpan/Math-Complex/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Math::Complex (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-Complex'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-Complex'
Making all in cpan/Math-Complex
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-Complex'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-Complex'
./miniperl -Ilib make_ext.pl cpan/Memoize/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making Memoize (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Me
moize'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mem
oize'
Making all in cpan/Memoize
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Me
moize'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mem
oize'
./miniperl -Ilib make_ext.pl cpan/Module-Build/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Module::Build (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Build'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Build'
Making all in cpan/Module-Build
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Build'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Build'
./miniperl -Ilib make_ext.pl dist/Module-CoreList/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Module::CoreList (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mo
dule-CoreList'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mod
ule-CoreList'
Making all in dist/Module-CoreList
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mo
dule-CoreList'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mod
ule-CoreList'
./miniperl -Ilib make_ext.pl cpan/Module-Load/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Module::Load (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load'
Making all in cpan/Module-Load
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load'
./miniperl -Ilib make_ext.pl cpan/Module-Load-Conditional/pm_to_blib MAKE=make L
IBPERL_A=libperl.a
Making Module::Load::Conditional (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load-Conditional'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load-Conditional'
Making all in cpan/Module-Load-Conditional
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load-Conditional'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load-Conditional'
./miniperl -Ilib make_ext.pl cpan/Module-Loaded/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making Module::Loaded (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Loaded'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Loaded'
Making all in cpan/Module-Loaded
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Loaded'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Loaded'
./miniperl -Ilib make_ext.pl cpan/Module-Pluggable/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making Module::Pluggable (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Pluggable'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Pluggable'
Making all in cpan/Module-Pluggable
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Pluggable'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Pluggable'
./miniperl -Ilib make_ext.pl dist/Net-Ping/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making Net::Ping (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ne
t-Ping'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Net
-Ping'
Making all in dist/Net-Ping
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ne
t-Ping'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Net
-Ping'
./miniperl -Ilib make_ext.pl cpan/NEXT/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making NEXT (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NE
XT'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NEX
T'
Making all in cpan/NEXT
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NE
XT'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NEX
T'
./miniperl -Ilib make_ext.pl cpan/Object-Accessor/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Object::Accessor (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ob
ject-Accessor'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Obj
ect-Accessor'
Making all in cpan/Object-Accessor
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ob
ject-Accessor'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Obj
ect-Accessor'
./miniperl -Ilib make_ext.pl cpan/Package-Constants/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making Package::Constants (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
ckage-Constants'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pac
kage-Constants'
Making all in cpan/Package-Constants
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
ckage-Constants'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pac
kage-Constants'
./miniperl -Ilib make_ext.pl cpan/Params-Check/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Params::Check (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rams-Check'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
ams-Check'
Making all in cpan/Params-Check
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rams-Check'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
ams-Check'
./miniperl -Ilib make_ext.pl cpan/parent/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making parent (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pa
rent'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/par
ent'
Making all in cpan/parent
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pa
rent'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/par
ent'
./miniperl -Ilib make_ext.pl cpan/Parse-CPAN-Meta/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Parse::CPAN::Meta (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rse-CPAN-Meta'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
se-CPAN-Meta'
Making all in cpan/Parse-CPAN-Meta
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rse-CPAN-Meta'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
se-CPAN-Meta'
./miniperl -Ilib make_ext.pl cpan/PerlIO-via-QuotedPrint/pm_to_blib MAKE=make LI
BPERL_A=libperl.a
Making PerlIO::via::QuotedPrint (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pe
rlIO-via-QuotedPrint'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Per
lIO-via-QuotedPrint'
Making all in cpan/PerlIO-via-QuotedPrint
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pe
rlIO-via-QuotedPrint'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Per
lIO-via-QuotedPrint'
./miniperl -Ilib make_ext.pl cpan/Pod-Escapes/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Pod::Escapes (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Escapes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Escapes'
Making all in cpan/Pod-Escapes
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Escapes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Escapes'
./miniperl -Ilib make_ext.pl cpan/Pod-LaTeX/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Pod::LaTeX (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-LaTeX'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-LaTeX'
Making all in cpan/Pod-LaTeX
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-LaTeX'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-LaTeX'
./miniperl -Ilib make_ext.pl cpan/podlators/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making podlators (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/po
dlators'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pod
lators'
Making all in cpan/podlators
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/po
dlators'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pod
lators'
./miniperl -Ilib make_ext.pl cpan/Pod-Parser/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making Pod::Parser (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Parser'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Parser'
Making all in cpan/Pod-Parser
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Parser'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Parser'
./miniperl -Ilib make_ext.pl dist/Pod-Perldoc/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Pod::Perldoc (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Perldoc'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Perldoc'
Making all in dist/Pod-Perldoc
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Perldoc'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Perldoc'
./miniperl -Ilib make_ext.pl dist/Pod-Plainer/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Pod::Plainer (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Plainer'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Plainer'
Making all in dist/Pod-Plainer
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Plainer'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Plainer'
./miniperl -Ilib make_ext.pl cpan/Pod-Simple/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making Pod::Simple (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Simple'
Making all in cpan/Pod-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Simple'
./miniperl -Ilib make_ext.pl dist/Safe/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Safe (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sa
fe'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Saf
e'
Making all in dist/Safe
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sa
fe'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Saf
e'
./miniperl -Ilib make_ext.pl dist/SelfLoader/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making SelfLoader (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Se
lfLoader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sel
fLoader'
Making all in dist/SelfLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Se
lfLoader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sel
fLoader'
./miniperl -Ilib make_ext.pl cpan/Shell/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Shell (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sh
ell'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/She
ll'
Making all in cpan/Shell
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sh
ell'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/She
ll'
./miniperl -Ilib make_ext.pl dist/Switch/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making Switch (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sw
itch'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Swi
tch'
Making all in dist/Switch
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sw
itch'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Swi
tch'
./miniperl -Ilib make_ext.pl cpan/Term-ANSIColor/pm_to_blib MAKE=make LIBPERL_A=
libperl.a
Making Term::ANSIColor (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-ANSIColor'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-ANSIColor'
Making all in cpan/Term-ANSIColor
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-ANSIColor'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-ANSIColor'
./miniperl -Ilib make_ext.pl cpan/Term-Cap/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making Term::Cap (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-Cap'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-Cap'
Making all in cpan/Term-Cap
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-Cap'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-Cap'
./miniperl -Ilib make_ext.pl cpan/Term-UI/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making Term::UI (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-UI'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-UI'
Making all in cpan/Term-UI
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-UI'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-UI'
./miniperl -Ilib make_ext.pl cpan/Test/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Test (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t'
Making all in cpan/Test
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t'
./miniperl -Ilib make_ext.pl cpan/Test-Harness/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Test::Harness (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Harness'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Harness'
Making all in cpan/Test-Harness
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Harness'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Harness'
./miniperl -Ilib make_ext.pl cpan/Test-Simple/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Test::Simple (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Simple'
Making all in cpan/Test-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Simple'
./miniperl -Ilib make_ext.pl cpan/Text-Balanced/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making Text::Balanced (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Balanced'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Balanced'
Making all in cpan/Text-Balanced
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Balanced'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Balanced'
./miniperl -Ilib make_ext.pl cpan/Text-ParseWords/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Text::ParseWords (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-ParseWords'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-ParseWords'
Making all in cpan/Text-ParseWords
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-ParseWords'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-ParseWords'
./miniperl -Ilib make_ext.pl cpan/Text-Tabs/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Text::Tabs (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Tabs'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Tabs'
Making all in cpan/Text-Tabs
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Tabs'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Tabs'
./miniperl -Ilib make_ext.pl dist/Thread-Queue/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Thread::Queue (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Queue'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Queue'
Making all in dist/Thread-Queue
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Queue'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Queue'
./miniperl -Ilib make_ext.pl dist/Thread-Semaphore/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making Thread::Semaphore (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Semaphore'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Semaphore'
Making all in dist/Thread-Semaphore
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Semaphore'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Semaphore'
./miniperl -Ilib make_ext.pl cpan/Tie-File/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making Tie::File (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-File'
Making all in cpan/Tie-File
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-File'
./miniperl -Ilib make_ext.pl ext/Tie-Memoize/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making Tie::Memoize (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie
-Memoize'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie-
Memoize'
Making all in ext/Tie-Memoize
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie
-Memoize'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie-
Memoize'
./miniperl -Ilib make_ext.pl cpan/Tie-RefHash/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Tie::RefHash (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-RefHash'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-RefHash'
Making all in cpan/Tie-RefHash
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-RefHash'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-RefHash'
./miniperl -Ilib make_ext.pl ext/Time-Local/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Time::Local (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tim
e-Local'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Time
-Local'
Making all in ext/Time-Local
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tim
e-Local'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Time
-Local'
./miniperl -Ilib make_ext.pl cpan/Unicode-Collate/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Unicode::Collate (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Collate'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Collate'
Making all in cpan/Unicode-Collate
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Collate'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Collate'
./miniperl -Ilib make_ext.pl dist/XSLoader/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making XSLoader (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XS
Loader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XSL
oader'
Making all in dist/XSLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XS
Loader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XSL
oader'
./miniperl -Ilib -Icpan/Cwd -Icpan/Cwd/lib mkppport
ppport.h in cpan/Cwd is up-to-date
ppport.h in cpan/DB_File is up-to-date
ppport.h in cpan/IPC-SysV is up-to-date
ppport.h in cpan/Time-HiRes is up-to-date
ppport.h in cpan/Win32API-File is up-to-date
./miniperl -Ilib make_ext.pl DynaLoader.o MAKE=make LIBPERL_A=libperl.a LINKTYPE
=static CCCDLFLAGS=
Making DynaLoader (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyn
aLoader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyna
Loader'
Making all in ext/DynaLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS=
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyn
aLoader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyna
Loader'
./miniperl -Ilib make_ext.pl lib/auto/attributes/attributes.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making attributes (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/att
ributes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/attr
ibutes'
Making all in ext/attributes
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/att
ributes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/attr
ibutes'
./miniperl -Ilib make_ext.pl lib/auto/B/B.so MAKE=make LIBPERL_A=libperl.a LINKT
YPE=dynamic
Making B (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
Making all in ext/B
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Bzip2/Bzip2.so MAKE=make LIBP
ERL_A=libperl.a LINKTYPE=dynamic
Making Compress::Raw::Bzip2 (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Bzip2'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Bzip2'
Making all in cpan/Compress-Raw-Bzip2
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Bzip2'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Bzip2'
./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Zlib/Zlib.so MAKE=make LIBPER
L_A=libperl.a LINKTYPE=dynamic
Making Compress::Raw::Zlib (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Zlib'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Zlib'
Making all in cpan/Compress-Raw-Zlib
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Zlib'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Zlib'
./miniperl -Ilib make_ext.pl lib/auto/Cwd/Cwd.so MAKE=make LIBPERL_A=libperl.a L
INKTYPE=dynamic
Making Cwd (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cw
d'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cwd
'
Making all in cpan/Cwd
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cw
d'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cwd
'
./miniperl -Ilib make_ext.pl lib/auto/Data/Dumper/Dumper.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making Data::Dumper (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Da
ta-Dumper'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Dat
a-Dumper'
Making all in dist/Data-Dumper
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Da
ta-Dumper'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Dat
a-Dumper'
./miniperl -Ilib make_ext.pl lib/auto/DB_File/DB_File.so MAKE=make LIBPERL_A=lib
perl.a LINKTYPE=dynamic
Making DB_File (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB
_File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB_
File'
Making all in cpan/DB_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB
_File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB_
File'
./miniperl -Ilib make_ext.pl lib/auto/Devel/DProf/DProf.so MAKE=make LIBPERL_A=l
ibperl.a LINKTYPE=dynamic
Making Devel::DProf (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-DProf'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-DProf'
Making all in ext/Devel-DProf
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-DProf'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-DProf'
./miniperl -Ilib make_ext.pl lib/auto/Devel/Peek/Peek.so MAKE=make LIBPERL_A=lib
perl.a LINKTYPE=dynamic
Making Devel::Peek (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-Peek'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-Peek'
Making all in ext/Devel-Peek
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-Peek'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-Peek'
./miniperl -Ilib make_ext.pl lib/auto/Devel/PPPort/PPPort.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making Devel::PPPort (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/De
vel-PPPort'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dev
el-PPPort'
Making all in cpan/Devel-PPPort
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/De
vel-PPPort'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dev
el-PPPort'
./miniperl -Ilib make_ext.pl lib/auto/Digest/MD5/MD5.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making Digest::MD5 (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-MD5'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-MD5'
Making all in cpan/Digest-MD5
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-MD5'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-MD5'
./miniperl -Ilib make_ext.pl lib/auto/Digest/SHA/SHA.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making Digest::SHA (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-SHA'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-SHA'
Making all in cpan/Digest-SHA
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-SHA'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-SHA'
./miniperl -Ilib make_ext.pl lib/auto/Encode/Encode.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making Encode (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode'
Making all in cpan/Encode
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/Byte'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/Byte'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/CN'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/CN'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/EBCDIC'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/EBCDIC'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/JP'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/JP'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/KR'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/KR'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/Symbol'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/Symbol'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/TW'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/TW'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/Unicode'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/Unicode'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode'
./miniperl -Ilib make_ext.pl lib/auto/Fcntl/Fcntl.so MAKE=make LIBPERL_A=libperl
.a LINKTYPE=dynamic
Making Fcntl (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcn
tl'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcnt
l'
Making all in ext/Fcntl
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcn
tl'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcnt
l'
./miniperl -Ilib make_ext.pl lib/auto/File/Glob/Glob.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making File::Glob (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
e-Glob'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
-Glob'
Making all in ext/File-Glob
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
e-Glob'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
-Glob'
./miniperl -Ilib make_ext.pl lib/auto/Filter/Util/Call/Call.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making Filter::Util::Call (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
lter-Util-Call'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
ter-Util-Call'
Making all in cpan/Filter-Util-Call
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
lter-Util-Call'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
ter-Util-Call'
./miniperl -Ilib make_ext.pl lib/auto/GDBM_File/GDBM_File.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making GDBM_File (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDB
M_File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDBM
_File'
Making all in ext/GDBM_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDB
M_File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDBM
_File'
./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/Util.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making Hash::Util (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util'
Making all in ext/Hash-Util
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util'
./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/FieldHash/FieldHash.so MAKE=make
LIBPERL_A=libperl.a LINKTYPE=dynamic
Making Hash::Util::FieldHash (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util-FieldHash'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util-FieldHash'
Making all in ext/Hash-Util-FieldHash
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util-FieldHash'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util-FieldHash'
./miniperl -Ilib make_ext.pl lib/auto/I18N/Langinfo/Langinfo.so MAKE=make LIBPER
L_A=libperl.a LINKTYPE=dynamic
Making I18N::Langinfo (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18
N-Langinfo'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18N
-Langinfo'
Making all in ext/I18N-Langinfo
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18
N-Langinfo'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18N
-Langinfo'
./miniperl -Ilib make_ext.pl lib/auto/IO/IO.so MAKE=make LIBPERL_A=libperl.a LIN
KTYPE=dynamic
Making IO (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO
'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO'
Making all in dist/IO
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO
'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO'
./miniperl -Ilib make_ext.pl lib/auto/IPC/SysV/SysV.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making IPC::SysV (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-SysV'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-SysV'
Making all in cpan/IPC-SysV
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-SysV'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-SysV'
./miniperl -Ilib make_ext.pl lib/auto/List/Util/Util.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making List::Util (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Li
st-Util'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lis
t-Util'
Making all in cpan/List-Util
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Li
st-Util'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lis
t-Util'
./miniperl -Ilib make_ext.pl lib/auto/Math/BigInt/FastCalc/FastCalc.so MAKE=make
LIBPERL_A=libperl.a LINKTYPE=dynamic
Making Math::BigInt::FastCalc (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt-FastCalc'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt-FastCalc'
Making all in cpan/Math-BigInt-FastCalc
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt-FastCalc'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt-FastCalc'
./miniperl -Ilib make_ext.pl lib/auto/MIME/Base64/Base64.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making MIME::Base64 (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MI
ME-Base64'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MIM
E-Base64'
Making all in cpan/MIME-Base64
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MI
ME-Base64'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MIM
E-Base64'
./miniperl -Ilib make_ext.pl lib/auto/mro/mro.so MAKE=make LIBPERL_A=libperl.a L
INKTYPE=dynamic
Making mro (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro
'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro'
Making all in ext/mro
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro
'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro'
./miniperl -Ilib make_ext.pl lib/auto/NDBM_File/NDBM_File.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making NDBM_File (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDB
M_File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDBM
_File'
Making all in ext/NDBM_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDB
M_File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDBM
_File'
./miniperl -Ilib make_ext.pl lib/auto/Opcode/Opcode.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making Opcode (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opc
ode'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opco
de'
Making all in ext/Opcode
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opc
ode'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opco
de'
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/encoding/encoding.so MAKE=make LIBP
ERL_A=libperl.a LINKTYPE=dynamic
Making PerlIO::encoding (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-encoding'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-encoding'
Making all in ext/PerlIO-encoding
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-encoding'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-encoding'
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/scalar/scalar.so MAKE=make LIBPERL_
A=libperl.a LINKTYPE=dynamic
Making PerlIO::scalar (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-scalar'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-scalar'
Making all in ext/PerlIO-scalar
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-scalar'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-scalar'
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/via/via.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making PerlIO::via (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-via'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-via'
Making all in ext/PerlIO-via
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-via'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-via'
./miniperl -Ilib make_ext.pl lib/auto/POSIX/POSIX.so MAKE=make LIBPERL_A=libperl
.a LINKTYPE=dynamic
Making POSIX (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POS
IX'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POSI
X'
Making all in ext/POSIX
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POS
IX'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POSI
X'
./miniperl -Ilib make_ext.pl lib/auto/re/re.so MAKE=make LIBPERL_A=libperl.a LIN
KTYPE=dynamic
Making re (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
Making all in ext/re
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
./miniperl -Ilib make_ext.pl lib/auto/SDBM_File/SDBM_File.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making SDBM_File (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDB
M_File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDBM
_File'
Making all in ext/SDBM_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDB
M_File'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDB
M_File/sdbm'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDBM
_File/sdbm'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDBM
_File'
./miniperl -Ilib make_ext.pl lib/auto/Socket/Socket.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making Socket (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Soc
ket'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sock
et'
Making all in ext/Socket
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Soc
ket'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sock
et'
./miniperl -Ilib make_ext.pl lib/auto/Storable/Storable.so MAKE=make LIBPERL_A=l
ibperl.a LINKTYPE=dynamic
Making Storable (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/St
orable'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sto
rable'
Making all in dist/Storable
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/St
orable'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sto
rable'
./miniperl -Ilib make_ext.pl lib/auto/Sys/Hostname/Hostname.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making Sys::Hostname (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys
-Hostname'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys-
Hostname'
Making all in ext/Sys-Hostname
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys
-Hostname'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys-
Hostname'
./miniperl -Ilib make_ext.pl lib/auto/Sys/Syslog/Syslog.so MAKE=make LIBPERL_A=l
ibperl.a LINKTYPE=dynamic
Making Sys::Syslog (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sy
s-Syslog'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sys
-Syslog'
Making all in cpan/Sys-Syslog
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sy
s-Syslog'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sys
-Syslog'
./miniperl -Ilib make_ext.pl lib/auto/Text/Soundex/Soundex.so MAKE=make LIBPERL_
A=libperl.a LINKTYPE=dynamic
Making Text::Soundex (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Soundex'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Soundex'
Making all in cpan/Text-Soundex
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Soundex'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Soundex'
./miniperl -Ilib make_ext.pl lib/auto/threads/threads.so MAKE=make LIBPERL_A=lib
perl.a LINKTYPE=dynamic
Making threads (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads'
Making all in dist/threads
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads'
./miniperl -Ilib make_ext.pl lib/auto/threads/shared/shared.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making threads::shared (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads-shared'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads-shared'
Making all in dist/threads-shared
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads-shared'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads-shared'
./miniperl -Ilib make_ext.pl lib/auto/Time/HiRes/HiRes.so MAKE=make LIBPERL_A=li
bperl.a LINKTYPE=dynamic
Making Time::HiRes (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-HiRes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-HiRes'
Making all in cpan/Time-HiRes
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-HiRes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-HiRes'
./miniperl -Ilib make_ext.pl lib/auto/Time/Piece/Piece.so MAKE=make LIBPERL_A=li
bperl.a LINKTYPE=dynamic
Making Time::Piece (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-Piece'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-Piece'
Making all in cpan/Time-Piece
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-Piece'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-Piece'
./miniperl -Ilib -Icpan/Cwd -Icpan/Cwd/lib lib/unicore/mktables -C lib/unicore -
P pod -maketest -makelist -p
Files seem to be ok, not bothering to rebuild.
./miniperl -Ilib make_ext.pl lib/auto/Unicode/Normalize/Normalize.so MAKE=make L
IBPERL_A=libperl.a LINKTYPE=dynamic
Making Unicode::Normalize (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Normalize'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Normalize'
Making all in cpan/Unicode-Normalize
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Normalize'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Normalize'
./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/APItest.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making XS::APItest (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest'
Making all in ext/XS-APItest
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest'
./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/KeywordRPN/KeywordRPN.so MAKE=m
ake LIBPERL_A=libperl.a LINKTYPE=dynamic
Making XS::APItest::KeywordRPN (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest-KeywordRPN'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest-KeywordRPN'
Making all in ext/XS-APItest-KeywordRPN
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest-KeywordRPN'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest-KeywordRPN'
./miniperl -Ilib make_ext.pl lib/auto/XS/Typemap/Typemap.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making XS::Typemap (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
Typemap'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-T
ypemap'
Making all in ext/XS-Typemap
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
Typemap'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-T
ypemap'
cd x2p; make s2p
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
make[1]: `s2p' is up to date.
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
Making utilities
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/utils'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/utils'
cd t && (rm -f perl; /bin/ln -s ../perl perl)
./runtests choose
t/base/cond....................................................ok
t/base/if......................................................ok
t/base/lex.....................................................ok
t/base/num.....................................................ok
t/base/pat.....................................................ok
t/base/rs......................................................ok
t/base/term....................................................ok
t/comp/bproto..................................................ok
t/comp/cmdopt..................................................ok
t/comp/colon...................................................ok
t/comp/decl....................................................ok
t/comp/final_line_num..........................................ok
t/comp/fold....................................................ok
t/comp/form_scope..............................................ok
t/comp/hints...................................................ok
t/comp/line_debug..............................................ok
t/comp/multiline...............................................ok
t/comp/opsubs..................................................ok
t/comp/our.....................................................ok
t/comp/package.................................................ok
t/comp/parser..................................................ok
t/comp/proto...................................................ok
t/comp/redef...................................................ok
t/comp/require.................................................ok
t/comp/retainedlines...........................................ok
t/comp/term....................................................ok
t/comp/uproto..................................................ok
t/comp/use.....................................................ok
t/comp/utf.....................................................ok
t/run/cloexec..................................................ok
t/run/exit.....................................................ok
t/run/fresh_perl...............................................ok
t/run/noswitch.................................................ok
t/run/runenv...................................................ok
t/run/script...................................................ok
t/run/switch0..................................................ok
t/run/switchC..................................................ok
t/run/switchF..................................................ok
t/run/switchF1.................................................ok
t/run/switchI..................................................ok
t/run/switcha..................................................ok
t/run/switchd..................................................ok
t/run/switches.................................................ok
t/run/switchn..................................................ok
t/run/switchp..................................................ok
t/run/switcht..................................................ok
t/run/switchx..................................................ok
t/cmd/elsif....................................................ok
t/cmd/for......................................................ok
t/cmd/mod......................................................ok
t/cmd/subval...................................................ok
t/cmd/switch...................................................ok
t/cmd/while....................................................ok
t/io/argv......................................................ok
t/io/binmode...................................................ok
t/io/crlf......................................................ok
t/io/crlf_through..............................................ok
t/io/dup.......................................................ok
t/io/errno.....................................................ok
t/io/fflush....................................................ok
t/io/fs........................................................ok
t/io/inplace...................................................ok
t/io/iprefix...................................................ok
t/io/layers....................................................ok
t/io/nargv.....................................................ok
t/io/open......................................................ok
t/io/openpid...................................................ok
t/io/perlio....................................................ok
t/io/perlio_fail...............................................ok
t/io/perlio_leaks..............................................ok
t/io/perlio_open...............................................ok
t/io/pipe......................................................ok
t/io/print.....................................................ok
t/io/pvbm......................................................ok
t/io/read......................................................ok
t/io/say.......................................................ok
t/io/tell......................................................ok
t/io/through...................................................ok
t/io/utf8......................................................ok
t/re/pat.......................................................ok
t/re/pat_advanced..............................................ok
t/re/pat_advanced_thr..........................................skipped
t/re/pat_psycho................................................ok
t/re/pat_psycho_thr............................................skipped
t/re/pat_re_eval...............................................ok
t/re/pat_re_eval_thr...........................................skipped
t/re/pat_rt_report.............................................ok
t/re/pat_rt_report_thr.........................................skipped
t/re/pat_special_cc............................................ok
t/re/pat_special_cc_thr........................................skipped
t/re/pat_thr...................................................skipped
t/re/qr........................................................ok
t/re/qr_gc.....................................................ok
t/re/qrstack...................................................ok
t/re/re........................................................ok
t/re/reg_60508.................................................ok
t/re/reg_email.................................................ok
t/re/reg_email_thr.............................................skipped
t/re/reg_fold..................................................ok
t/re/reg_mesg..................................................ok
t/re/reg_namedcapture..........................................ok
t/re/reg_nc_tie................................................ok
t/re/reg_pmod..................................................ok
t/re/reg_posixcc...............................................ok
t/re/reg_unsafe................................................ok
t/re/regexp....................................................ok
t/re/regexp_noamp..............................................ok
t/re/regexp_notrie.............................................ok
t/re/regexp_qr.................................................ok
t/re/regexp_qr_embed...........................................ok
t/re/regexp_qr_embed_thr.......................................skipped
t/re/regexp_trielist...........................................ok
t/re/regexp_unicode_prop.......................................ok
t/re/regexp_unicode_prop_thr...................................skipped
t/re/rxcode....................................................ok
t/re/subst.....................................................ok
t/re/substT....................................................ok
t/re/subst_amp.................................................ok
t/re/subst_wamp................................................ok
t/re/substr....................................................ok
t/re/substr_thr................................................skipped
t/re/uniprops..................................................ok
t/op/64bitint..................................................ok
t/op/alarm.....................................................ok
t/op/anonsub...................................................ok
t/op/append....................................................ok
t/op/args......................................................ok
t/op/arith.....................................................ok
t/op/array.....................................................ok
t/op/array_base................................................ok
t/op/assignwarn................................................ok
t/op/attrhand..................................................ok
t/op/attrs.....................................................ok
t/op/auto......................................................ok
t/op/avhv......................................................ok
t/op/bless.....................................................ok
t/op/blocks....................................................ok
t/op/bop.......................................................ok
t/op/caller....................................................ok
t/op/chars.....................................................ok
t/op/chdir.....................................................ok
t/op/chop......................................................ok
t/op/chr.......................................................ok
t/op/closure...................................................ok
t/op/cmp.......................................................ok
t/op/concat....................................................ok
t/op/cond......................................................ok
t/op/context...................................................ok
t/op/cproto....................................................ok
t/op/crypt.....................................................ok
t/op/dbm.......................................................ok
t/op/defins....................................................ok
t/op/delete....................................................ok
t/op/die.......................................................ok
t/op/die_exit..................................................ok
t/op/do........................................................ok
t/op/dor.......................................................ok
t/op/each......................................................ok
t/op/each_array................................................ok
t/op/eval......................................................ok
t/op/exec......................................................ok
t/op/exists_sub................................................ok
t/op/exp.......................................................ok
t/op/fh........................................................ok
t/op/filehandle................................................ok
t/op/filetest..................................................ok
t/op/filetest_t................................................ok
t/op/flip......................................................ok
t/op/fork......................................................ok
t/op/getpid....................................................skipped
t/op/getppid...................................................ok
t/op/glob......................................................ok
t/op/gmagic....................................................ok
t/op/goto......................................................ok
t/op/goto_xs...................................................ok
t/op/grent.....................................................ok
t/op/grep......................................................ok
t/op/groups....................................................ok
t/op/gv........................................................ok
t/op/hash......................................................ok
t/op/hashassign................................................ok
t/op/hashwarn..................................................ok
t/op/inc.......................................................ok
t/op/inccode-tie...............................................ok
t/op/inccode...................................................ok
t/op/incfilter.................................................ok
t/op/index.....................................................ok
t/op/index_thr.................................................skipped
t/op/int.......................................................ok
t/op/join......................................................ok
t/op/kill0.....................................................ok
t/op/lc........................................................ok
t/op/lc_user...................................................ok
t/op/length....................................................ok
t/op/lex.......................................................ok
t/op/lex_assign................................................ok
t/op/lfs.......................................................ok
t/op/list......................................................ok
t/op/local.....................................................ok
t/op/localref..................................................ok
t/op/loopctl...................................................ok
t/op/lop.......................................................ok
t/op/magic.....................................................ok
t/op/method....................................................ok
t/op/mkdir.....................................................ok
t/op/my........................................................ok
t/op/my_stash..................................................ok
t/op/mydef.....................................................ok
t/op/negate....................................................ok
t/op/not.......................................................ok
t/op/numconvert................................................ok
t/op/oct.......................................................ok
t/op/or........................................................ok
t/op/ord.......................................................ok
t/op/overload_integer..........................................ok
t/op/override..................................................ok
t/op/pack......................................................ok
t/op/packagev..................................................ok
t/op/pos.......................................................ok
t/op/pow.......................................................ok
t/op/protowarn.................................................ok
t/op/push......................................................ok
t/op/pwent.....................................................ok
t/op/qq........................................................ok
t/op/qr........................................................ok
t/op/quotemeta.................................................ok
t/op/rand......................................................ok
t/op/range.....................................................ok
t/op/read......................................................ok
t/op/readdir...................................................ok
t/op/readline..................................................ok
t/op/recurse...................................................ok
t/op/ref.......................................................ok
t/op/repeat....................................................ok
t/op/reset.....................................................ok
t/op/reverse...................................................ok
t/op/runlevel..................................................ok
t/op/setpgrpstack..............................................ok
t/op/sleep.....................................................ok
t/op/smartmatch................................................ok
t/op/sort......................................................ok
t/op/splice....................................................ok
t/op/split.....................................................ok
t/op/sprintf...................................................ok
t/op/sprintf2..................................................ok
t/op/srand.....................................................ok
t/op/sselect...................................................ok
t/op/stash.....................................................ok
t/op/stat......................................................ok
t/op/state.....................................................ok
t/op/study.....................................................ok
t/op/studytied.................................................ok
t/op/sub.......................................................ok
t/op/sub_lval..................................................ok
t/op/switch....................................................ok
t/op/symbolcache...............................................ok
t/op/sysio.....................................................ok
t/op/taint.....................................................ok
t/op/threads...................................................skipped
t/op/tie.......................................................ok
t/op/tiearray..................................................ok
t/op/tiehandle.................................................ok
t/op/time......................................................ok
t/op/time_loop.................................................ok
t/op/tr........................................................ok
t/op/undef.....................................................ok
t/op/universal.................................................ok
t/op/unshift...................................................ok
t/op/upgrade...................................................ok
t/op/utf8cache.................................................ok
t/op/utf8decode................................................ok
t/op/utf8magic.................................................ok
t/op/utfhash...................................................ok
t/op/utftaint..................................................ok
t/op/vec.......................................................ok
t/op/ver.......................................................ok
t/op/wantarray.................................................ok
t/op/while_readdir.............................................ok
t/op/write.....................................................ok
t/op/yadayada..................................................ok
t/uni/cache....................................................ok
t/uni/chomp....................................................ok
t/uni/chr......................................................ok
t/uni/class....................................................ok
t/uni/fold.....................................................ok
t/uni/greek....................................................ok
t/uni/latin2...................................................ok
t/uni/lex_utf8.................................................ok
t/uni/lower....................................................ok
t/uni/overload.................................................ok
t/uni/sprintf..................................................ok
t/uni/tie......................................................ok
t/uni/title....................................................ok
t/uni/tr_7jis..................................................ok
t/uni/tr_eucjp.................................................ok
t/uni/tr_sjis..................................................ok
t/uni/tr_utf8..................................................ok
t/uni/upper....................................................ok
t/uni/write....................................................ok
t/mro/basic....................................................ok
t/mro/basic_01_c3..............................................ok
t/mro/basic_01_dfs.............................................ok
t/mro/basic_02_c3..............................................ok
t/mro/basic_02_dfs.............................................ok
t/mro/basic_03_c3..............................................ok
t/mro/basic_03_dfs.............................................ok
t/mro/basic_04_c3..............................................ok
t/mro/basic_04_dfs.............................................ok
t/mro/basic_05_c3..............................................ok
t/mro/basic_05_dfs.............................................ok
t/mro/c3_with_overload.........................................ok
t/mro/complex_c3...............................................ok
t/mro/complex_dfs..............................................ok
t/mro/dbic_c3..................................................ok
t/mro/dbic_dfs.................................................ok
t/mro/inconsistent_c3..........................................ok
t/mro/isa_c3...................................................ok
t/mro/isa_dfs..................................................ok
t/mro/method_caching...........................................ok
t/mro/next_NEXT................................................ok
t/mro/next_edgecases...........................................ok
t/mro/next_goto................................................ok
t/mro/next_inanon..............................................ok
t/mro/next_ineval..............................................ok
t/mro/next_method..............................................ok
t/mro/next_skip................................................ok
t/mro/overload_c3..............................................ok
t/mro/overload_dfs.............................................ok
t/mro/package_aliases..........................................ok
t/mro/pkg_gen..................................................ok
t/mro/recursion_c3.............................................ok
t/mro/recursion_dfs............................................ok
t/mro/vulcan_c3................................................ok
t/mro/vulcan_dfs...............................................ok
t/lib/1_compile................................................ok
t/lib/commonsense..............................................ok
t/lib/croak....................................................ok
t/lib/cygwin...................................................skipped
t/lib/deprecate................................................ok
t/lib/mypragma.................................................ok
t/lib/no_load..................................................ok
t/lib/overload_fallback........................................ok
t/lib/proxy_constant_subs......................................ok
cpan/Archive-Extract/t/01_Archive-Extract......................ok
cpan/Archive-Tar/t/01_use......................................ok
cpan/Archive-Tar/t/02_methods..................................ok
cpan/Archive-Tar/t/03_file.....................................ok
cpan/Archive-Tar/t/04_resolved_issues..........................ok
cpan/Archive-Tar/t/05_iter.....................................ok
cpan/Archive-Tar/t/06_error....................................ok
cpan/Archive-Tar/t/90_symlink..................................skipped
cpan/Archive-Tar/t/99_pod......................................skipped
cpan/autodie/t/00-load.........................................ok
cpan/autodie/t/autodie.........................................ok
cpan/autodie/t/backcompat......................................ok
cpan/autodie/t/basic_exceptions................................ok
cpan/autodie/t/binmode.........................................ok
cpan/autodie/t/blog_hints......................................ok
cpan/autodie/t/caller..........................................ok
cpan/autodie/t/context_lexical.................................ok
cpan/autodie/t/context.........................................ok
cpan/autodie/t/crickey.........................................ok
cpan/autodie/t/dbmopen.........................................ok
cpan/autodie/t/exception_class.................................ok
cpan/autodie/t/exceptions......................................ok
cpan/autodie/t/exec............................................ok
cpan/autodie/t/Fatal...........................................ok
cpan/autodie/t/filehandles.....................................ok
cpan/autodie/t/fileno..........................................ok
cpan/autodie/t/flock...........................................ok
cpan/autodie/t/format-clobber..................................ok
cpan/autodie/t/hints_insist....................................ok
cpan/autodie/t/hints_pod_examples..............................ok
cpan/autodie/t/hints_provider_does.............................ok
cpan/autodie/t/hints_provider_easy_does_it.....................ok
cpan/autodie/t/hints_provider_isa..............................ok
cpan/autodie/t/hints...........................................ok
cpan/autodie/t/internal-backcompat.............................ok
cpan/autodie/t/internal........................................ok
cpan/autodie/t/lethal..........................................ok
cpan/autodie/t/mkdir...........................................ok
cpan/autodie/t/open............................................ok
cpan/autodie/t/recv............................................ok
cpan/autodie/t/repeat..........................................ok
cpan/autodie/t/scope_leak......................................ok
cpan/autodie/t/string-eval-basic...............................ok
cpan/autodie/t/string-eval-leak................................ok
cpan/autodie/t/sysopen.........................................ok
cpan/autodie/t/truncate........................................ok
cpan/autodie/t/unlink..........................................ok
cpan/autodie/t/user-context....................................ok
cpan/autodie/t/usersub.........................................ok
cpan/autodie/t/version.........................................ok
cpan/autodie/t/version_tag.....................................ok
cpan/AutoLoader/t/01AutoLoader.................................ok
cpan/AutoLoader/t/02AutoSplit..................................ok
cpan/B-Debug/t/debug...........................................ok
cpan/bignum/t/big_e_pi.........................................ok
cpan/bignum/t/bigexp...........................................ok
cpan/bignum/t/bigint...........................................ok
cpan/bignum/t/bignum...........................................ok
cpan/bignum/t/bigrat...........................................ok
cpan/bignum/t/bii_e_pi.........................................ok
cpan/bignum/t/biinfnan.........................................ok
cpan/bignum/t/bir_e_pi.........................................ok
cpan/bignum/t/bninfnan.........................................ok
cpan/bignum/t/bn_lite..........................................ok
cpan/bignum/t/brinfnan.........................................ok
cpan/bignum/t/br_lite..........................................ok
cpan/bignum/t/in_effect........................................ok
cpan/bignum/t/option_a.........................................ok
cpan/bignum/t/option_l.........................................ok
cpan/bignum/t/option_p.........................................ok
cpan/bignum/t/ratopt_a.........................................ok
cpan/bignum/t/scope_f..........................................ok
cpan/bignum/t/scope_i..........................................ok
cpan/bignum/t/scope_r..........................................ok
cpan/B-Lint/t/lint.............................................ok
cpan/CGI/t/apache..............................................ok
cpan/CGI/t/autoescape..........................................ok
cpan/CGI/t/can.................................................ok
cpan/CGI/t/carp................................................ok
cpan/CGI/t/checkbox_group......................................ok
cpan/CGI/t/cookie..............................................ok
cpan/CGI/t/Dump................................................ok
cpan/CGI/t/end_form............................................ok
cpan/CGI/t/form................................................ok
cpan/CGI/t/function............................................ok
cpan/CGI/t/hidden..............................................ok
cpan/CGI/t/html................................................ok
cpan/CGI/t/http................................................ok
cpan/CGI/t/init................................................ok
cpan/CGI/t/no_tabindex.........................................ok
cpan/CGI/t/popup_menu..........................................ok
cpan/CGI/t/pretty..............................................ok
cpan/CGI/t/push................................................ok
cpan/CGI/t/query_string........................................ok
cpan/CGI/t/request.............................................ok
cpan/CGI/t/save_read_roundtrip.................................ok
cpan/CGI/t/start_end_asterisk..................................ok
cpan/CGI/t/start_end_end.......................................ok
cpan/CGI/t/start_end_start.....................................ok
cpan/CGI/t/switch..............................................ok
cpan/CGI/t/unescapeHTML........................................ok
cpan/CGI/t/uploadInfo..........................................ok
cpan/CGI/t/upload..............................................ok
cpan/CGI/t/url.................................................ok
cpan/CGI/t/user_agent..........................................ok
cpan/CGI/t/utf8................................................ok
cpan/CGI/t/util-58.............................................ok
cpan/CGI/t/util................................................ok
cpan/Class-ISA/t/00_about_verbose..............................ok
cpan/Class-ISA/t/01_old_junk...................................ok
cpan/Compress-Raw-Bzip2/t/000prereq............................ok
cpan/Compress-Raw-Bzip2/t/01bzip2..............................ok
cpan/Compress-Raw-Bzip2/t/09limitoutput........................ok
cpan/Compress-Raw-Bzip2/t/99pod................................skipped
cpan/Compress-Raw-Zlib/t/01version.............................ok
cpan/Compress-Raw-Zlib/t/02zlib................................ok
cpan/Compress-Raw-Zlib/t/07bufsize.............................ok
cpan/Compress-Raw-Zlib/t/09limitoutput.........................ok
cpan/Compress-Raw-Zlib/t/18lvalue..............................ok
cpan/CPANPLUS-Dist-Build/t/01_CPANPLUS-Dist-Build-Constants....ok
cpan/CPANPLUS-Dist-Build/t/02_CPANPLUS-Dist-Build..............ok
cpan/CPANPLUS/t/00_CPANPLUS-Internals-Utils....................ok
cpan/CPANPLUS/t/01_CPANPLUS-Configure..........................ok
cpan/CPANPLUS/t/02_CPANPLUS-Internals..........................ok
cpan/CPANPLUS/t/03_CPANPLUS-Internals-Source...................# Failed test '
Timestamp on sourcefile updated'
# at t/03_CPANPLUS-Internals-Source.t line 204.
# '1284892146'
# >=
# '1284902989'
FAILED at test 40
cpan/CPANPLUS/t/04_CPANPLUS-Module.............................ok
cpan/CPANPLUS/t/05_CPANPLUS-Internals-Fetch....................ok
cpan/CPANPLUS/t/06_CPANPLUS-Internals-Constants................ok
cpan/CPANPLUS/t/07_CPANPLUS-Internals-Extract..................ok
cpan/CPANPLUS/t/08_CPANPLUS-Backend............................ok
cpan/CPANPLUS/t/09_CPANPLUS-Internals-Search...................ok
cpan/CPANPLUS/t/10_CPANPLUS-Error..............................ok
cpan/CPANPLUS/t/15_CPANPLUS-Shell..............................ok
cpan/CPANPLUS/t/19_CPANPLUS-Dist...............................ok
cpan/CPANPLUS/t/20_CPANPLUS-Dist-MM............................ok
cpan/CPANPLUS/t/21_CPANPLUS-Dist-No-Build......................ok
cpan/CPANPLUS/t/25_CPANPLUS....................................ok
cpan/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate...............ok
cpan/CPANPLUS/t/40_CPANPLUS-Internals-Report...................ok
cpan/CPAN/t/01loadme...........................................ok
cpan/CPAN/t/02nox..............................................ok
cpan/CPAN/t/03pkgs.............................................ok
cpan/CPAN/t/10version..........................................ok
cpan/CPAN/t/11mirroredby.......................................ok
cpan/Cwd/t/crossplatform.......................................ok
cpan/Cwd/t/cwd.................................................ok
cpan/Cwd/t/Functions...........................................ok
cpan/Cwd/t/rel2abs2rel.........................................ok
cpan/Cwd/t/Spec................................................ok
cpan/Cwd/t/taint...............................................ok
cpan/Cwd/t/tmpdir..............................................ok
cpan/Cwd/t/win32...............................................skipped
cpan/DB_File/t/db-btree........................................ok
cpan/DB_File/t/db-hash.........................................ok
cpan/DB_File/t/db-recno........................................ok
cpan/Devel-PPPort/t/call.......................................ok
cpan/Devel-PPPort/t/cop........................................ok
cpan/Devel-PPPort/t/exception..................................ok
cpan/Devel-PPPort/t/format.....................................ok
cpan/Devel-PPPort/t/grok.......................................ok
cpan/Devel-PPPort/t/gv.........................................ok
cpan/Devel-PPPort/t/HvNAME.....................................ok
cpan/Devel-PPPort/t/limits.....................................ok
cpan/Devel-PPPort/t/magic......................................ok
cpan/Devel-PPPort/t/memory.....................................ok
cpan/Devel-PPPort/t/misc.......................................ok
cpan/Devel-PPPort/t/mPUSH......................................ok
cpan/Devel-PPPort/t/MY_CXT.....................................ok
cpan/Devel-PPPort/t/newCONSTSUB................................ok
cpan/Devel-PPPort/t/newRV......................................ok
cpan/Devel-PPPort/t/newSVpv....................................ok
cpan/Devel-PPPort/t/newSV_type.................................ok
cpan/Devel-PPPort/t/podtest....................................ok
cpan/Devel-PPPort/t/ppphtest...................................ok
cpan/Devel-PPPort/t/pvs........................................ok
cpan/Devel-PPPort/t/pv_tools...................................ok
cpan/Devel-PPPort/t/shared_pv..................................ok
cpan/Devel-PPPort/t/snprintf...................................ok
cpan/Devel-PPPort/t/sprintf....................................ok
cpan/Devel-PPPort/t/strlfuncs..................................ok
cpan/Devel-PPPort/t/SvPV.......................................ok
cpan/Devel-PPPort/t/SvREFCNT...................................ok
cpan/Devel-PPPort/t/Sv_set.....................................ok
cpan/Devel-PPPort/t/sv_xpvf....................................ok
cpan/Devel-PPPort/t/threads....................................ok
cpan/Devel-PPPort/t/uv.........................................ok
cpan/Devel-PPPort/t/variables..................................ok
cpan/Devel-PPPort/t/warn.......................................ok
cpan/Digest-MD5/t/align........................................ok
cpan/Digest-MD5/t/badfile......................................ok
cpan/Digest-MD5/t/bits.........................................ok
cpan/Digest-MD5/t/clone........................................ok
cpan/Digest-MD5/t/files........................................ok
cpan/Digest-MD5/t/md5-aaa......................................ok
cpan/Digest-MD5/t/utf8.........................................ok
cpan/Digest-SHA/t/allfcns......................................ok
cpan/Digest-SHA/t/base64.......................................ok
cpan/Digest-SHA/t/bitbuf.......................................ok
cpan/Digest-SHA/t/dumpload.....................................ok
cpan/Digest-SHA/t/fips198......................................ok
cpan/Digest-SHA/t/gglong.......................................ok
cpan/Digest-SHA/t/gg...........................................ok
cpan/Digest-SHA/t/hmacsha......................................ok
cpan/Digest-SHA/t/ireland......................................ok
cpan/Digest-SHA/t/methods......................................ok
cpan/Digest-SHA/t/nistbit......................................ok
cpan/Digest-SHA/t/nistbyte.....................................ok
cpan/Digest-SHA/t/rfc2202......................................ok
cpan/Digest-SHA/t/sha1.........................................ok
cpan/Digest-SHA/t/sha224.......................................ok
cpan/Digest-SHA/t/sha256.......................................ok
cpan/Digest-SHA/t/sha384.......................................ok
cpan/Digest-SHA/t/sha512.......................................ok
cpan/Digest-SHA/t/woodbury.....................................ok
cpan/Digest/t/base.............................................ok
cpan/Digest/t/digest...........................................ok
cpan/Digest/t/file.............................................ok
cpan/Encode/t/Aliases..........................................ok
cpan/Encode/t/at-cn............................................ok
cpan/Encode/t/at-tw............................................ok
cpan/Encode/t/CJKT.............................................ok
cpan/Encode/t/enc_data.........................................ok
cpan/Encode/t/enc_eucjp........................................ok
cpan/Encode/t/enc_module.......................................ok
cpan/Encode/t/Encoder..........................................ok
cpan/Encode/t/Encode...........................................ok
cpan/Encode/t/encoding.........................................ok
cpan/Encode/t/enc_utf8.........................................ok
cpan/Encode/t/fallback.........................................ok
cpan/Encode/t/from_to..........................................ok
cpan/Encode/t/grow.............................................ok
cpan/Encode/t/gsm0338..........................................ok
cpan/Encode/t/guess............................................ok
cpan/Encode/t/jis7-fallback....................................ok
cpan/Encode/t/jperl............................................ok
cpan/Encode/t/mime_header_iso2022jp............................ok
cpan/Encode/t/mime-header......................................ok
cpan/Encode/t/mime-name........................................ok
cpan/Encode/t/perlio...........................................ok
cpan/Encode/t/piconv...........................................skipped
cpan/Encode/t/Unicode..........................................ok
cpan/Encode/t/utf8strict.......................................ok
cpan/encoding-warnings/t/1-warning.............................ok
cpan/encoding-warnings/t/2-fatal...............................ok
cpan/encoding-warnings/t/3-normal..............................ok
cpan/encoding-warnings/t/4-lexical.............................ok
cpan/ExtUtils-CBuilder/t/00-have-compiler......................ok
cpan/ExtUtils-CBuilder/t/01-basic..............................ok
cpan/ExtUtils-CBuilder/t/02-link...............................ok
cpan/ExtUtils-CBuilder/t/03-cplusplus..........................ok
cpan/ExtUtils-Command/t/cp.....................................# Failed test '
cp updated mtime'
# at t/cp.t line 26.
# '10843'
# <=
# '1'
# Looks like you failed 1 test of 1.
FAILED at test 1
cpan/ExtUtils-Command/t/eu_command.............................ok
cpan/ExtUtils-Constant/t/Constant..............................ok
cpan/ExtUtils-MakeMaker/t/00compile............................ok
cpan/ExtUtils-MakeMaker/t/arch_check...........................ok
cpan/ExtUtils-MakeMaker/t/backwards............................ok
cpan/ExtUtils-MakeMaker/t/basic................................ok
cpan/ExtUtils-MakeMaker/t/build_man............................ok
cpan/ExtUtils-MakeMaker/t/cd...................................ok
cpan/ExtUtils-MakeMaker/t/config...............................ok
cpan/ExtUtils-MakeMaker/t/dir_target...........................ok
cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE.......................ok
cpan/ExtUtils-MakeMaker/t/fixin................................ok
cpan/ExtUtils-MakeMaker/t/fix_libs.............................ok
cpan/ExtUtils-MakeMaker/t/hints................................ok
cpan/ExtUtils-MakeMaker/t/INSTALL_BASE.........................ok
cpan/ExtUtils-MakeMaker/t/installed_file.......................ok
cpan/ExtUtils-MakeMaker/t/INST_PREFIX..........................ok
cpan/ExtUtils-MakeMaker/t/INST.................................ok
cpan/ExtUtils-MakeMaker/t/is_of_type...........................ok
cpan/ExtUtils-MakeMaker/t/Liblist..............................ok
cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters.................ok
cpan/ExtUtils-MakeMaker/t/make.................................ok
cpan/ExtUtils-MakeMaker/t/maketext_filter......................ok
cpan/ExtUtils-MakeMaker/t/metafile_data........................ok
cpan/ExtUtils-MakeMaker/t/metafile_file........................ok
cpan/ExtUtils-MakeMaker/t/miniperl.............................ok
cpan/ExtUtils-MakeMaker/t/min_perl_version.....................ok
cpan/ExtUtils-MakeMaker/t/Mkbootstrap..........................ok
cpan/ExtUtils-MakeMaker/t/MM_Any...............................ok
cpan/ExtUtils-MakeMaker/t/MM_BeOS..............................skipped
cpan/ExtUtils-MakeMaker/t/MM_Cygwin............................skipped
cpan/ExtUtils-MakeMaker/t/MM_NW5...............................skipped
cpan/ExtUtils-MakeMaker/t/MM_OS2...............................skipped
cpan/ExtUtils-MakeMaker/t/MM_Unix..............................ok
cpan/ExtUtils-MakeMaker/t/MM_VMS...............................skipped
cpan/ExtUtils-MakeMaker/t/MM_Win32.............................skipped
cpan/ExtUtils-MakeMaker/t/oneliner.............................ok
cpan/ExtUtils-MakeMaker/t/parse_version........................ok
cpan/ExtUtils-MakeMaker/t/PL_FILES.............................ok
cpan/ExtUtils-MakeMaker/t/pm...................................ok
cpan/ExtUtils-MakeMaker/t/pm_to_blib...........................ok
cpan/ExtUtils-MakeMaker/t/pod2man..............................ok
cpan/ExtUtils-MakeMaker/t/postamble............................ok
cpan/ExtUtils-MakeMaker/t/prefixify............................ok
cpan/ExtUtils-MakeMaker/t/prereq_print.........................ok
cpan/ExtUtils-MakeMaker/t/prereq...............................ok
cpan/ExtUtils-MakeMaker/t/problems.............................ok
cpan/ExtUtils-MakeMaker/t/prompt...............................ok
cpan/ExtUtils-MakeMaker/t/recurs...............................ok
cpan/ExtUtils-MakeMaker/t/revision.............................ok
cpan/ExtUtils-MakeMaker/t/split_command........................ok
cpan/ExtUtils-MakeMaker/t/test_boilerplate.....................ok
cpan/ExtUtils-MakeMaker/t/testlib..............................ok
cpan/ExtUtils-MakeMaker/t/VERSION_FROM.........................ok
cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile...................ok
cpan/ExtUtils-MakeMaker/t/writemakefile_args...................ok
cpan/ExtUtils-MakeMaker/t/xs...................................ok
cpan/ExtUtils-Manifest/t/Manifest..............................ok
cpan/ExtUtils-ParseXS/t/basic..................................ok
cpan/ExtUtils-ParseXS/t/more...................................ok
cpan/ExtUtils-ParseXS/t/usage..................................ok
cpan/File-Fetch/t/01_File-Fetch................................ok
cpan/File-Fetch/t/null_subclass................................ok
cpan/File-Path/t/Path..........................................ok
cpan/File-Path/t/taint.........................................ok
cpan/File-Temp/t/cmp...........................................ok
cpan/File-Temp/t/fork..........................................ok
cpan/File-Temp/t/lock..........................................skipped
cpan/File-Temp/t/mktemp........................................ok
cpan/File-Temp/t/object........................................ok
cpan/File-Temp/t/posix.........................................ok
cpan/File-Temp/t/security......................................ok
cpan/File-Temp/t/seekable......................................ok
cpan/File-Temp/t/tempfile......................................ok
cpan/Filter-Util-Call/t/call...................................ok
cpan/Getopt-Long/t/gol-basic...................................ok
cpan/Getopt-Long/t/gol-compat..................................ok
cpan/Getopt-Long/t/gol-linkage.................................ok
cpan/Getopt-Long/t/gol-oo......................................ok
cpan/Getopt-Long/t/gol-xargv...................................ok
cpan/Getopt-Long/t/gol-xstring.................................ok
cpan/if/t/if...................................................ok
cpan/IO-Compress/t/000prereq...................................ok
cpan/IO-Compress/t/001bzip2....................................ok
cpan/IO-Compress/t/001zlib-generic-deflate.....................ok
cpan/IO-Compress/t/001zlib-generic-gzip........................ok
cpan/IO-Compress/t/001zlib-generic-rawdeflate..................ok
cpan/IO-Compress/t/001zlib-generic-zip.........................ok
cpan/IO-Compress/t/002any-deflate..............................ok
cpan/IO-Compress/t/002any-gzip.................................ok
cpan/IO-Compress/t/002any-rawdeflate...........................ok
cpan/IO-Compress/t/002any-transparent..........................ok
cpan/IO-Compress/t/002any-zip..................................ok
cpan/IO-Compress/t/004gziphdr..................................ok
cpan/IO-Compress/t/005defhdr...................................ok
cpan/IO-Compress/t/006zip......................................ok
cpan/IO-Compress/t/010examples-bzip2...........................ok
cpan/IO-Compress/t/010examples-zlib............................ok
cpan/IO-Compress/t/01misc......................................ok
cpan/IO-Compress/t/020isize....................................skipped
cpan/IO-Compress/t/050interop-gzip.............................ok
cpan/IO-Compress/t/100generic-bzip2............................ok
cpan/IO-Compress/t/100generic-deflate..........................ok
cpan/IO-Compress/t/100generic-gzip.............................ok
cpan/IO-Compress/t/100generic-rawdeflate.......................ok
cpan/IO-Compress/t/100generic-zip..............................ok
cpan/IO-Compress/t/101truncate-bzip2...........................ok
cpan/IO-Compress/t/101truncate-deflate.........................ok
cpan/IO-Compress/t/101truncate-gzip............................ok
cpan/IO-Compress/t/101truncate-rawdeflate......................ok
cpan/IO-Compress/t/101truncate-zip.............................ok
cpan/IO-Compress/t/102tied-bzip2...............................ok
cpan/IO-Compress/t/102tied-deflate.............................ok
cpan/IO-Compress/t/102tied-gzip................................ok
cpan/IO-Compress/t/102tied-rawdeflate..........................ok
cpan/IO-Compress/t/102tied-zip.................................ok
cpan/IO-Compress/t/103newtied-bzip2............................ok
cpan/IO-Compress/t/103newtied-deflate..........................ok
cpan/IO-Compress/t/103newtied-gzip.............................ok
cpan/IO-Compress/t/103newtied-rawdeflate.......................ok
cpan/IO-Compress/t/103newtied-zip..............................ok
cpan/IO-Compress/t/104destroy-bzip2............................ok
cpan/IO-Compress/t/104destroy-deflate..........................ok
cpan/IO-Compress/t/104destroy-gzip.............................ok
cpan/IO-Compress/t/104destroy-rawdeflate.......................ok
cpan/IO-Compress/t/104destroy-zip..............................ok
cpan/IO-Compress/t/105oneshot-bzip2............................ok
cpan/IO-Compress/t/105oneshot-deflate..........................ok
cpan/IO-Compress/t/105oneshot-gzip-only........................ok
cpan/IO-Compress/t/105oneshot-gzip.............................ok
cpan/IO-Compress/t/105oneshot-rawdeflate.......................ok
cpan/IO-Compress/t/105oneshot-zip-bzip2-only...................ok
cpan/IO-Compress/t/105oneshot-zip-only.........................ok
cpan/IO-Compress/t/105oneshot-zip..............................ok
cpan/IO-Compress/t/106prime-bzip2..............................ok
cpan/IO-Compress/t/106prime-deflate............................ok
cpan/IO-Compress/t/106prime-gzip...............................ok
cpan/IO-Compress/t/106prime-rawdeflate.........................ok
cpan/IO-Compress/t/106prime-zip................................ok
cpan/IO-Compress/t/107multi-bzip2..............................ok
cpan/IO-Compress/t/107multi-deflate............................ok
cpan/IO-Compress/t/107multi-gzip...............................ok
cpan/IO-Compress/t/107multi-rawdeflate.........................ok
cpan/IO-Compress/t/107multi-zip................................ok
cpan/IO-Compress/t/108anyunc-bzip2.............................ok
cpan/IO-Compress/t/108anyunc-deflate...........................ok
cpan/IO-Compress/t/108anyunc-gzip..............................ok
cpan/IO-Compress/t/108anyunc-rawdeflate........................ok
cpan/IO-Compress/t/108anyunc-transparent.......................ok
cpan/IO-Compress/t/108anyunc-zip...............................ok
cpan/IO-Compress/t/109merge-deflate............................ok
cpan/IO-Compress/t/109merge-gzip...............................ok
cpan/IO-Compress/t/109merge-rawdeflate.........................ok
cpan/IO-Compress/t/109merge-zip................................skipped
cpan/IO-Compress/t/110encode-bzip2.............................ok
cpan/IO-Compress/t/110encode-deflate...........................ok
cpan/IO-Compress/t/110encode-gzip..............................ok
cpan/IO-Compress/t/110encode-rawdeflate........................ok
cpan/IO-Compress/t/110encode-zip...............................ok
cpan/IO-Compress/t/999pod......................................skipped
cpan/IO-Compress/t/cz-01version................................ok
cpan/IO-Compress/t/cz-03zlib-v1................................ok
cpan/IO-Compress/t/cz-05examples...............................ok
cpan/IO-Compress/t/cz-06gzsetp.................................ok
cpan/IO-Compress/t/cz-08encoding...............................ok
cpan/IO-Compress/t/cz-14gzopen.................................ok
cpan/IO-Compress/t/globmapper..................................ok
cpan/IO-Zlib/t/basic...........................................ok
cpan/IO-Zlib/t/external........................................ok
cpan/IO-Zlib/t/getc............................................ok
cpan/IO-Zlib/t/getline.........................................ok
cpan/IO-Zlib/t/import..........................................ok
cpan/IO-Zlib/t/large...........................................ok
cpan/IO-Zlib/t/tied............................................ok
cpan/IO-Zlib/t/uncomp1.........................................ok
cpan/IO-Zlib/t/uncomp2.........................................ok
cpan/IPC-Cmd/t/01_IPC-Cmd......................................ok
cpan/IPC-Cmd/t/02_Interactive..................................skipped
cpan/IPC-SysV/t/ipcsysv........................................ok
cpan/IPC-SysV/t/msg............................................ok
cpan/IPC-SysV/t/podcov.........................................skipped
cpan/IPC-SysV/t/pod............................................skipped
cpan/IPC-SysV/t/sem............................................ok
cpan/IPC-SysV/t/shm............................................ok
cpan/libnet/t/config...........................................skipped
cpan/libnet/t/datasend.........................................skipped
cpan/libnet/t/ftp..............................................skipped
cpan/libnet/t/hostname.........................................ok
cpan/libnet/t/netrc............................................skipped
cpan/libnet/t/nntp.............................................skipped
cpan/libnet/t/require..........................................ok
cpan/libnet/t/smtp.............................................skipped
cpan/libnet/t/time.............................................skipped
cpan/List-Util/t/00version.....................................ok
cpan/List-Util/t/blessed.......................................ok
cpan/List-Util/t/dualvar.......................................ok
cpan/List-Util/t/expfail.......................................ok
cpan/List-Util/t/first.........................................ok
cpan/List-Util/t/isvstring.....................................ok
cpan/List-Util/t/lln...........................................ok
cpan/List-Util/t/maxstr........................................ok
cpan/List-Util/t/max...........................................ok
cpan/List-Util/t/minstr........................................ok
cpan/List-Util/t/min...........................................ok
cpan/List-Util/t/openhan.......................................ok
cpan/List-Util/t/p_00version...................................ok
cpan/List-Util/t/p_blessed.....................................ok
cpan/List-Util/t/p_first.......................................ok
cpan/List-Util/t/p_lln.........................................ok
cpan/List-Util/t/p_maxstr......................................ok
cpan/List-Util/t/p_max.........................................ok
cpan/List-Util/t/p_minstr......................................ok
cpan/List-Util/t/p_min.........................................ok
cpan/List-Util/t/p_openhan.....................................ok
cpan/List-Util/t/p_readonly....................................ok
cpan/List-Util/t/p_reduce......................................ok
cpan/List-Util/t/p_refaddr.....................................ok
cpan/List-Util/t/p_reftype.....................................ok
cpan/List-Util/t/proto.........................................ok
cpan/List-Util/t/p_shuffle.....................................ok
cpan/List-Util/t/p_sum.........................................ok
cpan/List-Util/t/p_tainted.....................................ok
cpan/List-Util/t/readonly......................................ok
cpan/List-Util/t/reduce........................................ok
cpan/List-Util/t/refaddr.......................................ok
cpan/List-Util/t/reftype.......................................ok
cpan/List-Util/t/shuffle.......................................ok
cpan/List-Util/t/stack-corruption..............................ok
cpan/List-Util/t/sum...........................................ok
cpan/List-Util/t/tainted.......................................ok
cpan/List-Util/t/weak..........................................ok
cpan/Locale-Codes/t/all........................................ok
cpan/Locale-Codes/t/constants..................................ok
cpan/Locale-Codes/t/country....................................ok
cpan/Locale-Codes/t/currency...................................ok
cpan/Locale-Codes/t/language...................................ok
cpan/Locale-Codes/t/rename.....................................ok
cpan/Locale-Codes/t/script.....................................ok
cpan/Locale-Codes/t/uk.........................................ok
cpan/Locale-Maketext-Simple/t/0-signature......................ok
cpan/Locale-Maketext-Simple/t/1-basic..........................ok
cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default......skipped
cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.........skipped
cpan/Log-Message-Simple/t/01_use...............................ok
cpan/Log-Message-Simple/t/02_imports...........................ok
cpan/Log-Message-Simple/t/03_functions.........................ok
cpan/Log-Message/t/01_Log-Message-Config.......................ok
cpan/Log-Message/t/02_Log-Message..............................ok
cpan/Math-BigInt-FastCalc/t/bigintfc...........................ok
cpan/Math-BigInt-FastCalc/t/bootstrap..........................ok
cpan/Math-BigInt-FastCalc/t/leak...............................ok
cpan/Math-BigInt-FastCalc/t/mbi_rand...........................ok
cpan/Math-BigInt/t/bare_mbf....................................ok
cpan/Math-BigInt/t/bare_mbi....................................ok
cpan/Math-BigInt/t/bare_mif....................................ok
cpan/Math-BigInt/t/bigfltpm....................................ok
cpan/Math-BigInt/t/bigintc.....................................ok
cpan/Math-BigInt/t/bigintpm....................................ok
cpan/Math-BigInt/t/bigints.....................................ok
cpan/Math-BigInt/t/biglog......................................ok
cpan/Math-BigInt/t/big_pi_e....................................ok
cpan/Math-BigInt/t/bigroot.....................................ok
cpan/Math-BigInt/t/calling.....................................ok
cpan/Math-BigInt/t/config......................................ok
cpan/Math-BigInt/t/constant....................................ok
cpan/Math-BigInt/t/const_mbf...................................ok
cpan/Math-BigInt/t/downgrade...................................ok
cpan/Math-BigInt/t/_e_math.....................................ok
cpan/Math-BigInt/t/inf_nan.....................................ok
cpan/Math-BigInt/t/isa.........................................ok
cpan/Math-BigInt/t/lib_load....................................ok
cpan/Math-BigInt/t/mbf_ali.....................................ok
cpan/Math-BigInt/t/mbi_ali.....................................ok
cpan/Math-BigInt/t/mbimbf......................................ok
cpan/Math-BigInt/t/mbi_rand....................................ok
cpan/Math-BigInt/t/nan_cmp.....................................ok
cpan/Math-BigInt/t/new_overloaded..............................ok
cpan/Math-BigInt/t/req_mbf0....................................ok
cpan/Math-BigInt/t/req_mbf1....................................ok
cpan/Math-BigInt/t/req_mbfa....................................ok
cpan/Math-BigInt/t/req_mbfi....................................ok
cpan/Math-BigInt/t/req_mbfn....................................ok
cpan/Math-BigInt/t/req_mbfw....................................ok
cpan/Math-BigInt/t/require.....................................ok
cpan/Math-BigInt/t/round.......................................ok
cpan/Math-BigInt/t/sub_ali.....................................ok
cpan/Math-BigInt/t/sub_mbf.....................................ok
cpan/Math-BigInt/t/sub_mbi.....................................ok
cpan/Math-BigInt/t/sub_mif.....................................ok
cpan/Math-BigInt/t/trap........................................ok
cpan/Math-BigInt/t/upgradef....................................ok
cpan/Math-BigInt/t/upgrade.....................................ok
cpan/Math-BigInt/t/use_lib1....................................ok
cpan/Math-BigInt/t/use_lib2....................................ok
cpan/Math-BigInt/t/use_lib3....................................ok
cpan/Math-BigInt/t/use_lib4....................................ok
cpan/Math-BigInt/t/use_mbfw....................................ok
cpan/Math-BigInt/t/use.........................................ok
cpan/Math-BigInt/t/with_sub....................................ok
cpan/Math-BigRat/t/big_ap......................................ok
cpan/Math-BigRat/t/bigfltrt....................................ok
cpan/Math-BigRat/t/biglog......................................ok
cpan/Math-BigRat/t/bigratpm....................................ok
cpan/Math-BigRat/t/bigrat......................................ok
cpan/Math-BigRat/t/bigratup....................................ok
cpan/Math-BigRat/t/bigroot.....................................ok
cpan/Math-BigRat/t/hang........................................ok
cpan/Math-BigRat/t/requirer....................................ok
cpan/Math-BigRat/t/trap........................................ok
cpan/Math-Complex/t/Complex....................................ok
cpan/Math-Complex/t/Trig.......................................ok
cpan/Math-Complex/t/underbar...................................ok
cpan/Memoize/t/array_confusion.................................ok
cpan/Memoize/t/array...........................................ok
cpan/Memoize/t/correctness.....................................ok
cpan/Memoize/t/errors..........................................ok
cpan/Memoize/t/expfile.........................................ok
cpan/Memoize/t/expire..........................................ok
cpan/Memoize/t/expmod_n........................................ok
cpan/Memoize/t/expmod_t........................................ok
cpan/Memoize/t/flush...........................................ok
cpan/Memoize/t/normalize.......................................ok
cpan/Memoize/t/prototype.......................................ok
cpan/Memoize/t/speed...........................................ok
cpan/Memoize/t/tiefeatures.....................................ok
cpan/Memoize/t/tie_gdbm........................................ok
cpan/Memoize/t/tie_ndbm........................................ok
cpan/Memoize/t/tie_sdbm........................................ok
cpan/Memoize/t/tie_storable....................................ok
cpan/Memoize/t/tie.............................................ok
cpan/Memoize/t/unmemoize.......................................ok
cpan/MIME-Base64/t/base64......................................ok
cpan/MIME-Base64/t/quoted-print................................ok
cpan/MIME-Base64/t/unicode.....................................ok
cpan/MIME-Base64/t/warn........................................ok
cpan/Module-Build/t/00-compile.................................ok
cpan/Module-Build/t/actions/installdeps........................ok
cpan/Module-Build/t/add_property...............................ok
cpan/Module-Build/t/basic......................................ok
cpan/Module-Build/t/bundle_inc.................................skipped
cpan/Module-Build/t/compat/exit................................ok
cpan/Module-Build/t/compat.....................................ok
cpan/Module-Build/t/debug......................................ok
cpan/Module-Build/t/destinations...............................ok
cpan/Module-Build/t/extend.....................................ok
cpan/Module-Build/t/ext........................................ok
cpan/Module-Build/t/files......................................ok
cpan/Module-Build/t/help.......................................ok
cpan/Module-Build/t/install_extra_target.......................ok
cpan/Module-Build/t/install....................................ok
cpan/Module-Build/t/manifypods.................................ok
cpan/Module-Build/t/metadata2..................................ok
cpan/Module-Build/t/metadata...................................ok
cpan/Module-Build/t/moduleinfo.................................ok
cpan/Module-Build/t/mymeta.....................................ok
cpan/Module-Build/t/new_from_context...........................ok
cpan/Module-Build/t/notes......................................ok
cpan/Module-Build/t/parents....................................ok
cpan/Module-Build/t/perl_mb_opt................................ok
cpan/Module-Build/t/PL_files...................................ok
cpan/Module-Build/t/pod_parser.................................ok
cpan/Module-Build/t/ppm........................................ok
cpan/Module-Build/t/properties/module_name.....................ok
cpan/Module-Build/t/properties/needs_compiler..................ok
cpan/Module-Build/t/properties/share_dir.......................ok
cpan/Module-Build/t/resume.....................................ok
cpan/Module-Build/t/runthrough.................................ok
cpan/Module-Build/t/sample.....................................ok
cpan/Module-Build/t/script_dist................................ok
cpan/Module-Build/t/test_file_exts.............................ok
cpan/Module-Build/t/test_types.................................ok
cpan/Module-Build/t/test_type..................................ok
cpan/Module-Build/t/tilde......................................ok
cpan/Module-Build/t/use_tap_harness............................ok
cpan/Module-Build/t/versions...................................ok
cpan/Module-Build/t/write_default_maniskip.....................ok
cpan/Module-Build/t/xs.........................................ok
cpan/Module-Load-Conditional/t/01_Module_Load_Conditional......ok
cpan/Module-Load-Conditional/t/02_Parse_Version................ok
cpan/Module-Loaded/t/01_Module-Loaded..........................ok
cpan/Module-Load/t/01_Module-Load..............................ok
cpan/Module-Pluggable/t/01use..................................ok
cpan/Module-Pluggable/t/02alsoworks............................ok
cpan/Module-Pluggable/t/02works................................ok
cpan/Module-Pluggable/t/02works_taint..........................ok
cpan/Module-Pluggable/t/03diffname.............................ok
cpan/Module-Pluggable/t/04acmedir_single.......................ok
cpan/Module-Pluggable/t/04acmedir..............................ok
cpan/Module-Pluggable/t/04acmepath_single......................ok
cpan/Module-Pluggable/t/04acmepath.............................ok
cpan/Module-Pluggable/t/05postpath.............................ok
cpan/Module-Pluggable/t/06multipath............................ok
cpan/Module-Pluggable/t/07instantiate..........................ok
cpan/Module-Pluggable/t/08nothing..............................ok
cpan/Module-Pluggable/t/09require..............................ok
cpan/Module-Pluggable/t/10innerpack_inner......................ok
cpan/Module-Pluggable/t/10innerpack_noinner....................ok
cpan/Module-Pluggable/t/10innerpack_onefile....................ok
cpan/Module-Pluggable/t/10innerpack_override...................ok
cpan/Module-Pluggable/t/10innerpack_super......................ok
cpan/Module-Pluggable/t/10innerpack............................ok
cpan/Module-Pluggable/t/11usetwice.............................ok
cpan/Module-Pluggable/t/12onlyarray............................ok
cpan/Module-Pluggable/t/12onlyregex............................ok
cpan/Module-Pluggable/t/12onlyrequire..........................ok
cpan/Module-Pluggable/t/12only.................................ok
cpan/Module-Pluggable/t/13exceptarray..........................ok
cpan/Module-Pluggable/t/13exceptregex..........................ok
cpan/Module-Pluggable/t/13except...............................ok
cpan/Module-Pluggable/t/14package..............................ok
cpan/Module-Pluggable/t/15topicsafe............................ok
cpan/Module-Pluggable/t/16different_extension..................ok
cpan/Module-Pluggable/t/17devel_inner_package..................ok
cpan/Module-Pluggable/t/18skipped_package......................ok
cpan/Module-Pluggable/t/19can_ok_clobber.......................ok
cpan/Module-Pluggable/t/20dodgy_files..........................ok
cpan/Module-Pluggable/t/21editor_junk..........................ok
cpan/NEXT/t/actual.............................................ok
cpan/NEXT/t/actuns.............................................ok
cpan/NEXT/t/dynamically_scoped_regex_vars......................ok
cpan/NEXT/t/next...............................................ok
cpan/NEXT/t/stringify..........................................ok
cpan/NEXT/t/unseen.............................................ok
cpan/Object-Accessor/t/00_Object-Accessor......................ok
cpan/Object-Accessor/t/01_Object-Accessor-Subclassed...........ok
cpan/Object-Accessor/t/02_Object-Accessor-allow................ok
cpan/Object-Accessor/t/03_Object-Accessor-local................ok
cpan/Object-Accessor/t/04_Object-Accessor-lvalue...............ok
cpan/Object-Accessor/t/05_Object-Accessor-callback.............ok
cpan/Object-Accessor/t/06_Object-Accessor-alias................ok
cpan/Package-Constants/t/01_list...............................ok
cpan/Params-Check/t/01_Params-Check............................ok
cpan/parent/t/compile-time-file................................ok
cpan/parent/t/compile-time.....................................ok
cpan/parent/t/parent-classfromclassfile........................ok
cpan/parent/t/parent-classfromfile.............................ok
cpan/parent/t/parent-pmc.......................................ok
cpan/parent/t/parent-returns-false.............................ok
cpan/parent/t/parent...........................................ok
cpan/Parse-CPAN-Meta/t/01_compile..............................ok
cpan/Parse-CPAN-Meta/t/02_basic................................ok
cpan/Parse-CPAN-Meta/t/03_regression...........................ok
cpan/Parse-CPAN-Meta/t/04_scalar...............................ok
cpan/Parse-CPAN-Meta/t/05_export...............................ok
cpan/Parse-CPAN-Meta/t/11_meta_yml.............................ok
cpan/Parse-CPAN-Meta/t/12_plagger..............................ok
cpan/Parse-CPAN-Meta/t/13_perl_smith...........................ok
cpan/Parse-CPAN-Meta/t/14_yaml_org.............................ok
cpan/Parse-CPAN-Meta/t/15_multibyte............................ok
cpan/Parse-CPAN-Meta/t/16_nullrefs.............................ok
cpan/Parse-CPAN-Meta/t/17_toolbar..............................ok
cpan/Parse-CPAN-Meta/t/18_tap..................................ok
cpan/Parse-CPAN-Meta/t/19_errors...............................ok
cpan/Parse-CPAN-Meta/t/21_bom..................................ok
cpan/PerlIO-via-QuotedPrint/t/QuotedPrint......................ok
cpan/Pod-Escapes/t/01_about_verbose............................ok
cpan/Pod-Escapes/t/10_main.....................................ok
cpan/Pod-Escapes/t/15_name2charnum.............................ok
cpan/Pod-LaTeX/t/pod2latex.....................................ok
cpan/Pod-LaTeX/t/user..........................................ok
cpan/podlators/t/basic.........................................ok
cpan/podlators/t/color.........................................ok
cpan/podlators/t/devise-date...................................ok
cpan/podlators/t/filehandle....................................ok
cpan/podlators/t/man-heading...................................ok
cpan/podlators/t/man-options...................................ok
cpan/podlators/t/man...........................................ok
cpan/podlators/t/man-utf8......................................ok
cpan/podlators/t/overstrike....................................ok
cpan/podlators/t/parselink.....................................ok
cpan/podlators/t/pod-parser....................................ok
cpan/podlators/t/pod-spelling..................................skipped
cpan/podlators/t/pod...........................................skipped
cpan/podlators/t/termcap.......................................ok
cpan/podlators/t/text-encoding.................................ok
cpan/podlators/t/text-options..................................ok
cpan/podlators/t/text..........................................ok
cpan/podlators/t/text-utf8.....................................ok
cpan/Pod-Parser/t/pod/contains_pod.............................ok
cpan/Pod-Parser/t/pod/emptycmd.................................ok
cpan/Pod-Parser/t/pod/find.....................................ok
cpan/Pod-Parser/t/pod/for......................................ok
cpan/Pod-Parser/t/pod/headings.................................ok
cpan/Pod-Parser/t/pod/included.................................ok
cpan/Pod-Parser/t/pod/include..................................ok
cpan/Pod-Parser/t/pod/lref.....................................ok
cpan/Pod-Parser/t/pod/multiline_items..........................ok
cpan/Pod-Parser/t/pod/nested_items.............................ok
cpan/Pod-Parser/t/pod/nested_seqs..............................ok
cpan/Pod-Parser/t/pod/oneline_cmds.............................ok
cpan/Pod-Parser/t/pod/pod2usage2...............................ok
cpan/Pod-Parser/t/pod/pod2usage................................ok
cpan/Pod-Parser/t/pod/podchkenc................................ok
cpan/Pod-Parser/t/pod/poderrs..................................ok
cpan/Pod-Parser/t/pod/podselect................................ok
cpan/Pod-Parser/t/pod/special_seqs.............................ok
cpan/Pod-Parser/t/pod/twice....................................ok
cpan/Pod-Simple/t/00about......................................ok
cpan/Pod-Simple/t/20_skip......................................ok
cpan/Pod-Simple/t/accept01.....................................ok
cpan/Pod-Simple/t/accept05.....................................ok
cpan/Pod-Simple/t/ac_d.........................................ok
cpan/Pod-Simple/t/basic........................................ok
cpan/Pod-Simple/t/begin........................................ok
cpan/Pod-Simple/t/cbacks.......................................ok
cpan/Pod-Simple/t/chunking.....................................ok
cpan/Pod-Simple/t/closeys......................................ok
cpan/Pod-Simple/t/corpus.......................................ok
cpan/Pod-Simple/t/encod01......................................ok
cpan/Pod-Simple/t/encod02......................................ok
cpan/Pod-Simple/t/encod03......................................ok
cpan/Pod-Simple/t/end_over.....................................ok
cpan/Pod-Simple/t/fcodes_e.....................................ok
cpan/Pod-Simple/t/fcodes_l.....................................ok
cpan/Pod-Simple/t/fcodes_s.....................................ok
cpan/Pod-Simple/t/fcodes.......................................ok
cpan/Pod-Simple/t/fornot.......................................ok
cpan/Pod-Simple/t/for..........................................ok
cpan/Pod-Simple/t/heads........................................ok
cpan/Pod-Simple/t/html01.......................................ok
cpan/Pod-Simple/t/html02.......................................ok
cpan/Pod-Simple/t/html03.......................................ok
cpan/Pod-Simple/t/htmlbat......................................ok
cpan/Pod-Simple/t/items02......................................ok
cpan/Pod-Simple/t/items........................................ok
cpan/Pod-Simple/t/itemstar.....................................ok
cpan/Pod-Simple/t/linkclas.....................................ok
cpan/Pod-Simple/t/puller.......................................ok
cpan/Pod-Simple/t/pulltitl.....................................ok
cpan/Pod-Simple/t/reinit.......................................ok
cpan/Pod-Simple/t/render.......................................ok
cpan/Pod-Simple/t/search05.....................................ok
cpan/Pod-Simple/t/search10.....................................ok
cpan/Pod-Simple/t/search12.....................................ok
cpan/Pod-Simple/t/search20.....................................ok
cpan/Pod-Simple/t/search22.....................................ok
cpan/Pod-Simple/t/search25.....................................ok
cpan/Pod-Simple/t/search26.....................................ok
cpan/Pod-Simple/t/search27.....................................ok
cpan/Pod-Simple/t/search28.....................................ok
cpan/Pod-Simple/t/search29.....................................ok
cpan/Pod-Simple/t/search50.....................................ok
cpan/Pod-Simple/t/stree........................................ok
cpan/Pod-Simple/t/strpvbtm.....................................ok
cpan/Pod-Simple/t/tiedfh.......................................ok
cpan/Pod-Simple/t/verbatim.....................................ok
cpan/Pod-Simple/t/verb_fmt.....................................ok
cpan/Pod-Simple/t/xhtml01......................................ok
cpan/Pod-Simple/t/xhtml05......................................ok
cpan/Pod-Simple/t/xhtml10......................................ok
cpan/Pod-Simple/t/x_nixer......................................ok
cpan/Shell/t/Shell.............................................ok
cpan/Sys-Syslog/t/00-load......................................ok
cpan/Sys-Syslog/t/constants....................................ok
cpan/Sys-Syslog/t/syslog.......................................ok
cpan/Term-ANSIColor/t/basic....................................ok
cpan/Term-Cap/test.............................................ok
cpan/Term-UI/t/00_load.........................................ok
cpan/Term-UI/t/01_history......................................ok
cpan/Term-UI/t/02_ui...........................................ok
cpan/Test-Harness/t/000-load...................................ok
cpan/Test-Harness/t/aggregator.................................ok
cpan/Test-Harness/t/bailout....................................ok
cpan/Test-Harness/t/base.......................................ok
cpan/Test-Harness/t/callbacks..................................ok
cpan/Test-Harness/t/compat/env.................................ok
cpan/Test-Harness/t/compat/failure.............................ok
cpan/Test-Harness/t/compat/inc-propagation.....................ok
cpan/Test-Harness/t/compat/inc_taint...........................ok
cpan/Test-Harness/t/compat/nonumbers...........................skipped
cpan/Test-Harness/t/compat/regression..........................ok
cpan/Test-Harness/t/compat/switches............................ok
cpan/Test-Harness/t/compat/test-harness-compat.................ok
cpan/Test-Harness/t/compat/version.............................ok
cpan/Test-Harness/t/console....................................ok
cpan/Test-Harness/t/errors.....................................ok
cpan/Test-Harness/t/file.......................................ok
cpan/Test-Harness/t/glob-to-regexp.............................ok
cpan/Test-Harness/t/grammar....................................ok
cpan/Test-Harness/t/harness-bailout............................ok
cpan/Test-Harness/t/harness-subclass...........................ok
cpan/Test-Harness/t/harness....................................ok
cpan/Test-Harness/t/iterators..................................ok
cpan/Test-Harness/t/multiplexer................................ok
cpan/Test-Harness/t/nofork-mux.................................ok
cpan/Test-Harness/t/nofork.....................................ok
cpan/Test-Harness/t/object.....................................ok
cpan/Test-Harness/t/parser-config..............................ok
cpan/Test-Harness/t/parser-subclass............................ok
cpan/Test-Harness/t/parse......................................ok
cpan/Test-Harness/t/perl5lib...................................ok
cpan/Test-Harness/t/premature-bailout..........................ok
cpan/Test-Harness/t/process....................................ok
cpan/Test-Harness/t/proveenv...................................ok
cpan/Test-Harness/t/proverc....................................ok
cpan/Test-Harness/t/proverun...................................ok
cpan/Test-Harness/t/prove......................................ok
cpan/Test-Harness/t/regression.................................ok
cpan/Test-Harness/t/results....................................ok
cpan/Test-Harness/t/scheduler..................................ok
cpan/Test-Harness/t/source.....................................ok
cpan/Test-Harness/t/spool......................................ok
cpan/Test-Harness/t/state_results..............................ok
cpan/Test-Harness/t/state......................................ok
cpan/Test-Harness/t/streams....................................ok
cpan/Test-Harness/t/taint......................................ok
cpan/Test-Harness/t/testargs...................................ok
cpan/Test-Harness/t/unicode....................................ok
cpan/Test-Harness/t/utils......................................ok
cpan/Test-Harness/t/yamlish-output.............................ok
cpan/Test-Harness/t/yamlish....................................ok
cpan/Test-Harness/t/yamlish-writer.............................ok
cpan/Test-Simple/examples/subtest..............................ok
cpan/Test-Simple/t/00test_harness_check........................ok
cpan/Test-Simple/t/bad_plan....................................ok
cpan/Test-Simple/t/bail_out....................................ok
cpan/Test-Simple/t/BEGIN_require_ok............................ok
cpan/Test-Simple/t/BEGIN_use_ok................................ok
cpan/Test-Simple/t/buffer......................................ok
cpan/Test-Simple/t/Builder/Builder.............................ok
cpan/Test-Simple/t/Builder/carp................................ok
cpan/Test-Simple/t/Builder/create..............................ok
cpan/Test-Simple/t/Builder/current_test........................ok
cpan/Test-Simple/t/Builder/current_test_without_plan...........ok
cpan/Test-Simple/t/Builder/details.............................ok
cpan/Test-Simple/t/Builder/done_testing_double.................ok
cpan/Test-Simple/t/Builder/done_testing_plan_mismatch..........ok
cpan/Test-Simple/t/Builder/done_testing........................ok
cpan/Test-Simple/t/Builder/done_testing_with_no_plan...........ok
cpan/Test-Simple/t/Builder/done_testing_with_number............ok
cpan/Test-Simple/t/Builder/done_testing_with_plan..............ok
cpan/Test-Simple/t/Builder/fork_with_new_stdout................ok
cpan/Test-Simple/t/Builder/has_plan2...........................ok
cpan/Test-Simple/t/Builder/has_plan............................ok
cpan/Test-Simple/t/Builder/is_fh...............................ok
cpan/Test-Simple/t/Builder/is_passing..........................ok
cpan/Test-Simple/t/Builder/maybe_regex.........................ok
cpan/Test-Simple/t/Builder/no_diag.............................ok
cpan/Test-Simple/t/Builder/no_ending...........................ok
cpan/Test-Simple/t/Builder/no_header...........................ok
cpan/Test-Simple/t/Builder/no_plan_at_all......................ok
cpan/Test-Simple/t/Builder/ok_obj..............................ok
cpan/Test-Simple/t/Builder/output..............................ok
cpan/Test-Simple/t/Builder/reset...............................ok
cpan/Test-Simple/t/Builder/try.................................ok
cpan/Test-Simple/t/c_flag......................................ok
cpan/Test-Simple/t/circular_data...............................ok
cpan/Test-Simple/t/cmp_ok......................................ok
cpan/Test-Simple/t/dependents..................................skipped
cpan/Test-Simple/t/diag........................................ok
cpan/Test-Simple/t/died........................................ok
cpan/Test-Simple/t/dont_overwrite_die_handler..................ok
cpan/Test-Simple/t/eq_set......................................ok
cpan/Test-Simple/t/exit........................................ok
cpan/Test-Simple/t/explain.....................................ok
cpan/Test-Simple/t/extra_one...................................ok
cpan/Test-Simple/t/extra.......................................ok
cpan/Test-Simple/t/fail-like...................................ok
cpan/Test-Simple/t/fail-more...................................ok
cpan/Test-Simple/t/fail_one....................................ok
cpan/Test-Simple/t/fail........................................ok
cpan/Test-Simple/t/filehandles.................................ok
cpan/Test-Simple/t/fork........................................ok
cpan/Test-Simple/t/harness_active..............................ok
cpan/Test-Simple/t/import......................................ok
cpan/Test-Simple/t/is_deeply_dne_bug...........................ok
cpan/Test-Simple/t/is_deeply_fail..............................ok
cpan/Test-Simple/t/is_deeply_with_threads......................skipped
cpan/Test-Simple/t/missing.....................................ok
cpan/Test-Simple/t/More........................................ok
cpan/Test-Simple/t/new_ok......................................ok
cpan/Test-Simple/t/no_plan.....................................ok
cpan/Test-Simple/t/no_tests....................................ok
cpan/Test-Simple/t/note........................................ok
cpan/Test-Simple/t/overload....................................ok
cpan/Test-Simple/t/overload_threads............................ok
cpan/Test-Simple/t/plan_bad....................................ok
cpan/Test-Simple/t/plan_is_noplan..............................ok
cpan/Test-Simple/t/plan_no_plan................................ok
cpan/Test-Simple/t/plan_shouldnt_import........................ok
cpan/Test-Simple/t/plan_skip_all...............................skipped
cpan/Test-Simple/t/plan........................................ok
cpan/Test-Simple/t/require_ok..................................ok
cpan/Test-Simple/t/simple......................................ok
cpan/Test-Simple/t/skipall.....................................ok
cpan/Test-Simple/t/skip........................................ok
cpan/Test-Simple/t/subtest/args................................ok
cpan/Test-Simple/t/subtest/basic...............................ok
cpan/Test-Simple/t/subtest/die.................................ok
cpan/Test-Simple/t/subtest/do..................................ok
cpan/Test-Simple/t/subtest/exceptions..........................ok
cpan/Test-Simple/t/subtest/singleton...........................ok
cpan/Test-Simple/t/tbm_doesnt_set_exported_to..................ok
cpan/Test-Simple/t/Tester/tbt_01basic..........................ok
cpan/Test-Simple/t/Tester/tbt_02fhrestore......................ok
cpan/Test-Simple/t/Tester/tbt_03die............................ok
cpan/Test-Simple/t/Tester/tbt_04line_num.......................ok
cpan/Test-Simple/t/Tester/tbt_05faildiag.......................ok
cpan/Test-Simple/t/Tester/tbt_06errormess......................ok
cpan/Test-Simple/t/Tester/tbt_07args...........................ok
cpan/Test-Simple/t/threads.....................................skipped
cpan/Test-Simple/t/thread_taint................................ok
cpan/Test-Simple/t/todo........................................ok
cpan/Test-Simple/t/undef.......................................ok
cpan/Test-Simple/t/useing......................................ok
cpan/Test-Simple/t/use_ok......................................ok
cpan/Test-Simple/t/utf8........................................skipped
cpan/Test-Simple/t/versions....................................ok
cpan/Test/t/05_about_verbose...................................ok
cpan/Test/t/fail...............................................ok
cpan/Test/t/mix................................................ok
cpan/Test/t/multiline..........................................ok
cpan/Test/t/onfail.............................................ok
cpan/Test/t/qr.................................................ok
cpan/Test/t/skip...............................................ok
cpan/Test/t/success............................................ok
cpan/Test/t/todo...............................................ok
cpan/Text-Balanced/t/01_compile................................ok
cpan/Text-Balanced/t/02_extbrk.................................ok
cpan/Text-Balanced/t/03_extcbk.................................ok
cpan/Text-Balanced/t/04_extdel.................................ok
cpan/Text-Balanced/t/05_extmul.................................ok
cpan/Text-Balanced/t/06_extqlk.................................ok
cpan/Text-Balanced/t/07_exttag.................................ok
cpan/Text-Balanced/t/08_extvar.................................ok
cpan/Text-Balanced/t/09_gentag.................................ok
cpan/Text-ParseWords/t/ParseWords..............................ok
cpan/Text-ParseWords/t/taint...................................ok
cpan/Text-Soundex/t/Soundex....................................ok
cpan/Text-Tabs/t/37000.........................................ok
cpan/Text-Tabs/t/39548.........................................ok
cpan/Text-Tabs/t/belg4mit......................................ok
cpan/Text-Tabs/t/dandv.........................................ok
cpan/Text-Tabs/t/fill..........................................ok
cpan/Text-Tabs/t/Jacobson2.....................................ok
cpan/Text-Tabs/t/Jacobson......................................ok
cpan/Text-Tabs/t/Jochen........................................ok
cpan/Text-Tabs/t/sep2..........................................ok
cpan/Text-Tabs/t/sep...........................................ok
cpan/Text-Tabs/t/tabs..........................................ok
cpan/Text-Tabs/t/wrap_separator2...............................ok
cpan/Text-Tabs/t/wrap..........................................ok
cpan/Tie-File/t/00_version.....................................ok
cpan/Tie-File/t/01_gen.........................................ok
cpan/Tie-File/t/02_fetchsize...................................ok
cpan/Tie-File/t/03_longfetch...................................ok
cpan/Tie-File/t/04_splice......................................ok
cpan/Tie-File/t/05_size........................................ok
cpan/Tie-File/t/06_fixrec......................................ok
cpan/Tie-File/t/07_rv_splice...................................ok
cpan/Tie-File/t/08_ro..........................................ok
cpan/Tie-File/t/09_gen_rs......................................ok
cpan/Tie-File/t/10_splice_rs...................................ok
cpan/Tie-File/t/11_rv_splice_rs................................ok
cpan/Tie-File/t/12_longfetch_rs................................ok
cpan/Tie-File/t/13_size_rs.....................................ok
cpan/Tie-File/t/14_lock........................................ok
cpan/Tie-File/t/15_pushpop.....................................ok
cpan/Tie-File/t/16_handle......................................ok
cpan/Tie-File/t/17_misc_meth...................................ok
cpan/Tie-File/t/18_rs_fixrec...................................ok
cpan/Tie-File/t/19_cache.......................................ok
cpan/Tie-File/t/20_cache_full..................................ok
cpan/Tie-File/t/21_win32.......................................skipped
cpan/Tie-File/t/22_autochomp...................................ok
cpan/Tie-File/t/23_rv_ac_splice................................ok
cpan/Tie-File/t/24_cache_loop..................................ok
cpan/Tie-File/t/25_gen_nocache.................................ok
cpan/Tie-File/t/26_twrite......................................ok
cpan/Tie-File/t/27_iwrite......................................ok
cpan/Tie-File/t/28_mtwrite.....................................ok
cpan/Tie-File/t/29a_upcopy.....................................ok
cpan/Tie-File/t/29_downcopy....................................ok
cpan/Tie-File/t/30_defer.......................................ok
cpan/Tie-File/t/31_autodefer...................................ok
cpan/Tie-File/t/32_defer_misc..................................ok
cpan/Tie-File/t/33_defer_vs....................................ok
cpan/Tie-File/t/40_abs_cache...................................ok
cpan/Tie-File/t/41_heap........................................ok
cpan/Tie-File/t/42_offset......................................ok
cpan/Tie-RefHash/t/rebless.....................................ok
cpan/Tie-RefHash/t/refhash.....................................ok
cpan/Tie-RefHash/t/storable....................................ok
cpan/Tie-RefHash/t/threaded....................................skipped
cpan/Time-HiRes/t/HiRes........................................ok
cpan/Time-Piece/t/01base.......................................ok
cpan/Time-Piece/t/02core.......................................ok
cpan/Time-Piece/t/03compare....................................ok
cpan/Time-Piece/t/04mjd........................................ok
cpan/Time-Piece/t/05overload...................................ok
cpan/Time-Piece/t/06subclass...................................ok
cpan/Time-Piece/t/07arith......................................ok
cpan/Unicode-Collate/t/altern..................................ok
cpan/Unicode-Collate/t/cjkrange................................ok
cpan/Unicode-Collate/t/contract................................ok
cpan/Unicode-Collate/t/hangtype................................ok
cpan/Unicode-Collate/t/hangul..................................ok
cpan/Unicode-Collate/t/ignor...................................ok
cpan/Unicode-Collate/t/illegalp................................ok
cpan/Unicode-Collate/t/illegal.................................ok
cpan/Unicode-Collate/t/index...................................ok
cpan/Unicode-Collate/t/normal..................................ok
cpan/Unicode-Collate/t/override................................ok
cpan/Unicode-Collate/t/rearrang................................ok
cpan/Unicode-Collate/t/test....................................ok
cpan/Unicode-Collate/t/trailwt.................................ok
cpan/Unicode-Collate/t/variable................................ok
cpan/Unicode-Collate/t/version.................................ok
cpan/Unicode-Collate/t/view....................................ok
cpan/Unicode-Normalize/t/fcdc..................................ok
cpan/Unicode-Normalize/t/form..................................ok
cpan/Unicode-Normalize/t/func..................................ok
cpan/Unicode-Normalize/t/illegal...............................ok
cpan/Unicode-Normalize/t/norm..................................ok
cpan/Unicode-Normalize/t/null..................................ok
cpan/Unicode-Normalize/t/proto.................................ok
cpan/Unicode-Normalize/t/split.................................ok
cpan/Unicode-Normalize/t/test..................................ok
cpan/Unicode-Normalize/t/tie...................................ok
dist/Attribute-Handlers/t/constants............................ok
dist/Attribute-Handlers/t/data_convert.........................ok
dist/Attribute-Handlers/t/linerep..............................ok
dist/Attribute-Handlers/t/multi................................ok
dist/base/t/base...............................................ok
dist/base/t/compile-time.......................................ok
dist/base/t/fields-5_6_0.......................................skipped
dist/base/t/fields-5_8_0.......................................skipped
dist/base/t/fields-base........................................ok
dist/base/t/fields.............................................ok
dist/base/t/isa................................................ok
dist/base/t/sigdie.............................................ok
dist/base/t/version............................................ok
dist/base/t/warnings...........................................ok
dist/B-Deparse/t/deparse.......................................ok
dist/constant/t/constant.......................................ok
dist/Data-Dumper/t/bless.......................................ok
dist/Data-Dumper/t/bugs........................................ok
dist/Data-Dumper/t/dumper......................................ok
dist/Data-Dumper/t/freezer.....................................ok
dist/Data-Dumper/t/overload....................................ok
dist/Data-Dumper/t/pair........................................ok
dist/ExtUtils-Install/t/can_write_dir..........................ok
dist/ExtUtils-Install/t/Installapi2............................ok
dist/ExtUtils-Install/t/Installed..............................ok
dist/ExtUtils-Install/t/Install................................ok
dist/ExtUtils-Install/t/InstallWithMM..........................ok
dist/ExtUtils-Install/t/Packlist...............................ok
dist/Filter-Simple/t/data......................................ok
dist/Filter-Simple/t/export....................................ok
dist/Filter-Simple/t/filter_only...............................ok
dist/Filter-Simple/t/filter....................................ok
dist/Filter-Simple/t/import....................................ok
dist/I18N-LangTags/t/01_about_verbose..........................ok
dist/I18N-LangTags/t/05_main...................................ok
dist/I18N-LangTags/t/07_listy..................................ok
dist/I18N-LangTags/t/10_http...................................ok
dist/I18N-LangTags/t/20_locales................................ok
dist/I18N-LangTags/t/50_super..................................ok
dist/I18N-LangTags/t/55_supers_strict..........................ok
dist/I18N-LangTags/t/80_all_env................................ok
dist/IO/t/io_const.............................................ok
dist/IO/t/io_dir...............................................ok
dist/IO/t/io_dup...............................................ok
dist/IO/t/io_file..............................................ok
dist/IO/t/io_linenum...........................................ok
dist/IO/t/io_multihomed........................................ok
dist/IO/t/io_pipe..............................................ok
dist/IO/t/io_poll..............................................ok
dist/IO/t/io_sel...............................................ok
dist/IO/t/io_sock..............................................ok
dist/IO/t/IO...................................................ok
dist/IO/t/io_taint.............................................ok
dist/IO/t/io_tell..............................................ok
dist/IO/t/io_udp...............................................ok
dist/IO/t/io_unix..............................................ok
dist/IO/t/io_utf8..............................................ok
dist/IO/t/io_xs................................................ok
dist/lib/t/01lib...............................................ok
dist/Locale-Maketext/t/01_about_verbose........................ok
dist/Locale-Maketext/t/10_make.................................ok
dist/Locale-Maketext/t/20_get..................................ok
dist/Locale-Maketext/t/30_local................................ok
dist/Locale-Maketext/t/40_super................................ok
dist/Locale-Maketext/t/50_super................................ok
dist/Locale-Maketext/t/60_super................................ok
dist/Locale-Maketext/t/90_utf8.................................ok
dist/Module-CoreList/t/corelist................................ok
dist/Module-CoreList/t/deprecated..............................ok
dist/Module-CoreList/t/find_modules............................ok
dist/Module-CoreList/t/pod.....................................skipped
dist/Net-Ping/t/100_load.......................................ok
dist/Net-Ping/t/110_icmp_inst..................................ok
dist/Net-Ping/t/120_udp_inst...................................ok
dist/Net-Ping/t/130_tcp_inst...................................ok
dist/Net-Ping/t/140_stream_inst................................ok
dist/Net-Ping/t/150_syn_inst...................................ok
dist/Net-Ping/t/190_alarm......................................skipped
dist/Net-Ping/t/200_ping_tcp...................................skipped
dist/Net-Ping/t/250_ping_hires.................................skipped
dist/Net-Ping/t/300_ping_stream................................skipped
dist/Net-Ping/t/400_ping_syn...................................skipped
dist/Net-Ping/t/410_syn_host...................................skipped
dist/Net-Ping/t/450_service....................................ok
dist/Net-Ping/t/500_ping_icmp..................................ok
dist/Net-Ping/t/510_ping_udp...................................ok
dist/Pod-Perldoc/t/01_about_verbose............................ok
dist/Pod-Perldoc/t/checkerbasic................................ok
dist/Pod-Perldoc/t/perldocbasic................................ok
dist/Pod-Perldoc/t/textbasic...................................ok
dist/Pod-Plainer/t/plainer.....................................ok
dist/Safe/t/safe1..............................................ok
dist/Safe/t/safe2..............................................ok
dist/Safe/t/safe3..............................................ok
dist/Safe/t/safeload...........................................ok
dist/Safe/t/safeops............................................ok
dist/Safe/t/safesort...........................................ok
dist/Safe/t/safeuniversal......................................ok
dist/Safe/t/safeutf8...........................................ok
dist/Safe/t/safewrap...........................................ok
dist/SelfLoader/t/01SelfLoader.................................ok
dist/SelfLoader/t/02SelfLoader-buggy...........................ok
dist/Storable/t/attach_errors..................................ok
dist/Storable/t/attach_singleton...............................ok
dist/Storable/t/blessed........................................ok
dist/Storable/t/canonical......................................ok
dist/Storable/t/circular_hook..................................ok
dist/Storable/t/code...........................................ok
dist/Storable/t/compat01.......................................skipped
dist/Storable/t/compat06.......................................ok
dist/Storable/t/croak..........................................ok
dist/Storable/t/dclone.........................................ok
dist/Storable/t/downgrade......................................ok
dist/Storable/t/file_magic.....................................ok
dist/Storable/t/forgive........................................ok
dist/Storable/t/freeze.........................................ok
dist/Storable/t/integer........................................ok
dist/Storable/t/interwork56....................................skipped
dist/Storable/t/just_plain_nasty...............................ok
dist/Storable/t/lock...........................................ok
dist/Storable/t/malice.........................................ok
dist/Storable/t/overload.......................................ok
dist/Storable/t/recurse........................................ok
dist/Storable/t/restrict.......................................ok
dist/Storable/t/retrieve.......................................ok
dist/Storable/t/sig_die........................................ok
dist/Storable/t/store..........................................ok
dist/Storable/t/threads........................................skipped
dist/Storable/t/tied_hook......................................ok
dist/Storable/t/tied_items.....................................ok
dist/Storable/t/tied...........................................ok
dist/Storable/t/utf8hash.......................................ok
dist/Storable/t/utf8...........................................ok
dist/Storable/t/weak...........................................ok
dist/Switch/t/given............................................ok
dist/Switch/t/nested...........................................ok
dist/Switch/t/switch...........................................ok
dist/Thread-Queue/t/01_basic...................................skipped
dist/Thread-Queue/t/02_refs....................................skipped
dist/Thread-Queue/t/03_peek....................................skipped
dist/Thread-Queue/t/04_errs....................................ok
dist/Thread-Queue/t/05_extract.................................skipped
dist/Thread-Queue/t/06_insert..................................skipped
dist/Thread-Queue/t/07_lock....................................skipped
dist/Thread-Queue/t/08_nothreads...............................ok
dist/Thread-Semaphore/t/01_basic...............................skipped
dist/Thread-Semaphore/t/02_errs................................ok
dist/Thread-Semaphore/t/03_nothreads...........................ok
dist/threads-shared/t/0nothread................................ok
dist/threads-shared/t/av_refs..................................skipped
dist/threads-shared/t/av_simple................................skipped
dist/threads-shared/t/blessed..................................skipped
dist/threads-shared/t/clone....................................skipped
dist/threads-shared/t/cond.....................................skipped
dist/threads-shared/t/disabled.................................ok
dist/threads-shared/t/hv_refs..................................skipped
dist/threads-shared/t/hv_simple................................skipped
dist/threads-shared/t/no_share.................................skipped
dist/threads-shared/t/object...................................skipped
dist/threads-shared/t/shared_attr..............................skipped
dist/threads-shared/t/stress...................................skipped
dist/threads-shared/t/sv_refs..................................skipped
dist/threads-shared/t/sv_simple................................skipped
dist/threads-shared/t/utf8.....................................skipped
dist/threads-shared/t/waithires................................skipped
dist/threads-shared/t/wait.....................................skipped
dist/threads/t/basic...........................................skipped
dist/threads/t/blocks..........................................skipped
dist/threads/t/context.........................................skipped
dist/threads/t/end.............................................skipped
dist/threads/t/err.............................................skipped
dist/threads/t/exit............................................skipped
dist/threads/t/free2...........................................skipped
dist/threads/t/free............................................skipped
dist/threads/t/join............................................skipped
dist/threads/t/kill............................................skipped
dist/threads/t/libc............................................skipped
dist/threads/t/list............................................skipped
dist/threads/t/no_threads......................................ok
dist/threads/t/problems........................................skipped
dist/threads/t/stack_env.......................................skipped
dist/threads/t/stack...........................................skipped
dist/threads/t/state...........................................skipped
dist/threads/t/stress_cv.......................................skipped
dist/threads/t/stress_re.......................................skipped
dist/threads/t/stress_string...................................skipped
dist/threads/t/thread..........................................skipped
dist/XSLoader/t/XSLoader.......................................ok
ext/autouse/t/autouse..........................................ok
ext/B/t/b......................................................ok
ext/B/t/concise................................................ok
ext/B/t/concise-xs.............................................ok
ext/B/t/f_map..................................................ok
ext/B/t/f_sort.................................................ok
ext/B/t/optree_check...........................................ok
ext/B/t/optree_concise.........................................ok
ext/B/t/optree_constants.......................................ok
ext/B/t/optree_misc............................................ok
ext/B/t/optree_samples.........................................ok
ext/B/t/optree_sort............................................ok
ext/B/t/optree_specials........................................ok
ext/B/t/optree_varinit.........................................ok
ext/B/t/o......................................................ok
ext/B/t/pragma.................................................ok
ext/B/t/showlex................................................ok
ext/B/t/terse..................................................ok
ext/B/t/xref...................................................ok
ext/Devel-DProf/t/DProf........................................ok
ext/Devel-Peek/t/Peek..........................................ok
ext/Devel-SelfStubber/t/Devel-SelfStubber......................ok
ext/DynaLoader/t/DynaLoader....................................ok
ext/Errno/t/Errno..............................................ok
ext/Fcntl/t/fcntl..............................................ok
ext/Fcntl/t/mode...............................................ok
ext/Fcntl/t/syslfs.............................................ok
ext/FileCache/t/01open.........................................ok
ext/FileCache/t/02maxopen......................................ok
ext/FileCache/t/03append.......................................ok
ext/FileCache/t/04twoarg.......................................ok
ext/FileCache/t/05override.....................................ok
ext/FileCache/t/06export.......................................ok
ext/FileCache/t/07noimport.....................................ok
ext/File-Glob/t/basic..........................................ok
ext/File-Glob/t/case...........................................ok
ext/File-Glob/t/global.........................................ok
ext/File-Glob/t/taint..........................................ok
ext/GDBM_File/t/gdbm...........................................ok
ext/Hash-Util-FieldHash/t/01_load..............................ok
ext/Hash-Util-FieldHash/t/02_function..........................ok
ext/Hash-Util-FieldHash/t/03_class.............................ok
ext/Hash-Util-FieldHash/t/04_thread............................ok
ext/Hash-Util-FieldHash/t/05_perlhook..........................ok
ext/Hash-Util-FieldHash/t/10_hash..............................ok
ext/Hash-Util-FieldHash/t/11_hashassign........................ok
ext/Hash-Util-FieldHash/t/12_hashwarn..........................ok
ext/Hash-Util/t/Util...........................................ok
ext/I18N-Langinfo/t/Langinfo...................................ok
ext/IPC-Open2/t/IPC-Open2......................................ok
ext/IPC-Open3/t/IPC-Open3......................................ok
ext/NDBM_File/t/ndbm...........................................ok
ext/Opcode/t/Opcode............................................ok
ext/Opcode/t/ops...............................................ok
ext/PerlIO-encoding/t/encoding.................................ok
ext/PerlIO-encoding/t/fallback.................................ok
ext/PerlIO-encoding/t/nolooping................................ok
ext/PerlIO-scalar/t/scalar.....................................ok
ext/PerlIO-scalar/t/scalar_ungetc..............................ok
ext/PerlIO-via/t/via...........................................ok
ext/POSIX/t/is.................................................ok
ext/POSIX/t/math...............................................ok
ext/POSIX/t/posix..............................................ok
ext/POSIX/t/sigaction..........................................ok
ext/POSIX/t/sysconf............................................ok
ext/POSIX/t/taint..............................................ok
ext/POSIX/t/termios............................................ok
ext/POSIX/t/time...............................................ok
ext/POSIX/t/waitpid............................................ok
ext/re/t/lexical_debug.........................................ok
ext/re/t/qr....................................................ok
ext/re/t/re_funcs..............................................ok
ext/re/t/regop.................................................ok
ext/re/t/re....................................................ok
ext/SDBM_File/t/sdbm...........................................ok
ext/Socket/t/socketpair........................................ok
ext/Socket/t/Socket............................................ok
ext/Sys-Hostname/t/Hostname....................................ok
ext/Tie-Memoize/t/Tie-Memoize..................................ok
ext/Time-Local/t/Local.........................................ok
ext/XS-APItest-KeywordRPN/t/keyword_plugin.....................ok
ext/XS-APItest-KeywordRPN/t/multiline..........................ok
ext/XS-APItest-KeywordRPN/t/stuff_svcur_bug....................ok
ext/XS-APItest/t/call..........................................ok
ext/XS-APItest/t/exception.....................................ok
ext/XS-APItest/t/hash..........................................ok
ext/XS-APItest/t/my_cxt........................................ok
ext/XS-APItest/t/my_exit.......................................ok
ext/XS-APItest/t/op............................................ok
ext/XS-APItest/t/pmflag........................................ok
ext/XS-APItest/t/printf........................................ok
ext/XS-APItest/t/push..........................................ok
ext/XS-APItest/t/rmagical......................................ok
ext/XS-APItest/t/svpeek........................................ok
ext/XS-APItest/t/svsetsv.......................................ok
ext/XS-APItest/t/utf16_to_utf8.................................ok
ext/XS-APItest/t/xs_special_subs_require.......................ok
ext/XS-APItest/t/xs_special_subs...............................ok
ext/XS-Typemap/t/Typemap.......................................ok
lib/AnyDBM_File................................................ok
lib/Benchmark..................................................ok
lib/bigfloatpl.................................................ok
lib/bigintpl...................................................ok
lib/blib.......................................................ok
lib/bytes......................................................ok
lib/Carp.......................................................ok
lib/charnames..................................................ok
lib/Class/Struct...............................................ok
lib/Config/Extensions..........................................ok
lib/Config.....................................................ok
lib/DBM_Filter/t/01error.......................................ok
lib/DBM_Filter/t/02core........................................ok
lib/DBM_Filter/t/compress......................................ok
lib/DBM_Filter/t/encode........................................ok
lib/DBM_Filter/t/int32.........................................ok
lib/DBM_Filter/t/null..........................................ok
lib/DBM_Filter/t/utf8..........................................ok
lib/DB.........................................................ok
lib/diagnostics................................................ok
lib/DirHandle..................................................ok
lib/Dumpvalue..................................................ok
lib/dumpvar....................................................ok
lib/English....................................................ok
lib/Env/t/array................................................ok
lib/Env/t/env..................................................ok
lib/Exporter...................................................ok
lib/ExtUtils/t/Embed...........................................ok
lib/feature....................................................ok
lib/feature/unicode_strings....................................ok
lib/File/Basename..............................................ok
lib/File/CheckTree.............................................ok
lib/File/Compare...............................................ok
lib/File/Copy..................................................ok
lib/File/DosGlob...............................................ok
lib/File/Find/t/find...........................................ok
lib/File/Find/t/taint..........................................ok
lib/FileHandle.................................................ok
lib/File/stat..................................................ok
lib/filetest...................................................ok
lib/FindBin....................................................ok
lib/Getopt/Std.................................................ok
lib/h2ph.......................................................ok
lib/h2xs.......................................................ok
lib/I18N/Collate...............................................ok
lib/integer....................................................ok
lib/Internals..................................................ok
lib/less.......................................................ok
lib/locale.....................................................ok
lib/Net/hostent................................................ok
lib/Net/netent.................................................skipped
lib/Net/protoent...............................................ok
lib/Net/servent................................................ok
lib/open.......................................................ok
lib/overload64.................................................ok
lib/overloading................................................ok
lib/overload...................................................ok
lib/perl5db....................................................ok
lib/Pod/t/eol..................................................ok
lib/Pod/t/Functions............................................ok
lib/Pod/t/htmlescp.............................................ok
lib/Pod/t/htmllink.............................................ok
lib/Pod/t/htmlview.............................................ok
lib/Pod/t/InputObjects.........................................ok
lib/Pod/t/Select...............................................ok
lib/Pod/t/Usage................................................ok
lib/Pod/t/utils................................................ok
lib/Search/Dict................................................ok
lib/SelectSaver................................................ok
lib/sigtrap....................................................ok
lib/sort.......................................................ok
lib/strict.....................................................ok
lib/subs.......................................................ok
lib/Symbol.....................................................ok
lib/Term/Complete..............................................ok
lib/Term/ReadLine..............................................ok
lib/Text/Abbrev................................................ok
lib/Thread.....................................................skipped
lib/Tie/Array/push.............................................ok
lib/Tie/Array/splice...........................................ok
lib/Tie/Array/stdpush..........................................ok
lib/Tie/Array/std..............................................ok
lib/Tie/Handle/stdhandle_from_handle...........................ok
lib/Tie/Handle/stdhandle.......................................ok
lib/Tie/Scalar.................................................ok
lib/Tie/SubstrHash.............................................ok
lib/Time/gmtime................................................ok
lib/Time/localtime.............................................ok
lib/Unicode/UCD................................................ok
lib/User/grent.................................................ok
lib/User/pwent.................................................ok
lib/utf8.......................................................ok
lib/vars_carp..................................................ok
lib/vars.......................................................ok
lib/version....................................................ok
lib/vmsish.....................................................ok
lib/warnings...................................................ok
t/x2p/s2p......................................................ok
t/porting/args_assert..........................................ok
t/porting/checkcase............................................ok
t/porting/diag.................................................ok
t/porting/maintainers..........................................ok
t/porting/manifest.............................................ok
t/porting/podcheck.............................................ok
t/porting/test_bootstrap.......................................ok
Failed 2 tests out of 1695, 99.88% okay.
../cpan/CPANPLUS/t/03_CPANPLUS-Internals-Source.t
../cpan/ExtUtils-Command/t/cp.t
### Since not all tests were successful, you may want to run some of
### them individually and examine any diagnostic messages they produce.
### See the INSTALL document's section on "make test".
### You have a good chance to get more information by running
### ./perl harness
### in the 't' directory since most (>=80%) of the tests succeeded.
### You may have to set your dynamic library search path,
### LD_LIBRARY_PATH, to point to the build directory:
### setenv LD_LIBRARY_PATH `pwd`; cd t; ./perl harness
### LD_LIBRARY_PATH=`pwd`; export LD_LIBRARY_PATH; cd t; ./perl harness
### export LD_LIBRARY_PATH=`pwd`; cd t; ./perl harness
### for csh-style shells, like tcsh; or for traditional/modern
### Bourne-style shells, like bash, ksh, and zsh, respectively.
u=2.32 s=1.04 cu=240.84 cs=36.66 scripts=1695 tests=350144
make: *** [test] Error 1
Beginning of configuration questions for perl5.
Checking echo to see how to suppress newlines...
...using -n.
The star should be here-->*
First let's make sure your kit is complete. Checking...
Looks good...

Would you like to see the instructions? [n]


Locating common programs...
awk is in /bin/awk.
cat is in /bin/cat.
chmod is in /bin/chmod.
comm is in /bin/comm.
cp is in /bin/cp.
echo is in /bin/echo.
expr is in /bin/expr.
grep is in /bin/grep.
ls is in /bin/ls.
mkdir is in /bin/mkdir.
rm is in /bin/rm.
sed is in /bin/sed.
sort is in /bin/sort.
touch is in /bin/touch.
tr is in /bin/tr.
uniq is in /bin/uniq.
Don't worry if any of the following aren't found...
ar is in /bin/ar.
bison is in /bin/bison.
byacc is in /bin/byacc.
cpp is in /bin/cpp.
csh is in /bin/csh.
date is in /bin/date.
egrep is in /bin/egrep.
gmake is in /bin/gmake.
gzip is in /bin/gzip.
less is in /bin/less.
ln is in /bin/ln.
make is in /bin/make.
more is in /bin/more.
nm is in /bin/nm.
nroff is in /bin/nroff.
I don't see pg out there, offhand.
test is in /bin/test.
uname is in /bin/uname.
zip is in /bin/zip.
Substituting less -R for less.
Using the test built into your sh.

Checking compatibility between /bin/echo and builtin echo (if any)...


They are compatible. In fact, they may be identical.
The following message is sponsored by
Dresden.pm<--The stars should be here.
Dear Perl user, system administrator or package
maintainer, the Perl community sends greetings to
you. Do you (emblematical) greet back [Y/n]? n

Symbolic links are supported.


Checking how to test for symbolic links...
You can test for symbolic links with 'test -h'.

Good, your tr supports [:lower:] and [:upper:] to convert case.


Using [:upper:] and [:lower:] to convert case.
First time through, eh? I have some defaults handy for some systems
that need some extra help getting the Configure answers right:
3b1 dos_djgpp irix_6_0 openbsd sunos_4_1
aix_3 dragonfly irix_6_1 opus super-ux
aix_4 dynixptx irix_6 os2 svr4
aix dynix isc_2 os390 svr5
altos486 epix isc os400 ti1500
amigaos esix4 linux posix-bc titanos
apollo fps lynxos powerux ultrix_4
atheos freebsd midnightbsd qnx umips
aux_3 genix mips rhapsody unicosmk
beos gnukfreebsd mirbsd riscos unicos
bsdos gnuknetbsd mpc sco_2_3_0 unisysdynix
catamount gnu mpeix sco_2_3_1 utekv
convexos greenhills ncr_tower sco_2_3_2 uts
cxux haiku netbsd sco_2_3_3 uwin
cygwin hpux newsos4 sco_2_3_4 vmesa
darwin i386 next_3_0 sco vos
dcosx interix next_3 solaris_2
dec_osf irix_4 next_4 stellar
dgux irix_5 nonstopux sunos_4_0
You may give one or more space-separated answers, or "none" if appropriate.
If you have a handcrafted Policy.sh file or a Policy.sh file generated by a
previous run of Configure, you may specify it as well as or instead of
OS-specific hints. If hints are provided for your OS, you should use them:
although Perl can probably be built without hints on many platforms, using
hints often improve performance and may enable features that Configure can't
set up on its own. If there are no hints that match your OS, specify "none";
DO NOT give a wrong version or a wrong OS.
Which of these apply, if any? [linux]
You appear to have ELF support. I'll try to use it for dynamic loading.
If dynamic loading doesn't work, read hints/linux.sh for further information.
You appear to have a working bash. Good.
Your csh is really tcsh. Good.
nm: /lib/libdb.so: no symbols
nm: /usr/lib/libdb.so: no symbols
nm: /lib64/libdb.so: no symbols
nm: /usr/lib64/libdb.so: no symbols
Configure uses the operating system name and version to set some defaults.
The default value is probably right if the name rings a bell. Otherwise,
since spelling matters for me, either accept the default or answer "none"
to leave it blank.
Operating system name? [linux]
Operating system version? [2.6.18-128.el5]
By default, perl5 will be installed in /home/dave/perl5/perlbrew/perls/perl-5.12
.2/bin, manual pages
under /home/dave/perl5/perlbrew/perls/perl-5.12.2/man, etc..., i.e. with /home/d
ave/perl5/perlbrew/perls/perl-5.12.2 as prefix for all
installation directories. Typically this is something like /usr/local.
If you wish to have binaries under /usr/bin but other parts of the
installation under /usr/local, that's ok: you will be prompted
separately for each of the installation directories, the prefix being
only used to set the defaults.
Installation prefix to use? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2]
AFS does not seem to be running...
In some special cases, particularly when building perl5 for distribution,
it is convenient to distinguish the directory in which files should be
installed from the directory (/home/dave/perl5/perlbrew/perls/perl-5.12.2) in wh
ich they will
eventually reside. For most users, these two directories are the same.
What installation prefix should I use for installing files? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2]
Perl can be built to use the SOCKS proxy protocol library. To do so,
Configure must be run with -Dusesocks. If you use SOCKS you also need
to use the PerlIO abstraction layer, this will be implicitly selected.
If this doesn't make any sense to you, just accept the default 'n'.
Build Perl for SOCKS? [n]
Previous version of perl5 used the standard IO mechanisms as
defined in <stdio.h>. Versions 5.003_02 and later of perl5 allow
alternate IO mechanisms via the PerlIO abstraction layer, but the
stdio mechanism is still available if needed. The abstraction layer
can use AT&T's sfio (if you already have sfio installed) or regular stdio.
Using PerlIO with sfio may cause problems with some extension modules.
If this doesn't make any sense to you, just accept the default 'y'.
Use the PerlIO abstraction layer? [y]
Getting the current patchlevel...
(You have perl5 version 12 subversion 2.)
Perl can be built to take advantage of threads on some systems.
To do so, Configure can be run with -Dusethreads.
Note that Perl built with threading support runs slightly slower
and uses more memory than plain Perl. The current implementation
is believed to be stable, but it is fairly new, and so should be
treated with caution.
If this doesn't make any sense to you, just accept the default 'n'.
Build a threading Perl? [n]
Your platform has some specific hints regarding threaded builds, using them...
Perl can be built so that multiple Perl interpreters can coexist
within the same Perl executable.
If this doesn't make any sense to you, just accept the default 'n'.
Build Perl for multiplicity? [n]
Use which C compiler? [cc]
Hmm... Looks kind of like a Version 7 system, but we'll see...
Congratulations. You aren't running Eunice.
It's not Xenix...
Nor is it Venix...
Checking for GNU cc in disguise and/or its version number...
You are using GNU cc 4.1.2 20080704 (Red Hat 4.1.2-44).
Hmm... Doesn't look like a MIPS system.
Now, how can we feed standard input to your C preprocessor...
Maybe "cc -E" will work...
Nope...maybe "cc -E -" will work...
Yup, it does.
Some systems have incompatible or broken versions of libraries. Among
the directories listed in the question below, please remove any you
know not to be holding relevant libraries, and add any that are needed.
Say "none" for none.
Directories to use for library searches?
[/usr/local/lib /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64]
On some systems, shared libraries may be available. Answer 'none' if
you want to suppress searching of shared libraries for the remainder
of this configuration.
What is the file extension used for shared libraries? [so]
Perl can be built to take advantage of long doubles which
(if available) may give more accuracy and range for floating point numbers.
If this doesn't make any sense to you, just accept the default 'n'.
Try to use long doubles if available? [n]
Checking for optional libraries...
No -lsfio.
No -lsocket.
No -linet.
Found -lnsl (shared).
No -lnm.
No -lndbm.
Found -lgdbm (shared).
No -ldbm.
Found -ldb (shared).
No -lmalloc.
Found -ldl (shared).
No -ldld.
No -lld.
No -lsun.
Found -lm (shared).
Found -lcrypt (shared).
No -lsec.
Found -lutil (shared).
Found -lc (shared).
No -lcposix.
No -lposix.
No -lucb.
No -lBSD.
No -lgdbm_compat.
In order to compile perl5 on your machine, a number of libraries
are usually needed. Include any other special libraries here as well.
Say "none" for none. The default list is almost always right.
What libraries to use? [-lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc]
By default, perl5 compiles with the -O flag to use the optimizer.
Alternately, you might want to use the symbolic debugger, which uses
the -g flag (on traditional Unix systems). Either flag can be
specified here. To use neither flag, specify the word "none".
What optimizer/debugger flag should be used? [-O2]
Checking if your compiler accepts -fno-strict-aliasing
Yes, it does.
Checking if your compiler accepts -pipe
Yes, it does.
Checking if your compiler accepts -fstack-protector
Yes, it does.
Your C compiler may want other flags. For this question you should include
-I/whatever and -DWHATEVER flags and any other flags used by the C compiler,
but you should NOT include libraries or ld flags like -lwhatever. If you
want perl5 to honor its debug switch, you should include -DDEBUGGING here.
Your C compiler might also need additional flags, such as -D_POSIX_SOURCE.
To use no flags, specify the word "none".
Any additional cc flags?
[-fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include]
Let me guess what the preprocessor flags are...
They appear to be: -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude
Your C linker may need flags. For this question you should
include -L/whatever and any other flags used by the C linker, but you
should NOT include libraries like -lwhatever.
Make sure you include the appropriate -L/path flags if your C linker
does not normally search all of the directories you specified above,
namely
/usr/local/lib /lib /usr/lib /lib64 /usr/lib64 /usr/local/lib64
To use no flags, specify the word "none".
Any additional ld flags (NOT including libraries)?
[ -fstack-protector -L/usr/local/lib]
Checking your choice of C compiler and flags for coherency...
OK, that should do.
Computing filename position in cpp output for #include directives...
Your cpp writes the filename in the third field of the line.
<stdlib.h> found.
Checking to see how big your integers are...
Your integers are 4 bytes long.
Your long integers are 8 bytes long.
Your short integers are 2 bytes long.
Checking to see if you have long long...
You have long long.
Checking to see how big your long longs are...
Your long longs are 8 bytes long.
(That isn't any different from an ordinary long.)
<inttypes.h> found.
Checking to see if you have int64_t...
You have int64_t.
Checking which 64-bit integer type we could use...
We could use 'long' for 64-bit integers.
You have natively 64-bit long integers.
You may also choose to try maximal 64-bitness. It means using as much
64-bitness as possible on the platform. This in turn means even more
binary incompatibilities. On the other hand, your platform may not
have any more 64-bitness available than what you already have chosen.
If this doesn't make any sense to you, just accept the default 'y'.
(The default has been chosen based on your configuration.)
Try to use maximal 64-bit support, if available? [y]
Checking to see how big your double precision numbers are...
Your double is 8 bytes long.
Checking to see if you have long double...
You have long double.
Checking to see how big your long doubles are...
Your long doubles are 16 bytes long.
What is your architecture name [x86_64-linux]
This architecture is naturally 64-bit, not changing architecture name.
Perlio selected.
Pathname where the public executables will reside? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin]
Would you like to build Perl so that the installation is relocatable, so that
library paths in @INC are determined relative to the path of the perl binary?
This is not advised for system Perl installs, or if you need to run setid
scripts or scripts under taint mode.
If this doesn't make any sense to you, just accept the default 'n'.
Use relocatable @INC? [n]
There are some auxiliary files for perl5 that need to be put into a
private library directory that is accessible by everyone.
Pathname where the private library files will reside? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2]
Perl5 contains architecture-dependent library files. If you are
sharing libraries in a heterogeneous environment, you might store
these files in a separate location. Otherwise, you can just include
them with the rest of the public library files.
Where do you want to put the public architecture-dependent libraries? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/5.12.2/x86_64-linux]
Some kernels have a bug that prevents setuid #! scripts from being
secure. Some sites have disabled setuid #! scripts because of this.
First let's decide if your kernel supports secure setuid #! scripts.
(If setuid #! scripts would be secure but have been disabled anyway,
don't say that they are secure if asked.)
If you are not sure if they are secure, I can check but I'll need a
username and password different from the one you are using right now.
If you don't have such a username or don't want me to test, simply
enter 'none'.
Other username to test security of setuid scripts with? [none]
Well, the recommended value is *not* secure.
Does your kernel have *secure* setuid scripts? [n]
Looking for a previously installed perl5.005 or later...
Using /home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/perl.
After perl5 is installed, you may wish to install various
add-on modules and utilities. Typically, these add-ons will
be installed under /home/dave/perl5/perlbrew/perls/perl-5.12.2 with the rest
of this package. However, you may wish to install such add-ons
elsewhere under a different prefix.
If you do not wish to put everything under a single prefix, that's
ok. You will be prompted for the individual locations; this siteprefix
is only used to suggest the defaults.
The default should be fine for most people.
Installation prefix to use for add-on modules and utilities? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2]
The installation process will create a directory for
site-specific extensions and modules. Most users find it convenient
to place all site-specific files in this directory rather than in the
main distribution directory.
Pathname for the site-specific library files? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/site_perl/5.12.2]
In order to ease the process of upgrading, this version of perl
can be configured to use modules built and installed with earlier
versions of perl that were installed under /home/dave/perl5/perlbrew/perls/perl-
5.12.2. Specify here
the list of earlier versions that this version of perl should check.
If Configure detected no earlier versions of perl installed under
/home/dave/perl5/perlbrew/perls/perl-5.12.2, then the list will be empty. Answe
r 'none' to tell perl
to not search earlier versions.
The default should almost always be sensible, so if you're not sure,
just accept the default.
List of earlier versions to include in @INC? [none]
<malloc/malloc.h> NOT found.
<malloc.h> found.
Checking to see how well your C compiler groks the void type...
Good. It appears to support void to the level perl5 wants.
Checking to see how big your pointers are...
Your pointers are 8 bytes long.
Do you wish to wrap malloc calls to protect against potential overflows? [y]
Do you wish to attempt to use the malloc that comes with perl5? [n]
Your system wants malloc to return 'void *', it would seem.
Your system uses void free(), it would seem.
The installation process will also create a directory for
architecture-dependent site-specific extensions and modules.
Pathname for the site-specific architecture-dependent library files? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/site_perl/5.12.2/x86_64-linux]

The installation process will also create a directory for


vendor-supplied add-ons. Vendors who supply perl with their system
may find it convenient to place all vendor-supplied files in this
directory rather than in the main distribution directory. This will
ease upgrades between binary-compatible maintenance versions of perl.
Of course you may also use these directories in whatever way you see
fit. For example, you might use them to access modules shared over a
company-wide network.
The default answer should be fine for most people.
This causes further questions about vendor add-ons to be skipped
and no vendor-specific directories will be configured for perl.
Do you want to configure vendor-specific add-on directories? [n]
Lastly, you can have perl look in other directories for extensions and
modules in addition to those already specified.
These directories will be searched after
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/site_perl/5.12.2/x86_64-
linux
/home/dave/perl5/perlbrew/perls/perl-5.12.2/lib/site_perl/5.12.2
Enter a colon-separated set of extra paths to include in perl's @INC
search path, or enter 'none' for no extra paths.
Colon-separated list of additional directories for perl to search? [none]
Checking out function prototypes...
Your C compiler appears to support function prototypes.
Perl can be built to support DTrace on platforms that support it.
DTrace is a diagnosis and performance analysis tool from Sun.
If this doesn't make any sense to you, just accept the default 'none'.
Support DTrace if available? [n]
Perl can be built with extra modules or bundles of modules which
will be fetched from the CPAN and installed alongside Perl.
Notice that you will need access to the CPAN; either via the Internet,
or a local copy, for example a CD-ROM or a local CPAN mirror. (You will
be asked later to configure the CPAN.pm module which will in turn do
the installation of the rest of the extra modules or bundles.)
Notice also that if the modules require any external software such as
libraries and headers (the libz library and the zlib.h header for the
Compress::Zlib module, for example) you MUST have any such software
already installed, this configuration process will NOT install such
things for you.
If this doesn't make any sense to you, just accept the default 'n'.
Install any extra modules (y or n)? [n]

If you wish to install html files for programs in Perl5, indicate


the appropriate directory here. To skip installing html files,
answer "none".
Directory for the main Perl5 html pages? (~name ok) [none]
If you wish to install html files for modules associated with Perl5,
indicate the appropriate directory here. To skip installing html files,
answer "none".
Directory for the Perl5 module html pages? (~name ok) [none]
Many scripts expect perl to be installed as /usr/bin/perl.
If you want to, I can install the perl you are about to compile
as /usr/bin/perl (in addition to /home/dave/perl5/perlbrew/perls/perl-5.12.2/bin
/perl).
However, please note that because you already have a /usr/bin/perl,
overwriting that with a new Perl would very probably cause problems.
Therefore I'm assuming you don't want to do that (unless you insist).
Do you want to install perl as /usr/bin/perl? [n]
Checking for GNU C Library...
You are using the GNU C Library version 2.5
nm probably won't work on the GNU C Library.
I can use /bin/nm to extract the symbols from your C libraries. This
is a time consuming task which may generate huge output on the disk (up
to 3 megabytes) but that should make the symbols extraction faster. The
alternative is to skip the 'nm' extraction part and to compile a small
test program instead to determine whether each symbol is present. If
you have a fast C compiler and/or if your 'nm' output cannot be parsed,
this may be the best solution.
You probably shouldn't let me use 'nm' if you are using the GNU C Library.
Shall I use /bin/nm to extract C symbols from the libraries? [n]
<dld.h> NOT found.
Checking for C++...
You are not using a C++ compiler.
dlopen() found.
<unistd.h> found.
Do you wish to use dynamic loading? [y]
The following dynamic loading files are available:
ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_mpeix.xs
ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_next.xs
ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_none.xs
ext/DynaLoader/dl_dllload.xs ext/DynaLoader/dl_symbian.xs
ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_vmesa.xs
ext/DynaLoader/dl_dyld.xs ext/DynaLoader/dl_vms.xs
ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_win32.xs
ext/DynaLoader/dl_mac.xs
Source file to use for dynamic loading [ext/DynaLoader/dl_dlopen.xs]
Some systems may require passing special flags to cc -c to
compile modules that will be used to create a shared library.
To use no flags, say "none".
Any special flags to pass to cc -c to compile shared library modules?
[-fPIC]
Some systems use ld to create libraries that can be dynamically loaded,
while other systems (such as those using ELF) use cc.
You appear to have ELF support. I'll use cc to build dynamic libraries.
What command should be used to create dynamic libraries? [cc]
Some systems may require passing special flags to cc to create a
library that can be dynamically loaded. If your ld flags include
-L/other/path options to locate libraries outside your loader's normal
search path, you may need to specify those -L options here as well. To
use no flags, say "none".
Any special flags to pass to cc to create a dynamically loaded library?
[-shared -O2 -L/usr/local/lib -fstack-protector]
Some systems may require passing special flags to cc to indicate that
the resulting executable will use dynamic linking. To use no flags,
say "none".
Any special flags to pass to cc to use dynamic linking? [-Wl,-E]
The perl executable is normally obtained by linking perlmain.c with
libperl.a, any static extensions (usually just DynaLoader), and
any other libraries needed on this system (such as -lm, etc.). Since
your system supports dynamic loading, it is probably possible to build
a shared libperl.so. If you will have more than one executable linked
to libperl.so, this will significantly reduce the size of each
executable, but it may have a noticeable effect on performance. The
default is probably sensible for your system.

Build a shared libperl.so (y/n) [n]


System manual is in /usr/share/man/man1.
Perl5 has manual pages available in source form.
If you don't want the manual sources installed, answer 'none'.
Where do the main Perl5 manual pages (source) go? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1]
What suffix should be used for the main Perl5 man pages? [1]
You can have filenames longer than 14 characters.
Perl5 has manual pages for many of the library modules.
If you don't want the manual sources installed, answer 'none'.
Where do the perl5 library man pages (source) go? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3]
What suffix should be used for the perl5 library man pages? [3]
Figuring out host name...
Maybe "hostname" will work...
Your host name appears to be "discovery". Right? [y]
(Normalizing case in your host name)
(You do not have fully-qualified names in the hosts database)
(Attempting domain name extraction from /etc/resolv.conf)
What is your domain name? [.mydomain.ac.uk]
(Normalizing case in your domain name)
I need to get your e-mail address in Internet format if possible, i.e.
something like user@host.domain. Please answer accurately since I have
no easy means to double check it. The default value provided below
is most probably close to reality but may not be valid from outside
your organization...
What is your e-mail address? [dave@discovery.mydomain.ac.uk]
If you or somebody else will be maintaining perl at your site, please
fill in the correct e-mail address here so that they may be contacted
if necessary. Currently, the "perlbug" program included with perl
will send mail to this address in addition to perlbug@perl.org. You may
enter "none" for no administrator.
Perl administrator e-mail address [dave@discovery.mydomain.ac.uk]
Do you want to install only the version-specific parts of the perl
distribution? Usually you do *not* want to do this.
Do you want to install only the version-specific parts of perl? [n]
I can use the #! construct to start perl on your system. This will
make startup of perl scripts faster, but may cause problems if you
want to share those scripts and perl is not in a standard place
(/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/perl) on all your platforms. Th
e alternative
is to force a shell by starting the script with a single ':' character.
What shall I put after the #! to start up perl ("none" to not use #!)?
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/perl]
WARNING: Some systems limit the #! command to 32 characters.
If you experience difficulty running Perl scripts with #!, try
installing Perl in a directory with a shorter pathname.
I'll use #!/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin/perl to start perl sc
ripts.
Some installations have a separate directory just for executable scripts so
that they can mount it across multiple architectures but keep the scripts in
one spot. You might, for example, have a subdirectory of /usr/share for this.
Or you might just lump your scripts in with all your other executables.
Where do you keep publicly executable scripts? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin]
Pathname where the add-on public executables should be installed? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin]
Pathname where the site-specific html pages should be installed? (~name ok)
[none]
Pathname where the site-specific library html pages should be installed? (~name
ok)
[none]
Pathname where the site-specific manual pages should be installed? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man1]
Pathname where the site-specific library manual pages should be installed? (~nam
e ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/man/man3]
Pathname where add-on public executable scripts should be installed? (~name ok)
[/home/dave/perl5/perlbrew/perls/perl-5.12.2/bin]
Perl can be built to use 'fast stdio', which means using the stdio
library but also directly manipulating the stdio buffers to enable
faster I/O. Using stdio is better for backward compatibility (especially
for Perl extensions), but on the other hand since Perl 5.8 the 'perlio'
interface has been preferred instead of stdio.
If this doesn't make any sense to you, just accept the default 'n'.
Use the "fast stdio" if available? [n]
Looking for the type used for lseek's offset on this system.
off_t found.
Checking to see how big your file offsets are...
Your file offsets are 8 bytes long.
Looking for the type for file position used by fsetpos().
fpos_t found.
Checking the size of fpos_t...
Your fpos_t is 16 bytes long.
Perl can be built to understand large files (files larger than 2 gigabytes)
on some systems. To do so, Configure can be run with -Duselargefiles.
If this doesn't make any sense to you, just accept the default 'y'.
Try to understand large files, if available? [y]
Your platform has some specific hints regarding large file builds, using them...
Rechecking to see how big your file offsets are...
Your file offsets are now 8 bytes long.
Rechecking the size of fpos_t... 16 bytes.
Using <string.h> instead of <strings.h>.
qgcvt() found.
Checking how to print long doubles...
We will use %Lf.
Checking for an efficient way to convert floats to strings.
Trying gconvert...
gconvert NOT found.
Trying gcvt...
gcvt() found.
I'll use gcvt to convert floats into a string.
fwalk() NOT found.
access() found.
<sys/file.h> defines the *_OK access constants.
accessx() NOT found.
aintl() NOT found.
alarm() found.
ctime64() NOT found.
localtime64() NOT found.
gmtime64() NOT found.
mktime64() NOT found.
difftime64() NOT found.
asctime64() NOT found.

<pthread.h> found.
<sys/types.h> found.
<sys/select.h> found.
Testing to see if we should include <time.h>, <sys/time.h> or both.
I'm now running the test program......
Succeeded with -DI_TIME -DI_SYSTIME -DS_TIMEVAL
We'll include <time.h>.
We'll include <sys/time.h>.
Checking to see if your struct tm has tm_zone field...
Yes, it does.
Checking to see if your struct tm has tm_gmtoff field...
Yes, it does.
asctime_r() found.
atolf() NOT found.

atoll() found.
Checking whether your compiler can handle __attribute__((format)) ...
Your C compiler supports __attribute__((format)).
Checking whether your compiler allows __printf__ format to be null ...
Your C compiler doesn't allow __printf__ format to be null.
Checking whether your compiler can handle __attribute__((malloc)) ...
Your C compiler supports __attribute__((malloc)).
Checking whether your compiler can handle __attribute__((nonnull(1))) ...
Your C compiler supports __attribute__((nonnull)).
Checking whether your compiler can handle __attribute__((noreturn)) ...
Your C compiler supports __attribute__((noreturn)).
Checking whether your compiler can handle __attribute__((pure)) ...
Your C compiler supports __attribute__((pure)).
Checking whether your compiler can handle __attribute__((unused)) ...
Your C compiler supports __attribute__((unused)).
Checking whether your compiler can handle __attribute__((deprecated)) ...
Your C compiler supports __attribute__((deprecated)).
Checking whether your compiler can handle __attribute__((warn_unused_result)) ..
.
Your C compiler supports __attribute__((warn_unused_result)).
bcmp() found.
bcopy() found.
getpgrp() found.
Checking to see which flavor of getpgrp is in use...
You have to use getpgrp() instead of getpgrp(pid).

setpgrp() found.
Checking to see which flavor of setpgrp is in use...
You have to use setpgrp() instead of setpgrp(pid,pgrp).
Checking whether your compiler can handle __builtin_choose_expr ...
All good!
Your C compiler supports __builtin_choose_expr.
Checking whether your compiler can handle __builtin_expect ...
Your C compiler supports __builtin_expect.
bzero() found.
<stdarg.h> found.
<varargs.h> found.
We'll include <stdarg.h> to get va_dcl definition.
You have <stdarg.h> and <stdlib.h>, so checking for C99 variadic macros.
You have C99 variadic macros.

You have void (*signal())().


Checking whether your C compiler can cast large floats to int32.
Nope, it can't.
Checking whether your C compiler can cast negative float to unsigned.
Yup, it can.
vprintf() found.
Your vsprintf() returns (int).
chown() found.
chroot() found.
chsize() NOT found.
class() NOT found.
clearenv() found.
Hmm... Looks like you have Berkeley networking support.
socketpair() found.
Checking the availability of certain socket constants...
<sys/uio.h> found.
Checking to see if your system supports struct cmsghdr...
Yes, it does.
Checking to see if your C compiler knows about "const"...
Yup, it does.
copysignl() found.

crypt() found.
<crypt.h> found.
crypt_r() found.
ctermid() found.
ctermid_r() NOT found.
ctime_r() found.
cuserid() found.
<limits.h> found.
<float.h> found.
DBL_DIG found.
dbmclose() found.

<dbm.h> NOT found.


<rpcsvc/dbm.h> NOT found.
dbminit() prototype NOT found.
difftime() found.
<dirent.h> found.
Your directory entries are struct dirent.
Your directory entry does not know about the d_namlen field.
Checking to see if DIR has a dd_fd member variable
No, it does not.
<sys/dir.h> found.
<sys/ndir.h> NOT found.
dirfd() found.
dlerror() found.
<dlfcn.h> found.
On a few systems, the dynamically loaded modules that perl generates and uses
will need a different extension than shared libs. The default will probably
be appropriate.
What is the extension of dynamically loaded modules [so]
Checking whether your dlsym() needs a leading underscore ...
dlsym doesn't need a leading underscore.
drand48_r() found.
drand48() prototype found.
dup2() found.
eaccess() found.
endgrent() found.
<grp.h> found.
endgrent_r() NOT found.
endhostent() found.
<netdb.h> found.
endhostent_r() NOT found.
endnetent() found.
endnetent_r() NOT found.
endprotoent() found.
endprotoent_r() NOT found.
endpwent() found.
<pwd.h> found.
endpwent_r() NOT found.
endservent() found.
endservent_r() NOT found.
<sys/file.h> defines the O_* constants...
and you have the 3 argument form of open().
<sys/file.h> found.
We'll be including <sys/file.h>.
<fcntl.h> found.
We don't need to include <fcntl.h> if we include <sys/file.h>.
fork() found.
pipe() found.
Figuring out the flag used by open() for non-blocking I/O...
Seems like we can use O_NONBLOCK.
Let's see what value errno gets from read() on a O_NONBLOCK file...
A read() system call with no data present returns -1.
Your read() sets errno to EAGAIN when no data is available.
And it correctly returns 0 to signal EOF.
(Looks like you have stdio.h from Linux.)
Checking how std your stdio is...
Your stdio acts pretty std.
But I will not snoop inside glibc 2.5 stdio buffers.
fchdir() found.
fchmod() found.
fchown() found.
fcntl() found.
Checking if fcntl-based file locking works...
Yes, it seems to work.
Checking to see how well your C compiler handles fd_set and friends ...
Hmm, your compiler has some difficulty with fd_set. Checking further...
Well, your system has some sort of fd_set available...
and you have the normal fd_set macros.
fgetpos() found.

finite() found.
finitel() found.
flock() found.
flock() prototype found.
fp_class() NOT found.
pathconf() found.
fpathconf() found.
fpclass() NOT found.
fpclassify() NOT found.
fpclassl() NOT found.
Checking to see if you have fpos64_t...
You do not have fpos64_t.
frexpl() found.
<sys/param.h> found.
<sys/mount.h> found.
Checking to see if your system supports struct fs_data...
No, it doesn't.
fseeko() found.
(Your long is 64 bits, so you could use fseek.)
fsetpos() found.
fstatfs() found.

statvfs() found.
fstatvfs() found.
fsync() found.
ftello() found.
(Your long is 64 bits, so you could use ftell.)
Checking if you have a working futimes()
Yes, you have
<ndbm.h> NOT found.
<gdbm/ndbm.h> found.
<gdbm-ndbm.h> NOT found.
dbm_open() found.
Checking if your <gdbm/ndbm.h> uses prototypes...
Your <gdbm/ndbm.h> does not seem to have prototypes

getaddrinfo() found.
getcwd() found.
getespwnam() NOT found.
getfsstat() NOT found.
getgrent() found.
getgrent_r() found.
getgrgid_r() found.
getgrnam_r() found.
gethostbyaddr() found.
gethostbyname() found.
gethostent() found.
gethostname() found.
uname() found.
Every now and then someone has a gethostname() that lies about the hostname
but can't be fixed for political or economic reasons. If you wish, I can
pretend gethostname() isn't there and maybe compute hostname at run-time
thanks to the 'hostname' command.
Shall I ignore gethostname() from now on? [n]
gethostbyaddr_r() found.
gethostbyname_r() found.
gethostent_r() found.

gethostent() prototype found.


getitimer() found.
getlogin() found.
getlogin_r() found.
getmnt() NOT found.
getmntent() found.
getnameinfo() found.
getnetbyaddr() found.
getnetbyname() found.
getnetent() found.
getnetbyaddr_r() found.

getnetbyname_r() found.
getnetent_r() found.
getnetent() prototype found.
getpagesize() found.
getprotobyname() found.
getprotobynumber() found.
getprotoent() found.
getpgid() found.
getpgrp2() NOT found.
getppid() found.
getpriority() found.
getprotobyname_r() found.
getprotobynumber_r() found.
getprotoent_r() found.
getprotoent() prototype found.
getprpwnam() NOT found.
getpwent() found.
getpwent_r() found.
getpwnam_r() found.

getpwuid_r() found.
getservbyname() found.
getservbyport() found.
getservent() found.
getservbyname_r() found.
getservbyport_r() found.
getservent_r() found.
getservent() prototype found.
getspnam() found.
<shadow.h> found.
getspnam_r() found.

gettimeofday() found.
gmtime_r() found.
hasmntopt() found.
<netinet/in.h> found.
<arpa/inet.h> found.
htonl() found.
ilogbl() found.
strchr() found.
inet_aton() found.
inet_ntop() found.
inet_pton() found.
isascii() found.
isfinite() NOT found.
isinf() found.
isnan() found.
isnanl() found.
killpg() found.
lchown() found.
LDBL_DIG found.

<math.h> found.
Checking to see if your libm supports _LIB_VERSION...
Yes, it does (2)
link() found.
localtime_r() found.
localeconv() found.
lockf() found.
lseek() prototype found.
lstat() found.
madvise() found.
malloc_size() NOT found.

malloc_good_size() NOT found.


mblen() found.
mbstowcs() found.
mbtowc() found.
memchr() found.
memcmp() found.
memcpy() found.
memmove() found.
memset() found.
mkdir() found.
mkdtemp() found.
mkfifo() found.
mkstemp() found.
mkstemps() NOT found.
mktime() found.
<sys/mman.h> found.
mmap() found.
and it returns (void *).
sqrtl() found.
scalbnl() found.

modfl() found.
modfl() prototype found.
Checking to see whether your modfl() is okay for large values...
Your modfl() seems okay for large values.
mprotect() found.
msgctl() found.
msgget() found.
msgsnd() found.
msgrcv() found.
You have the full msg*(2) library.
Checking to see if your system supports struct msghdr...
Yes, it does.

msync() found.
munmap() found.
nice() found.
<langinfo.h> found.
nl_langinfo() found.
Checking to see if your C compiler knows about "volatile"...
Yup, it does.
Choosing the C types to be used for Perl's internal types...
(IV will be long, 8 bytes)
(UV will be unsigned long, 8 bytes)
(NV will be double, 8 bytes)
Checking how many bits of your UVs your NVs can preserve...
Your NVs can preserve only 53 bits of your UVs.
Checking to find the largest integer value your NVs can hold...
The largest integer your NVs can preserve is equal to 256.0*256.0*256.0*256.0*25
6.0*256.0*2.0*2.0*2.0*2.0*2.0
Checking whether NV 0.0 is all bits zero in memory...
0.0 is represented as all bits zero in memory
Checking to see if you have off64_t...
You do not have off64_t.
(Your off_t is 64 bits, so you could use that.)
pause() found.
poll() found.
readlink() found.
You have Linux-like /proc/self/exe.
vfork() found.

Perl can only use a vfork() that doesn't suffer from strict
restrictions on calling functions or modifying global data in
the child. For example, glibc-2.1 contains such a vfork()
that is unsuitable. If your system provides a proper fork()
call, chances are that you do NOT want perl to use vfork().
Do you still want to use vfork()? [n]
Ok, we won't use vfork().
pthread_attr_setscope() found.
random_r() found.
readdir() found.
seekdir() found.
telldir() found.
rewinddir() found.

readdir64_r() found.
readdir_r() found.
readv() found.
recvmsg() found.
rename() found.
rmdir() found.
<memory.h> found.
We won't be including <memory.h>.
I'll use memmove() instead of bcopy() for overlapping copies.
I'll use memmove() instead of memcpy() for overlapping copies.
Checking if your memcmp() can compare relative magnitude...
Yes, it can.
sbrk() prototype found.
select() found.
semctl() found.
semget() found.
semop() found.
You have the full sem*(2) library.
You do not have union semun in <sys/sem.h>.

You can use union semun for semctl IPC_STAT.


You can also use struct semid_ds* for semctl IPC_STAT.
sendmsg() found.
setegid() found.
seteuid() found.
setgrent() found.
setgrent_r() NOT found.
sethostent() found.
sethostent_r() NOT found.
setitimer() found.
setlinebuf() found.
setlocale() found.

<locale.h> found.
setlocale_r() NOT found.
setnetent() found.
setnetent_r() NOT found.
setprotoent() found.
setpgid() found.
setpgrp2() NOT found.
setpriority() found.
setproctitle() NOT found.
setprotoent_r() NOT found.
setpwent() found.
setpwent_r() NOT found.
setregid() found.
setresgid() found.
setreuid() found.
setresuid() found.
setrgid() NOT found.
setruid() NOT found.
setservent() found.

setservent_r() NOT found.


setsid() found.
setvbuf() found.
<sfio.h> NOT found.
shmctl() found.
shmget() found.
shmat() found.
and it returns (void *).
shmdt() found.
You have the full shm*(2) library.
sigaction() found.

<sunmath.h> NOT found.


Checking to see if you have signbit() available to work on double... Yes.
sigprocmask() found.
POSIX sigsetjmp found.
snprintf() found.
vsnprintf() found.
Checking whether your snprintf() and vsnprintf() work okay...
Your snprintf() and vsnprintf() seem to be working okay.
sockatmark() found.
sockatmark() prototype found.
socks5_init() NOT found.
Checking whether sprintf returns the length of the string...
sprintf returns the length of the string (as ANSI says it should)
srand48_r() found.
srandom_r() found.
setresgid() prototype NOT found.
setresuid() prototype NOT found.
<sys/stat.h> found.
Checking to see if your struct stat has st_blocks field...
<sys/vfs.h> found.
<sys/statfs.h> found.
Checking to see if your system supports struct statfs...
Yes, it does.
Checking to see if your struct statfs has f_flags field...
No, it doesn't.
Checking how to access stdio streams by file descriptor number...
I can't figure out how to access stdio streams by file descriptor number.
strcoll() found.
Checking to see if your C compiler can copy structs...
Yup, it can.
strerror() found.
(You also have sys_errlist[], so we could roll our own strerror.)
strerror_r() found.
strftime() found.
strlcat() NOT found.
strlcpy() NOT found.

strtod() found.
strtol() found.
strtold() found.
strtoll() found.
Checking whether your strtoll() works okay...
Your strtoll() seems to be working okay.
strtoq() found.
strtoul() found.
Checking whether your strtoul() works okay...
Your strtoul() seems to be working okay.
strtoull() found.
Checking whether your strtoull() works okay...
Your strtoull() seems to be working okay.
strtouq() found.
Checking whether your strtouq() works okay...
Your strtouq() seems to be working okay.
strxfrm() found.
symlink() found.
syscall() found.
syscall() prototype found.
sysconf() found.
system() found.
tcgetpgrp() found.

tcsetpgrp() found.
telldir() prototype found.
time() found.
Looking for the type returned by time() on this system.
time_t found.
timegm() found.
<sys/times.h> found.
times() found.
Looking for the type returned by times() on this system.
clock_t found.
tmpnam_r() found.
truncate() found.

ttyname_r() found.
tzname[] found.
In the following, larger digits indicate more significance. A big-endian
machine like a Pyramid or a Motorola 680?0 chip will come out to 4321. A
little-endian machine like a Vax or an Intel 80?86 chip would be 1234. Other
machines may have weird orders like 3412. A Cray will report 87654321,
an Alpha will report 12345678. If the test program works the default is
probably right.
I'm now running the test program...
(The test program ran ok.)
byteorder=12345678
Checking to see whether you can access character data unalignedly...
(Testing for character data alignment may crash the test. That's okay.)
It seems that you must access character data in an aligned manner.
ualarm() found.
umask() found.
unordered() NOT found.
unsetenv() found.
usleep() found.
usleep() prototype found.
ustat() found.
closedir() found.
Checking whether closedir() returns a status...
Yes, it does.

wait4() found.
waitpid() found.
wcstombs() found.
wctomb() found.
writev() found.
Checking alignment constraints...
Doubles must be aligned on a how-many-byte boundary? [8]
Checking to see how big your characters are (hey, you never know)...
What is the size of a character (in bytes)? [1]
Checking how long a character is (in bits)...
What is the length of a character (in bits)? [8]
Checking to see how your cpp does stuff like concatenate tokens...
Oh! Smells like ANSI's been here.
We can catify or stringify, separately or together!

<db.h> found.
Checking Berkeley DB version ...
You have Berkeley DB Version 2 or greater.
db.h is from Berkeley DB Version 4.3.29
libdb is from Berkeley DB Version 4.3.29
db.h and libdb are compatible.
Looks OK.
Checking return type needed for hash for Berkeley DB ...
Your version of Berkeley DB uses u_int32_t for hash.
Checking return type needed for prefix for Berkeley DB ...
Your version of Berkeley DB uses size_t for prefix.
Looking for a random number function...
Good, found drand48().
Use which function to generate random numbers? [drand48]
Determining whether or not we are on an EBCDIC system...
Nope, no EBCDIC, probably ASCII or some ISO Latin. Or UTF-8.
Checking how to flush all pending stdio output...
Your fflush(NULL) works okay for output streams.
Let's see if it clobbers input pipes...
fflush(NULL) seems to behave okay with input streams.
Looking for the type for group ids returned by getgid().
gid_t found.
Checking the size of gid_t...
Your gid_t is 4 bytes long.
Checking the sign of gid_t...
Your gid_t is unsigned.
Checking how to print 64-bit integers...
We will use %ld.
Checking the format strings to be used for Perl's internal types...
Checking the format string to be used for gids...
getgroups() found.
setgroups() found.
What type of pointer is the second argument to getgroups() and setgroups()?
Usually this is the same as group ids, gid_t, but not always.
What type pointer is the second argument to getgroups() and setgroups()?
[gid_t]
Would you like to build with Misc Attribute Decoration? This is development
work leading to a Perl 5 to Perl 6 convertor, which imposes a space and speed
overhead on the interpreter.
If this doesn't make any sense to you, just accept the default 'n'.
Build Perl with MAD? [n]

Checking if your /bin/make program sets $(MAKE)...


Yup, it does.
Looking for the type used for file modes for system calls (e.g. fchmod()).
mode_t found.
It seems that va_copy() or similar will be needed.
Looking for the type used for the length parameter for string functions.
size_t found.
Checking to see what type of arguments are accepted by gethostbyaddr().
What is the type for the 1st argument to gethostbyaddr? [char *]
What is the type for the 2nd argument to gethostbyaddr? [size_t]
Checking to see what type of argument is accepted by gethostbyname().
Your system accepts const char *.
Checking to see what type of 1st argument is accepted by getnetbyaddr().
Your system accepts in_addr_t.
What pager is used on your system? [/bin/less -R]
File /bin/less -R doesn't exist. Use that name anyway? [y]
Looking for the type of process ids on this system.
pid_t found.
Checking how to generate random libraries on your machine...
/bin/ar appears to generate random libraries itself.
<values.h> found.
Checking max offsets that gmtime () accepts
Sizeof time_t = 8
Checking max offsets that localtime () accepts
Checking to see what type of arguments are accepted by select().
Your system accepts fd_set *.
Checking to see on how many bits at a time your select() operates...
Your select() operates on 64 bits at a time.
Generating a list of signal names and numbers...
The following 65 signals are available:
SIGZERO SIGHUP SIGINT SIGQUIT SIGILL SIGTRAP SIGABRT SIGBUS SIGFPE
SIGKILL SIGUSR1 SIGSEGV SIGUSR2 SIGPIPE SIGALRM SIGTERM SIGSTKFLT
SIGCHLD SIGCONT SIGSTOP SIGTSTP SIGTTIN SIGTTOU SIGURG SIGXCPU
SIGXFSZ SIGVTALRM SIGPROF SIGWINCH SIGIO SIGPWR SIGSYS SIGNUM32
SIGNUM33 SIGRTMIN SIGNUM35 SIGNUM36 SIGNUM37 SIGNUM38 SIGNUM39
SIGNUM40 SIGNUM41 SIGNUM42 SIGNUM43 SIGNUM44 SIGNUM45 SIGNUM46
SIGNUM47 SIGNUM48 SIGNUM49 SIGNUM50 SIGNUM51 SIGNUM52 SIGNUM53
SIGNUM54 SIGNUM55 SIGNUM56 SIGNUM57 SIGNUM58 SIGNUM59 SIGNUM60
SIGNUM61 SIGNUM62 SIGNUM63 SIGRTMAX SIGIOT SIGCLD SIGPOLL SIGUNUSED
Checking the size of size_t...
Your size_t size is 8 bytes.
Checking to see if you have socklen_t...
You have socklen_t.
<socks.h> NOT found.
Checking to see what type is the last argument of accept().
Your system accepts 'socklen_t *' for the last argument of accept().
I'll be using ssize_t for functions returning a byte count.
Your stdio uses signed chars.
Looking for the type for user ids returned by getuid().
uid_t found.
Checking the size of uid_t...
Your uid_t is 4 bytes long.
Checking the sign of uid_t...
Your uid_t is unsigned.
Checking the format string to be used for uids...
It appears we'll be able to prototype varargs functions.
Which compiler compiler (byacc or yacc or bison -y) shall I use?
[/bin/byacc]
<assert.h> found.
<fp.h> NOT found.
<fp_class.h> NOT found.
<gdbm.h> found.
gdbm_open() found.
<ieeefp.h> NOT found.

<libutil.h> NOT found.


<mntent.h> found.
<net/errno.h> NOT found.
<netinet/tcp.h> found.
<poll.h> found.
<prot.h> NOT found.
Guessing which symbols your C compiler and preprocessor define...
Your C pre-processor defines the following symbols:
__amd64
__amd64__
__CHAR_BIT__
__DBL_DENORM_MIN__
__DBL_DIG__
__DBL_EPSILON__
__DBL_HAS_INFINITY__
__DBL_HAS_QUIET_NAN__
__DBL_MANT_DIG__
__DBL_MAX_10_EXP__
__DBL_MAX__
__DBL_MAX_EXP__
__DBL_MIN_10_EXP__
__DBL_MIN__
__DBL_MIN_EXP__
__DECIMAL_DIG__
__ELF__
_FILE_OFFSET_BITS
__FINITE_MATH_ONLY__
__FLT_DENORM_MIN__
__FLT_DIG__
__FLT_EPSILON__
__FLT_EVAL_METHOD__
__FLT_HAS_INFINITY__
__FLT_HAS_QUIET_NAN__
__FLT_MANT_DIG__
__FLT_MAX_10_EXP__
__FLT_MAX__
__FLT_MAX_EXP__
__FLT_MIN_10_EXP__
__FLT_MIN__
__FLT_MIN_EXP__
__FLT_RADIX__
__GLIBC__
__GLIBC_MINOR__
__GNUC__
__GNUC_GNU_INLINE__
__GNUC_MINOR__
__GNUC_PATCHLEVEL__
__GNUC_RH_RELEASE__
__GNU_LIBRARY__
__gnu_linux__
__GXX_ABI_VERSION
__INT_MAX__
__INTMAX_MAX__
__INTMAX_TYPE__
__k8
__k8__
_LARGEFILE_SOURCE
__LDBL_DENORM_MIN__
__LDBL_DIG__
__LDBL_EPSILON__
__LDBL_HAS_INFINITY__
__LDBL_HAS_QUIET_NAN__
__LDBL_MANT_DIG__
__LDBL_MAX_10_EXP__
__LDBL_MAX__
__LDBL_MAX_EXP__
__LDBL_MIN_10_EXP__
__LDBL_MIN__
__LDBL_MIN_EXP__
__linux
__linux__
linux
__LONG_LONG_MAX__
__LONG_MAX__
__LP64__
_LP64
__MMX__
_POSIX_C_SOURCE
_POSIX_SOURCE
__PTRDIFF_TYPE__
__REGISTER_PREFIX__
__SCHAR_MAX__
__SHRT_MAX__
__SIZE_TYPE__
__SSE__
__SSE2__
__SSE2_MATH__
__SSE_MATH__
__STDC__
__STDC_HOSTED__
__UINTMAX_TYPE__
__unix
__unix__
unix
__USE_BSD
__USE_FILE_OFFSET64
__USE_LARGEFILE
__USE_MISC
__USE_POSIX
__USE_POSIX199309
__USE_POSIX199506
__USE_POSIX2
__USER_LABEL_PREFIX__
__USE_SVID
__VERSION__
__WCHAR_MAX__
__WCHAR_TYPE__
__WINT_TYPE__
__x86_64
__x86_64__
tcsetattr() found.
You have POSIX termios.h... good!

<stddef.h> found.
<sys/access.h> NOT found.
<sys/filio.h> NOT found.
<sys/ioctl.h> found.
<sys/sockio.h> not found, assuming socket ioctls are in <sys/ioctl.h>.
<syslog.h> found.
<sys/mode.h> NOT found.
<sys/poll.h> found.
<sys/resource.h> found.
<sys/security.h> NOT found.
<sys/statvfs.h> found.

<sys/un.h> found.
<sys/utsname.h> found.
<sys/wait.h> found.
<ustat.h> found.
<utime.h> found.
Looking for extensions...
A number of extensions are supplied with perl5. You may choose to
compile these extensions for dynamic loading (the default), compile
them into the perl5 executable (static loading), or not include
them at all. Answer "none" to include no extensions.
Note that DynaLoader is always built and need not be mentioned here.
What extensions do you wish to load dynamically?
[attributes B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd Data/Dumper DB_File Devel
/DProf Devel/Peek Devel/PPPort Digest/MD5 Digest/SHA Encode Fcntl File/Glob Filt
er/Util/Call GDBM_File Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV L
ist/Util Math/BigInt/FastCalc MIME/Base64 mro NDBM_File Opcode PerlIO/encoding P
erlIO/scalar PerlIO/via POSIX re SDBM_File Socket Storable Sys/Hostname Sys/Sysl
og Text/Soundex threads threads/shared Time/HiRes Time/Piece Unicode/Normalize X
S/APItest XS/APItest/KeywordRPN XS/Typemap]
What extensions do you wish to load statically? [none]

End of configuration questions.

Stripping down executable paths...


Creating config.sh...
Hmm...You had some extra variables I don't know about...I'll try to keep 'em...
Propagating recommended variable $libdb_needs_pthread...
Doing variable substitutions on .SH files...
Extracting cflags (with variable substitutions)
Extracting config.h (with variable substitutions)
Extracting makeaperl (with variable substitutions)
Extracting makedepend (with variable substitutions)
Extracting Makefile (with variable substitutions)
Extracting myconfig (with variable substitutions)
Extracting pod/Makefile (with variable substitutions)
Extracting Policy.sh (with variable substitutions)
Extracting runtests (with variable substitutions)
Extracting utils/Makefile (with variable substitutions)
Extracting writemain (with variable substitutions)
Extracting x2p/cflags (with variable substitutions)
Extracting x2p/Makefile (with variable substitutions)
Now you need to generate make dependencies by running "make depend".
You might prefer to run it in background: "make depend > makedepend.out &"
It can take a while, so you might not want to run it right now.
Run make depend now? [y]
sh ./makedepend MAKE=make
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2'
sh writemain DynaLoader.o > perlmain.c
echo av.c scope.c op.c doop.c doio.c dump.c gv.c hv.c mg.c reentr.c mro.c perl.c
perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c utf8.c sv.c taint.c
toke.c util.c deb.c run.c universal.c pad.c globals.c perlio.c perlapi.c numeri
c.c mathoms.c locale.c pp_pack.c pp_sort.c miniperlmain.c perlmain.c opmini.c
perlmini.c | tr ' ' '\n' >.clist
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2'
Finding dependencies for av.o.
Finding dependencies for scope.o.
Finding dependencies for op.o.
Finding dependencies for doop.o.
Finding dependencies for doio.o.
Finding dependencies for dump.o.
Finding dependencies for gv.o.
Finding dependencies for hv.o.
Finding dependencies for mg.o.
Finding dependencies for reentr.o.
Finding dependencies for mro.o.
Finding dependencies for perl.o.
Finding dependencies for perly.o.
Finding dependencies for pp.o.
Finding dependencies for pp_hot.o.
Finding dependencies for pp_ctl.o.
Finding dependencies for pp_sys.o.
Finding dependencies for regcomp.o.
Finding dependencies for regexec.o.
Finding dependencies for utf8.o.
Finding dependencies for sv.o.
Finding dependencies for taint.o.
Finding dependencies for toke.o.
Finding dependencies for util.o.
Finding dependencies for deb.o.
Finding dependencies for run.o.
Finding dependencies for universal.o.
Finding dependencies for pad.o.
Finding dependencies for globals.o.
Finding dependencies for perlio.o.
Finding dependencies for perlapi.o.
Finding dependencies for numeric.o.
Finding dependencies for mathoms.o.
Finding dependencies for locale.o.
Finding dependencies for pp_pack.o.
Finding dependencies for pp_sort.o.
Finding dependencies for miniperlmain.o.
Finding dependencies for perlmain.o.
Finding dependencies for opmini.o.
Finding dependencies for perlmini.o.
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2'
echo Makefile.SH cflags.SH config_h.SH makeaperl.SH makedepend.SH myconfig.SH wr
itemain.SH pod/Makefile.SH | tr ' ' '\n' >.shlist
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2'
Updating makefile...
test -s perlmain.c && touch perlmain.c
cd x2p; make depend
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
sh ../makedepend MAKE=make
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
echo hash.c str.c util.c walk.c | tr ' ' '\n' >.clist
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
Finding dependencies for hash.o.
Finding dependencies for str.o.
Finding dependencies for util.o.
Finding dependencies for walk.o.
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
echo Makefile.SH cflags.SH | tr ' ' '\n' >.shlist
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
Updating makefile...
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
Now you must run 'make'.
If you compile perl5 on a different machine or from a different object
directory, copy the Policy.sh file from this object directory to the
new one before you run Configure -- this will help you with most of
the policy defaults.
`sh cflags "optimize='-O2'" miniperlmain.o` miniperlmain.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" gv.o` gv.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" toke.o` toke.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" perly.o` perly.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" pad.o` pad.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" regcomp.o` regcomp.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" dump.o` dump.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" util.o` util.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" mg.o` mg.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" reentr.o` reentr.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" mro.o` mro.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" hv.o` hv.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" av.o` av.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" run.o` run.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" pp_hot.o` pp_hot.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" sv.o` sv.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" pp.o` pp.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" scope.o` scope.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" pp_ctl.o` pp_ctl.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" pp_sys.o` pp_sys.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" doop.o` doop.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" doio.o` doio.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" regexec.o` regexec.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" utf8.o` utf8.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" taint.o` taint.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" deb.o` deb.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" universal.o` universal.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" globals.o` globals.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" perlio.o` perlio.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" perlapi.o` perlapi.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" numeric.o` numeric.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" mathoms.o` mathoms.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" locale.o` locale.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" pp_pack.o` pp_pack.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
pp_pack.c: In function â S_unpack_recâ :
pp_pack.c:1561: warning: â strâ may be used uninitialized in this function
pp_pack.c:1228: warning: â svâ may be used uninitialized in this function
`sh cflags "optimize='-O2'" pp_sort.o` pp_sort.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" opmini.o` -DPERL_EXTERNAL_GLOB opmini.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" perlmini.o` -DPERL_IS_MINIPERL perlmini.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
cc -fstack-protector -L/usr/local/lib -o miniperl \
gv.o toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o mr
o.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o r
egexec.o utf8.o taint.o deb.o universal.o globals.o perlio.o perlapi.o numeric.o
mathoms.o locale.o pp_pack.o pp_sort.o \
miniperlmain.o opmini.o perlmini.o -lnsl -ldl -lm -lcrypt -lutil -lc
./miniperl -w -Ilib -MExporter -e '<?>' || make minitest
./miniperl -Ilib autodoc.pl
./miniperl -Ilib -Icpan/Cwd -Icpan/Cwd/lib pod/perlmodlib.PL -q
./miniperl -Ilib make_patchnum.pl
Reusing 'git_version.h' and 'lib/Config_git.pl'
./miniperl -Ilib configpm
written lib/Config.pod
updated lib/Config.pm
updated lib/Config_heavy.pl
./miniperl -Ilib make_ext.pl cpan/Archive-Extract/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Archive::Extract (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Extract'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Archive::Extract
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Extract'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Archive-Extract
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Extract'
Skip ../../lib/Archive/Extract.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Extract'
./miniperl -Ilib make_ext.pl cpan/Archive-Tar/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Archive::Tar (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Tar'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Archive::Tar
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Tar'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Archive-Tar
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Tar'
Skip ../../lib/Archive/Tar/Constant.pm (unchanged)
Skip ../../lib/Archive/Tar.pm (unchanged)
Skip ../../lib/Archive/Tar/File.pm (unchanged)
cp bin/ptardiff blib/script/ptardiff
/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Archive-Tar/../../miniperl "-I.
./../lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ptar
diff
cp bin/ptar blib/script/ptar
/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Archive-Tar/../../miniperl "-I.
./../lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/ptar
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Tar'
./miniperl -Ilib make_ext.pl dist/Attribute-Handlers/pm_to_blib MAKE=make LIBPER
L_A=libperl.a
Making Attribute::Handlers (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/At
tribute-Handlers'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Attribute::Handlers
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Att
ribute-Handlers'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/Attribute-Handlers
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/At
tribute-Handlers'
Skip ../../lib/Attribute/Handlers.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Att
ribute-Handlers'
./miniperl -Ilib make_ext.pl cpan/autodie/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making autodie (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/au
todie'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for autodie
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/aut
odie'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/autodie
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/au
todie'
Skip ../../lib/Fatal.pm (unchanged)
Skip ../../lib/autodie/exception.pm (unchanged)
Skip ../../lib/autodie/hints.pm (unchanged)
Skip ../../lib/autodie.pm (unchanged)
Skip ../../lib/autodie/exception/system.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/aut
odie'
./miniperl -Ilib make_ext.pl cpan/AutoLoader/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making AutoLoader (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Au
toLoader'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for AutoLoader
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Aut
oLoader'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/AutoLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Au
toLoader'
Skip ../../lib/AutoLoader.pm (unchanged)
Skip ../../lib/AutoSplit.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Aut
oLoader'
./miniperl -Ilib make_ext.pl ext/autouse/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making autouse (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/aut
ouse'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for autouse
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/auto
use'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in ext/autouse
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/aut
ouse'
Skip ../../lib/autouse.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/auto
use'
./miniperl -Ilib make_ext.pl dist/base/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making base (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/ba
se'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Checking if your kit is complete...
Warning: the following files are missing in your kit:
t/fields-5.6.0.t
t/fields-5.8.0.t
Please inform the author.
Writing Makefile for base
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/bas
e'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/base
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/ba
se'
Skip ../../lib/fields.pm (unchanged)
Skip ../../lib/base.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/bas
e'
./miniperl -Ilib make_ext.pl cpan/B-Debug/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making B::Debug (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Debug'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for B::Debug
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-D
ebug'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/B-Debug
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Debug'
Skip ../../lib/B/Debug.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-D
ebug'
./miniperl -Ilib make_ext.pl dist/B-Deparse/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making B::Deparse (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-
Deparse'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for B::Deparse
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-D
eparse'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/B-Deparse
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-
Deparse'
Skip ../../lib/B/Deparse.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-D
eparse'
./miniperl -Ilib make_ext.pl cpan/bignum/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making bignum (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/bi
gnum'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for bignum
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/big
num'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/bignum
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/bi
gnum'
Skip ../../lib/bignum.pm (unchanged)
Skip ../../lib/bigrat.pm (unchanged)
Skip ../../lib/Math/BigFloat/Trace.pm (unchanged)
Skip ../../lib/bigint.pm (unchanged)
Skip ../../lib/Math/BigInt/Trace.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/big
num'
./miniperl -Ilib make_ext.pl cpan/B-Lint/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making B::Lint (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Lint'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for B::Lint
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-L
int'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/B-Lint
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Lint'
Skip ../../lib/B/Lint/Debug.pm (unchanged)
Skip ../../lib/B/Lint.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-L
int'
./miniperl -Ilib make_ext.pl cpan/CGI/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making CGI (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CG
I'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for CGI
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CGI
'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/CGI
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CG
I'
Skip ../../lib/CGI/Switch.pm (unchanged)
Skip ../../lib/CGI/Cookie.pm (unchanged)
Skip ../../lib/CGI/Pretty.pm (unchanged)
Skip ../../lib/CGI.pm (unchanged)
Skip ../../lib/CGI/Carp.pm (unchanged)
Skip ../../lib/CGI/Apache.pm (unchanged)
Skip ../../lib/CGI/Util.pm (unchanged)
Skip ../../lib/CGI/Push.pm (unchanged)
Skip ../../lib/CGI/Fast.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CGI
'
./miniperl -Ilib make_ext.pl cpan/Class-ISA/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Class::ISA (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cl
ass-ISA'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Class::ISA
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cla
ss-ISA'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Class-ISA
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cl
ass-ISA'
Skip ../../lib/Class/ISA.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cla
ss-ISA'
./miniperl -Ilib make_ext.pl dist/constant/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making constant (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/co
nstant'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for constant
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/con
stant'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/constant
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/co
nstant'
Skip ../../lib/constant.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/con
stant'
./miniperl -Ilib make_ext.pl cpan/CPAN/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making CPAN (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
AN'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for CPAN
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
N'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/CPAN
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
AN'
Skip ../../lib/CPAN.pm (unchanged)
Skip ../../lib/CPAN/CacheMgr.pm (unchanged)
Skip ../../lib/CPAN/FTP/netrc.pm (unchanged)
Skip ../../lib/CPAN/LWP/UserAgent.pm (unchanged)
Skip ../../lib/CPAN/FTP.pm (unchanged)
Skip ../../lib/CPAN/Queue.pm (unchanged)
Skip ../../lib/CPAN/Distroprefs.pm (unchanged)
Skip ../../lib/CPAN/Kwalify/distroprefs.yml (unchanged)
Skip ../../lib/App/Cpan.pm (unchanged)
Skip ../../lib/CPAN/Kwalify.pm (unchanged)
Skip ../../lib/CPAN/Module.pm (unchanged)
Skip ../../lib/CPAN/Author.pm (unchanged)
Skip ../../lib/CPAN/Debug.pm (unchanged)
Skip ../../lib/CPAN/API/HOWTO.pod (unchanged)
Skip ../../lib/CPAN/Complete.pm (unchanged)
Skip ../../lib/CPAN/FirstTime.pm (unchanged)
Skip ../../lib/CPAN/Distrostatus.pm (unchanged)
Skip ../../lib/CPAN/Exception/blocked_urllist.pm (unchanged)
Skip ../../lib/CPAN/Prompt.pm (unchanged)
Skip ../../lib/CPAN/Tarzip.pm (unchanged)
Skip ../../lib/CPAN/URL.pm (unchanged)
Skip ../../lib/CPAN/Version.pm (unchanged)
Skip ../../lib/CPAN/DeferredCode.pm (unchanged)
Skip ../../lib/CPAN/Distribution.pm (unchanged)
Skip ../../lib/CPAN/Nox.pm (unchanged)
Skip ../../lib/CPAN/Bundle.pm (unchanged)
Skip ../../lib/CPAN/Exception/RecursiveDependency.pm (unchanged)
Skip ../../lib/CPAN/Shell.pm (unchanged)
Skip ../../lib/CPAN/HandleConfig.pm (unchanged)
Skip ../../lib/CPAN/InfoObj.pm (unchanged)
Skip ../../lib/CPAN/Exception/yaml_not_installed.pm (unchanged)
Skip ../../lib/CPAN/Index.pm (unchanged)
Skip ../../lib/CPAN/Kwalify/distroprefs.dd (unchanged)
Skip ../../lib/CPAN/Mirrors.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
N'
./miniperl -Ilib make_ext.pl cpan/CPANPLUS/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making CPANPLUS (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for CPANPLUS
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/CPANPLUS
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS'
Skip ../../lib/CPANPLUS/Backend/RV.pm (unchanged)
Skip ../../lib/CPANPLUS/Shell/Default.pm (unchanged)
Skip ../../lib/CPANPLUS/Module.pm (unchanged)
Skip ../../lib/CPANPLUS/Module/Author.pm (unchanged)
Skip ../../lib/CPANPLUS/Module/Checksums.pm (unchanged)
Skip ../../lib/CPANPLUS/Dist/MM.pm (unchanged)
Skip ../../lib/CPANPLUS/Internals.pm (unchanged)
Skip ../../lib/CPANPLUS/Module/Signature.pm (unchanged)
Skip ../../lib/CPANPLUS/Hacking.pod (unchanged)
Skip ../../lib/CPANPLUS.pm (unchanged)
Skip ../../lib/CPANPLUS/Shell/Default/Plugins/Remote.pm (unchanged)
Skip ../../lib/CPANPLUS/Backend.pm (unchanged)
Skip ../../lib/CPANPLUS/Internals/Report.pm (unchanged)
Skip ../../lib/CPANPLUS/Module/Author/Fake.pm (unchanged)
Skip ../../lib/CPANPLUS/FAQ.pod (unchanged)
Skip ../../lib/CPANPLUS/Config.pm (unchanged)
Skip ../../lib/CPANPLUS/Shell/Default/Plugins/Source.pm (unchanged)
Skip ../../lib/CPANPLUS/Internals/Utils.pm (unchanged)
Skip ../../lib/CPANPLUS/Internals/Constants/Report.pm (unchanged)
Skip ../../lib/CPANPLUS/Configure/Setup.pm (unchanged)
Skip ../../lib/CPANPLUS/Shell.pm (unchanged)
Skip ../../lib/CPANPLUS/Internals/Source.pm (unchanged)
Skip ../../lib/CPANPLUS/Internals/Fetch.pm (unchanged)
Skip ../../lib/CPANPLUS/Dist.pm (unchanged)
Skip ../../lib/CPANPLUS/Shell/Classic.pm (unchanged)
Skip ../../lib/CPANPLUS/Configure.pm (unchanged)
Skip ../../lib/CPANPLUS/Selfupdate.pm (unchanged)
Skip ../../lib/CPANPLUS/Internals/Search.pm (unchanged)
Skip ../../lib/CPANPLUS/Internals/Extract.pm (unchanged)
Skip ../../lib/CPANPLUS/Internals/Source/SQLite/Tie.pm (unchanged)
Skip ../../lib/CPANPLUS/Dist/Sample.pm (unchanged)
Skip ../../lib/CPANPLUS/Internals/Utils/Autoflush.pm (unchanged)
Skip ../../lib/CPANPLUS/Shell/Default/Plugins/CustomSource.pm (unchanged)
Skip ../../lib/CPANPLUS/Error.pm (unchanged)
Skip ../../lib/CPANPLUS/Module/Fake.pm (unchanged)
Skip ../../lib/CPANPLUS/Internals/Source/SQLite.pm (unchanged)
Skip ../../lib/CPANPLUS/Internals/Source/Memory.pm (unchanged)
Skip ../../lib/CPANPLUS/Dist/Autobundle.pm (unchanged)
Skip ../../lib/CPANPLUS/Internals/Constants.pm (unchanged)
Skip ../../lib/CPANPLUS/Dist/Base.pm (unchanged)
Skip ../../lib/CPANPLUS/Shell/Default/Plugins/HOWTO.pod (unchanged)
cp bin/cpanp-run-perl blib/script/cpanp-run-perl
/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPANPLUS/../../miniperl "-I../.
./lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpanp-r
un-perl
cp bin/cpan2dist blib/script/cpan2dist
/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPANPLUS/../../miniperl "-I../.
./lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpan2di
st
cp bin/cpanp blib/script/cpanp
/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPANPLUS/../../miniperl "-I../.
./lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/cpanp
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS'
./miniperl -Ilib make_ext.pl cpan/CPANPLUS-Dist-Build/pm_to_blib MAKE=make LIBPE
RL_A=libperl.a
Making CPANPLUS::Dist::Build (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS-Dist-Build'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for CPANPLUS::Dist::Build
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS-Dist-Build'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/CPANPLUS-Dist-Build
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS-Dist-Build'
Skip ../../lib/CPANPLUS/Dist/Build.pm (unchanged)
Skip ../../lib/CPANPLUS/Dist/Build/Constants.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS-Dist-Build'
./miniperl -Ilib make_ext.pl ext/Devel-SelfStubber/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making Devel::SelfStubber (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-SelfStubber'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Devel::SelfStubber
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-SelfStubber'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in ext/Devel-SelfStubber
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-SelfStubber'
Skip ../../lib/Devel/SelfStubber.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-SelfStubber'
./miniperl -Ilib make_ext.pl cpan/Digest/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making Digest (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Digest
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Digest
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest'
Skip ../../lib/Digest.pm (unchanged)
Skip ../../lib/Digest/file.pm (unchanged)
Skip ../../lib/Digest/base.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est'
./miniperl -Ilib make_ext.pl cpan/encoding-warnings/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making encoding::warnings (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/en
coding-warnings'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for encoding::warnings
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/enc
oding-warnings'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/encoding-warnings
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/en
coding-warnings'
Skip ../../lib/encoding/warnings.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/enc
oding-warnings'
./miniperl -Ilib make_ext.pl ext/Errno/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Errno (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Err
no'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Errno
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Errn
o'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in ext/Errno
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Err
no'
../../miniperl "-I../../lib" "-I../../lib" Errno_pm.PL Errno.pm
Skip ../../lib/Errno.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Errn
o'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-CBuilder/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making ExtUtils::CBuilder (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-CBuilder'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for ExtUtils::CBuilder
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-CBuilder'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/ExtUtils-CBuilder
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-CBuilder'
Skip ../../lib/ExtUtils/CBuilder.pm (unchanged)
Skip ../../lib/ExtUtils/CBuilder/Platform/Windows.pm (unchanged)
Skip ../../lib/ExtUtils/CBuilder/Platform/aix.pm (unchanged)
Skip ../../lib/ExtUtils/CBuilder/Platform/cygwin.pm (unchanged)
Skip ../../lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm (unchanged)
Skip ../../lib/ExtUtils/CBuilder/Platform/VMS.pm (unchanged)
Skip ../../lib/ExtUtils/CBuilder/Platform/Unix.pm (unchanged)
Skip ../../lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm (unchanged)
Skip ../../lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm (unchanged)
Skip ../../lib/ExtUtils/CBuilder/Platform/darwin.pm (unchanged)
Skip ../../lib/ExtUtils/CBuilder/Platform/dec_osf.pm (unchanged)
Skip ../../lib/ExtUtils/CBuilder/Platform/os2.pm (unchanged)
Skip ../../lib/ExtUtils/CBuilder/Base.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-CBuilder'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-Command/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making ExtUtils::Command (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Command'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for ExtUtils::Command
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Command'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/ExtUtils-Command
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Command'
Skip ../../lib/ExtUtils/Command.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Command'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-Constant/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making ExtUtils::Constant (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Constant'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for ExtUtils::Constant
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Constant'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/ExtUtils-Constant
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Constant'
Skip ../../lib/ExtUtils/Constant/ProxySubs.pm (unchanged)
Skip ../../lib/ExtUtils/Constant/XS.pm (unchanged)
Skip ../../lib/ExtUtils/Constant/Utils.pm (unchanged)
Skip ../../lib/ExtUtils/Constant/Base.pm (unchanged)
Skip ../../lib/ExtUtils/Constant.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Constant'
./miniperl -Ilib make_ext.pl dist/ExtUtils-Install/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making ExtUtils::Install (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ex
tUtils-Install'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for ExtUtils::Install
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ext
Utils-Install'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/ExtUtils-Install
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ex
tUtils-Install'
Skip ../../lib/ExtUtils/Installed.pm (unchanged)
Skip ../../lib/ExtUtils/Install.pm (unchanged)
Skip ../../lib/ExtUtils/Packlist.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ext
Utils-Install'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-MakeMaker/pm_to_blib MAKE=make LIBPER
L_A=libperl.a
Making ExtUtils::MakeMaker (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-MakeMaker'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Checking if your kit is complete...
Warning: the following files are missing in your kit:
.gitignore
inc/ExtUtils/Command.pm
inc/ExtUtils/Install.pm
inc/ExtUtils/Installed.pm
inc/ExtUtils/Manifest.pm
inc/ExtUtils/MANIFEST.SKIP
inc/ExtUtils/Packlist.pm
MANIFEST.SKIP
META.yml
t/lib/Test/Builder.pm
t/lib/Test/Builder/IO/Scalar.pm
t/lib/Test/Builder/Module.pm
t/lib/Test/More.pm
t/lib/Test/Simple.pm
Please inform the author.
Writing Makefile for ExtUtils::MakeMaker
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-MakeMaker'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/ExtUtils-MakeMaker
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-MakeMaker'
Skip ../../lib/ExtUtils/MakeMaker.pm (unchanged)
Skip ../../lib/ExtUtils/MM_OS2.pm (unchanged)
Skip ../../lib/ExtUtils/MM_VOS.pm (unchanged)
Skip ../../lib/ExtUtils/MM_Unix.pm (unchanged)
Skip ../../lib/ExtUtils/Mksymlists.pm (unchanged)
Skip ../../lib/ExtUtils/MM.pm (unchanged)
Skip ../../lib/ExtUtils/MM_UWIN.pm (unchanged)
Skip ../../lib/ExtUtils/MM_Win32.pm (unchanged)
Skip ../../lib/ExtUtils/testlib.pm (unchanged)
Skip ../../lib/ExtUtils/MY.pm (unchanged)
Skip ../../lib/ExtUtils/MM_Cygwin.pm (unchanged)
Skip ../../lib/ExtUtils/MM_DOS.pm (unchanged)
Skip ../../lib/ExtUtils/MM_MacOS.pm (unchanged)
Skip ../../lib/ExtUtils/MM_VMS.pm (unchanged)
Skip ../../lib/ExtUtils/MM_Win95.pm (unchanged)
Skip ../../lib/ExtUtils/MM_BeOS.pm (unchanged)
Skip ../../lib/ExtUtils/Liblist.pm (unchanged)
Skip ../../lib/ExtUtils/MM_AIX.pm (unchanged)
Skip ../../lib/ExtUtils/MM_Darwin.pm (unchanged)
Skip ../../lib/ExtUtils/MakeMaker/Tutorial.pod (unchanged)
Skip ../../lib/ExtUtils/Mkbootstrap.pm (unchanged)
Skip ../../lib/ExtUtils/Liblist/Kid.pm (unchanged)
Skip ../../lib/ExtUtils/MM_QNX.pm (unchanged)
Skip ../../lib/ExtUtils/MakeMaker/FAQ.pod (unchanged)
Skip ../../lib/ExtUtils/Command/MM.pm (unchanged)
Skip ../../lib/ExtUtils/MakeMaker/Config.pm (unchanged)
Skip ../../lib/ExtUtils/MM_NW5.pm (unchanged)
Skip ../../lib/ExtUtils/MM_Any.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-MakeMaker'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-Manifest/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making ExtUtils::Manifest (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Manifest'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for ExtUtils::Manifest
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Manifest'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/ExtUtils-Manifest
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Manifest'
Skip ../../lib/ExtUtils/MANIFEST.SKIP (unchanged)
Skip ../../lib/ExtUtils/Manifest.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Manifest'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-ParseXS/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making ExtUtils::ParseXS (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-ParseXS'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for ExtUtils::ParseXS
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-ParseXS'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/ExtUtils-ParseXS
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-ParseXS'
Skip ../../lib/ExtUtils/ParseXS.pm (unchanged)
Skip ../../lib/ExtUtils/xsubpp (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-ParseXS'
./miniperl -Ilib make_ext.pl ext/FileCache/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making FileCache (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
eCache'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for FileCache
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
Cache'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in ext/FileCache
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
eCache'
Skip ../../lib/FileCache.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
Cache'
./miniperl -Ilib make_ext.pl cpan/File-Fetch/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making File::Fetch (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Fetch'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for File::Fetch
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Fetch'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/File-Fetch
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Fetch'
Skip ../../lib/File/Fetch.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Fetch'
./miniperl -Ilib make_ext.pl cpan/File-Path/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making File::Path (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Path'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for File::Path
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Path'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/File-Path
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Path'
Skip ../../lib/File/Path.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Path'
./miniperl -Ilib make_ext.pl cpan/File-Temp/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making File::Temp (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Temp'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for File::Temp
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Temp'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/File-Temp
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Temp'
Skip ../../lib/File/Temp.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Temp'
./miniperl -Ilib make_ext.pl dist/Filter-Simple/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making Filter::Simple (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fi
lter-Simple'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Filter::Simple
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fil
ter-Simple'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/Filter-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fi
lter-Simple'
Skip ../../lib/Filter/Simple.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fil
ter-Simple'
./miniperl -Ilib make_ext.pl cpan/Getopt-Long/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Getopt::Long (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ge
topt-Long'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Getopt::Long
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Get
opt-Long'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Getopt-Long
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ge
topt-Long'
Skip ../../lib/Getopt/Long.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Get
opt-Long'
./miniperl -Ilib make_ext.pl dist/I18N-LangTags/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making I18N::LangTags (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I1
8N-LangTags'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for I18N::LangTags
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I18
N-LangTags'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/I18N-LangTags
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I1
8N-LangTags'
Skip ../../lib/I18N/LangTags/List.pm (unchanged)
Skip ../../lib/I18N/LangTags.pm (unchanged)
Skip ../../lib/I18N/LangTags/Detect.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I18
N-LangTags'
./miniperl -Ilib make_ext.pl cpan/if/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making if (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if
'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for if
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/if
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if
'
Skip ../../lib/if.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if'
./miniperl -Ilib make_ext.pl cpan/IO-Compress/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making IO::Compress (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Compress'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for IO::Compress
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Compress'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/IO-Compress
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Compress'
Skip ../../lib/IO/Uncompress/Adapter/Bunzip2.pm (unchanged)
Skip ../../lib/IO/Uncompress/RawInflate.pm (unchanged)
Skip ../../lib/Compress/Zlib.pm (unchanged)
Skip ../../lib/IO/Uncompress/Inflate.pm (unchanged)
Skip ../../lib/IO/Compress/Deflate.pm (unchanged)
Skip ../../lib/IO/Compress/Adapter/Deflate.pm (unchanged)
Skip ../../lib/IO/Uncompress/Adapter/Identity.pm (unchanged)
Skip ../../lib/IO/Compress/Zip.pm (unchanged)
Skip ../../lib/IO/Uncompress/Base.pm (unchanged)
Skip ../../lib/IO/Compress/Gzip/Constants.pm (unchanged)
Skip ../../lib/IO/Compress/Zlib/Extra.pm (unchanged)
Skip ../../lib/File/GlobMapper.pm (unchanged)
Skip ../../lib/IO/Compress/Base.pm (unchanged)
Skip ../../lib/IO/Compress/Zip/Constants.pm (unchanged)
Skip ../../lib/IO/Compress/Zlib/Constants.pm (unchanged)
Skip ../../lib/IO/Compress/Adapter/Identity.pm (unchanged)
Skip ../../lib/IO/Uncompress/Adapter/Inflate.pm (unchanged)
Skip ../../lib/IO/Uncompress/Unzip.pm (unchanged)
Skip ../../lib/IO/Compress/Base/Common.pm (unchanged)
Skip ../../lib/IO/Uncompress/Bunzip2.pm (unchanged)
Skip ../../lib/IO/Uncompress/Gunzip.pm (unchanged)
Skip ../../lib/IO/Uncompress/AnyUncompress.pm (unchanged)
Skip ../../lib/IO/Compress/Adapter/Bzip2.pm (unchanged)
Skip ../../lib/IO/Compress/RawDeflate.pm (unchanged)
Skip ../../lib/IO/Uncompress/AnyInflate.pm (unchanged)
Skip ../../lib/IO/Compress/Gzip.pm (unchanged)
Skip ../../lib/IO/Compress/Bzip2.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Compress'
./miniperl -Ilib make_ext.pl cpan/IO-Zlib/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making IO::Zlib (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Zlib'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for IO::Zlib
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Zlib'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/IO-Zlib
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Zlib'
Skip ../../lib/IO/Zlib.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Zlib'
./miniperl -Ilib make_ext.pl cpan/IPC-Cmd/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making IPC::Cmd (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-Cmd'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for IPC::Cmd
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-Cmd'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/IPC-Cmd
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-Cmd'
Skip ../../lib/IPC/Cmd.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-Cmd'
./miniperl -Ilib make_ext.pl ext/IPC-Open2/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making IPC::Open2 (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open2'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for IPC::Open2
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open2'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in ext/IPC-Open2
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open2'
Skip ../../lib/IPC/Open2.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open2'
./miniperl -Ilib make_ext.pl ext/IPC-Open3/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making IPC::Open3 (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open3'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for IPC::Open3
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open3'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in ext/IPC-Open3
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open3'
Skip ../../lib/IPC/Open3.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open3'
./miniperl -Ilib make_ext.pl dist/lib/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making lib (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/li
b'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for lib
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/lib
'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/lib
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/li
b'
../../miniperl "-I../../lib" "-I../../lib" lib_pm.PL lib.pm
Extracting lib.pm (with variable substitutions)
Skip ../../lib/lib.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/lib
'
./miniperl -Ilib make_ext.pl cpan/libnet/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making libnet (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/li
bnet'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Net
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/lib
net'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/libnet
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/li
bnet'
Skip ../../lib/Net/POP3.pm (unchanged)
Skip ../../lib/Net/Config.pm (unchanged)
Skip ../../lib/Net/SMTP.pm (unchanged)
Skip ../../lib/Net/FTP/dataconn.pm (unchanged)
Skip ../../lib/Net/libnetFAQ.pod (unchanged)
Skip ../../lib/Net/Domain.pm (unchanged)
Skip ../../lib/Net/FTP/E.pm (unchanged)
Skip ../../lib/Net/Cmd.pm (unchanged)
Skip ../../lib/Net/FTP.pm (unchanged)
Skip ../../lib/Net/Netrc.pm (unchanged)
Skip ../../lib/Net/FTP/A.pm (unchanged)
Skip ../../lib/Net/FTP/L.pm (unchanged)
Skip ../../lib/Net/NNTP.pm (unchanged)
Skip ../../lib/Net/Time.pm (unchanged)
Skip ../../lib/Net/FTP/I.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/lib
net'
./miniperl -Ilib make_ext.pl cpan/Locale-Codes/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Locale::Codes (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Codes'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Locale-Codes
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Codes'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Locale-Codes
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Codes'
Skip ../../lib/Locale/Country.pm (unchanged)
Skip ../../lib/Locale/Script.pod (unchanged)
Skip ../../lib/Locale/Constants.pod (unchanged)
Skip ../../lib/Locale/Language.pm (unchanged)
Skip ../../lib/Locale/Currency.pod (unchanged)
Skip ../../lib/Locale/Constants.pm (unchanged)
Skip ../../lib/Locale/Script.pm (unchanged)
Skip ../../lib/Locale/Country.pod (unchanged)
Skip ../../lib/Locale/Language.pod (unchanged)
Skip ../../lib/Locale/Currency.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Codes'
./miniperl -Ilib make_ext.pl dist/Locale-Maketext/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Locale::Maketext (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Lo
cale-Maketext'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Locale::Maketext
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Loc
ale-Maketext'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/Locale-Maketext
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Lo
cale-Maketext'
Skip ../../lib/Locale/Maketext/Guts.pm (unchanged)
Skip ../../lib/Locale/Maketext/GutsLoader.pm (unchanged)
Skip ../../lib/Locale/Maketext/TPJ13.pod (unchanged)
Skip ../../lib/Locale/Maketext.pod (unchanged)
Skip ../../lib/Locale/Maketext.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Loc
ale-Maketext'
./miniperl -Ilib make_ext.pl cpan/Locale-Maketext-Simple/pm_to_blib MAKE=make LI
BPERL_A=libperl.a
Making Locale::Maketext::Simple (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Maketext-Simple'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Locale::Maketext::Simple
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Maketext-Simple'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Locale-Maketext-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Maketext-Simple'
Skip ../../lib/Locale/Maketext/Simple.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Maketext-Simple'
./miniperl -Ilib make_ext.pl cpan/Log-Message/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Log::Message (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Log::Message
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Log-Message
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message'
Skip ../../lib/Log/Message/Config.pm (unchanged)
Skip ../../lib/Log/Message/Handlers.pm (unchanged)
Skip ../../lib/Log/Message.pm (unchanged)
Skip ../../lib/Log/Message/Item.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message'
./miniperl -Ilib make_ext.pl cpan/Log-Message-Simple/pm_to_blib MAKE=make LIBPER
L_A=libperl.a
Making Log::Message::Simple (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message-Simple'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Log::Message::Simple
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message-Simple'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Log-Message-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message-Simple'
Skip ../../lib/Log/Message/Simple.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message-Simple'
./miniperl -Ilib make_ext.pl cpan/Math-BigInt/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Math::BigInt (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Math::BigInt
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Math-BigInt
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt'
Skip ../../lib/Math/BigInt.pm (unchanged)
Skip ../../lib/Math/BigInt/CalcEmu.pm (unchanged)
Skip ../../lib/Math/BigFloat.pm (unchanged)
Skip ../../lib/Math/BigInt/Calc.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt'
./miniperl -Ilib make_ext.pl cpan/Math-BigRat/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Math::BigRat (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigRat'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Math::BigRat
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigRat'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Math-BigRat
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigRat'
Skip ../../lib/Math/BigRat.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigRat'
./miniperl -Ilib make_ext.pl cpan/Math-Complex/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Math::Complex (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-Complex'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Math::Complex
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-Complex'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Math-Complex
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-Complex'
Skip ../../lib/Math/Complex.pm (unchanged)
Skip ../../lib/Math/Trig.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-Complex'
./miniperl -Ilib make_ext.pl cpan/Memoize/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making Memoize (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Me
moize'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Memoize
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mem
oize'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Memoize
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Me
moize'
Skip ../../lib/Memoize.pm (unchanged)
Skip ../../lib/Memoize/NDBM_File.pm (unchanged)
Skip ../../lib/Memoize/ExpireFile.pm (unchanged)
Skip ../../lib/Memoize/ExpireTest.pm (unchanged)
Skip ../../lib/Memoize/AnyDBM_File.pm (unchanged)
Skip ../../lib/Memoize/Storable.pm (unchanged)
Skip ../../lib/Memoize/Expire.pm (unchanged)
Skip ../../lib/Memoize/SDBM_File.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mem
oize'
./miniperl -Ilib make_ext.pl cpan/Module-Build/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Module::Build (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Build'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Module::Build
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Build'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Module-Build
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Build'
Skip ../../lib/Module/Build/Version.pm (unchanged)
Skip ../../lib/Module/Build/Platform/darwin.pm (unchanged)
Skip ../../lib/Module/Build/Platform/MacOS.pm (unchanged)
Skip ../../lib/Module/Build/Dumper.pm (unchanged)
Skip ../../lib/Module/Build/Notes.pm (unchanged)
Skip ../../lib/Module/Build/Compat.pm (unchanged)
Skip ../../lib/Module/Build/Platform/RiscOS.pm (unchanged)
Skip ../../lib/Module/Build/ConfigData.pm (unchanged)
Skip ../../lib/Module/Build/PodParser.pm (unchanged)
Skip ../../lib/Module/Build/Platform/VOS.pm (unchanged)
Skip ../../lib/Module/Build/Platform/Windows.pm (unchanged)
Skip ../../lib/Module/Build/Bundling.pod (unchanged)
Skip ../../lib/inc/latest.pm (unchanged)
Skip ../../lib/Module/Build/Platform/Unix.pm (unchanged)
Skip ../../lib/Module/Build/ModuleInfo.pm (unchanged)
Skip ../../lib/Module/Build/Platform/Amiga.pm (unchanged)
Skip ../../lib/Module/Build/Config.pm (unchanged)
Skip ../../lib/Module/Build/Platform/os2.pm (unchanged)
Skip ../../lib/Module/Build/Base.pm (unchanged)
Skip ../../lib/Module/Build/Platform/MPEiX.pm (unchanged)
Skip ../../lib/Module/Build/Platform/EBCDIC.pm (unchanged)
Skip ../../lib/Module/Build/Platform/VMS.pm (unchanged)
Skip ../../lib/Module/Build/Platform/cygwin.pm (unchanged)
Skip ../../lib/Module/Build.pm (unchanged)
Skip ../../lib/Module/Build/PPMMaker.pm (unchanged)
Skip ../../lib/Module/Build/Platform/aix.pm (unchanged)
Skip ../../lib/Module/Build/Cookbook.pm (unchanged)
Skip ../../lib/inc/latest/private.pm (unchanged)
Skip ../../lib/Module/Build/Authoring.pod (unchanged)
Skip ../../lib/Module/Build/Platform/Default.pm (unchanged)
Skip ../../lib/Module/Build/YAML.pm (unchanged)
Skip ../../lib/Module/Build/API.pod (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Build'
./miniperl -Ilib make_ext.pl dist/Module-CoreList/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Module::CoreList (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mo
dule-CoreList'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Checking if your kit is complete...
Looks good
Writing Makefile for Module::CoreList
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mod
ule-CoreList'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/Module-CoreList
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mo
dule-CoreList'
Skip ../../lib/Module/CoreList.pm (unchanged)
cp corelist blib/script/corelist
/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Module-CoreList/../../miniperl
"-I../../lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/
corelist
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mod
ule-CoreList'
./miniperl -Ilib make_ext.pl cpan/Module-Load/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Module::Load (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Module::Load
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Module-Load
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load'
Skip ../../lib/Module/Load.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load'
./miniperl -Ilib make_ext.pl cpan/Module-Load-Conditional/pm_to_blib MAKE=make L
IBPERL_A=libperl.a
Making Module::Load::Conditional (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load-Conditional'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Module::Load::Conditional
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load-Conditional'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Module-Load-Conditional
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load-Conditional'
Skip ../../lib/Module/Load/Conditional.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load-Conditional'
./miniperl -Ilib make_ext.pl cpan/Module-Loaded/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making Module::Loaded (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Loaded'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Module::Loaded
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Loaded'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Module-Loaded
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Loaded'
Skip ../../lib/Module/Loaded.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Loaded'
./miniperl -Ilib make_ext.pl cpan/Module-Pluggable/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making Module::Pluggable (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Pluggable'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Module::Pluggable
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Pluggable'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Module-Pluggable
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Pluggable'
Skip ../../lib/Module/Pluggable/Object.pm (unchanged)
Skip ../../lib/Module/Pluggable.pm (unchanged)
Skip ../../lib/Devel/InnerPackage.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Pluggable'
./miniperl -Ilib make_ext.pl dist/Net-Ping/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making Net::Ping (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ne
t-Ping'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Net::Ping
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Net
-Ping'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/Net-Ping
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ne
t-Ping'
Skip ../../lib/Net/Ping.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Net
-Ping'
./miniperl -Ilib make_ext.pl cpan/NEXT/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making NEXT (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NE
XT'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
WARNING: Setting ABSTRACT via file 'lib/NEXT.pm' failed
at ../../lib/ExtUtils/MakeMaker.pm line 583
Writing Makefile for NEXT
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NEX
T'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/NEXT
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NE
XT'
Skip ../../lib/NEXT.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NEX
T'
./miniperl -Ilib make_ext.pl cpan/Object-Accessor/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Object::Accessor (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ob
ject-Accessor'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Object::Accessor
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Obj
ect-Accessor'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Object-Accessor
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ob
ject-Accessor'
Skip ../../lib/Object/Accessor.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Obj
ect-Accessor'
./miniperl -Ilib make_ext.pl cpan/Package-Constants/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making Package::Constants (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
ckage-Constants'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Package::Constants
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pac
kage-Constants'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Package-Constants
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
ckage-Constants'
Skip ../../lib/Package/Constants.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pac
kage-Constants'
./miniperl -Ilib make_ext.pl cpan/Params-Check/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Params::Check (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rams-Check'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Params::Check
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
ams-Check'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Params-Check
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rams-Check'
Skip ../../lib/Params/Check.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
ams-Check'
./miniperl -Ilib make_ext.pl cpan/parent/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making parent (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pa
rent'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for parent
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/par
ent'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/parent
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pa
rent'
Skip ../../lib/parent.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/par
ent'
./miniperl -Ilib make_ext.pl cpan/Parse-CPAN-Meta/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Parse::CPAN::Meta (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rse-CPAN-Meta'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Parse::CPAN::Meta
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
se-CPAN-Meta'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Parse-CPAN-Meta
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rse-CPAN-Meta'
Skip ../../lib/Parse/CPAN/uupacktool.pl (unchanged)
Skip ../../lib/Parse/CPAN/Meta.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
se-CPAN-Meta'
./miniperl -Ilib make_ext.pl cpan/PerlIO-via-QuotedPrint/pm_to_blib MAKE=make LI
BPERL_A=libperl.a
Making PerlIO::via::QuotedPrint (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pe
rlIO-via-QuotedPrint'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for PerlIO::via::QuotedPrint
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Per
lIO-via-QuotedPrint'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/PerlIO-via-QuotedPrint
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pe
rlIO-via-QuotedPrint'
Skip ../../lib/PerlIO/via/QuotedPrint.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Per
lIO-via-QuotedPrint'
./miniperl -Ilib make_ext.pl cpan/Pod-Escapes/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Pod::Escapes (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Escapes'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
WARNING: Setting ABSTRACT via file 'lib/Pod/Escapes.pm' failed
at ../../lib/ExtUtils/MakeMaker.pm line 583
Writing Makefile for Pod::Escapes
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Escapes'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Pod-Escapes
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Escapes'
Skip ../../lib/Pod/Escapes.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Escapes'
./miniperl -Ilib make_ext.pl cpan/Pod-LaTeX/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Pod::LaTeX (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-LaTeX'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Pod::LaTeX
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-LaTeX'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Pod-LaTeX
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-LaTeX'
Skip ../../lib/Pod/LaTeX.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-LaTeX'
./miniperl -Ilib make_ext.pl cpan/podlators/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making podlators (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/po
dlators'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Pod
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pod
lators'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/podlators
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/po
dlators'
Skip ../../lib/Pod/ParseLink.pm (unchanged)
Skip ../../lib/Pod/Text/Termcap.pm (unchanged)
Skip ../../lib/Pod/Text.pm (unchanged)
Skip ../../lib/Pod/Text/Color.pm (unchanged)
Skip ../../lib/Pod/Text/Overstrike.pm (unchanged)
Skip ../../lib/Pod/Man.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pod
lators'
./miniperl -Ilib make_ext.pl cpan/Pod-Parser/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making Pod::Parser (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Parser'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Pod::Parser
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Parser'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Pod-Parser
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Parser'
Skip ../../lib/Pod/InputObjects.pm (unchanged)
Skip ../../lib/Pod/Select.pm (unchanged)
Skip ../../lib/Pod/PlainText.pm (unchanged)
Skip ../../lib/Pod/Checker.pm (unchanged)
Skip ../../lib/Pod/Find.pm (unchanged)
Skip ../../lib/Pod/ParseUtils.pm (unchanged)
Skip ../../lib/Pod/Usage.pm (unchanged)
Skip ../../lib/Pod/Parser.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Parser'
./miniperl -Ilib make_ext.pl dist/Pod-Perldoc/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Pod::Perldoc (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Perldoc'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Pod::Perldoc
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Perldoc'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/Pod-Perldoc
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Perldoc'
Skip ../../lib/Pod/Perldoc/ToNroff.pm (unchanged)
Skip ../../lib/Pod/Perldoc/ToTk.pm (unchanged)
Skip ../../lib/Pod/Perldoc/ToText.pm (unchanged)
Skip ../../lib/Pod/Perldoc.pm (unchanged)
Skip ../../lib/Pod/Perldoc/BaseTo.pm (unchanged)
Skip ../../lib/Pod/Perldoc/ToMan.pm (unchanged)
Skip ../../lib/Pod/Perldoc/ToRtf.pm (unchanged)
Skip ../../lib/Pod/Perldoc/GetOptsOO.pm (unchanged)
Skip ../../lib/Pod/Perldoc/ToChecker.pm (unchanged)
Skip ../../lib/Pod/Perldoc/ToPod.pm (unchanged)
Skip ../../lib/Pod/Perldoc/ToXml.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Perldoc'
./miniperl -Ilib make_ext.pl dist/Pod-Plainer/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Pod::Plainer (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Plainer'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Pod::Plainer
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Plainer'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/Pod-Plainer
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Plainer'
Skip ../../lib/Pod/Plainer.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Plainer'
./miniperl -Ilib make_ext.pl cpan/Pod-Simple/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making Pod::Simple (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Simple'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Pod::Simple
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Simple'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Pod-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Simple'
Skip ../../lib/Pod/Simple/DumpAsText.pm (unchanged)
Skip ../../lib/Pod/Simple/LinkSection.pm (unchanged)
Skip ../../lib/Pod/Simple/Progress.pm (unchanged)
Skip ../../lib/Pod/Simple/XMLOutStream.pm (unchanged)
Skip ../../lib/Pod/Simple/TextContent.pm (unchanged)
Skip ../../lib/Pod/Simple/Search.pm (unchanged)
Skip ../../lib/Pod/Simple/TranscodeSmart.pm (unchanged)
Skip ../../lib/Pod/Simple/Text.pm (unchanged)
Skip ../../lib/Pod/Simple/PullParserStartToken.pm (unchanged)
Skip ../../lib/Pod/Simple/Debug.pm (unchanged)
Skip ../../lib/Pod/Simple/Methody.pm (unchanged)
Skip ../../lib/Pod/Simple/PullParserEndToken.pm (unchanged)
Skip ../../lib/Pod/Simple/PullParserTextToken.pm (unchanged)
Skip ../../lib/Pod/Simple.pm (unchanged)
Skip ../../lib/Pod/Simple/HTMLBatch.pm (unchanged)
Skip ../../lib/Pod/Simple/TranscodeDumb.pm (unchanged)
Skip ../../lib/Pod/Simple/RTF.pm (unchanged)
Skip ../../lib/Pod/Simple/Checker.pm (unchanged)
Skip ../../lib/Pod/Simple/PullParser.pm (unchanged)
Skip ../../lib/Pod/Simple/PullParserToken.pm (unchanged)
Skip ../../lib/Pod/Simple/SimpleTree.pm (unchanged)
Skip ../../lib/Pod/Simple/TiedOutFH.pm (unchanged)
Skip ../../lib/Pod/Simple/XHTML.pm (unchanged)
Skip ../../lib/Pod/Simple/HTML.pm (unchanged)
Skip ../../lib/Pod/Simple.pod (unchanged)
Skip ../../lib/Pod/Simple/Subclassing.pod (unchanged)
Skip ../../lib/Pod/Simple/BlackBox.pm (unchanged)
Skip ../../lib/Pod/Simple/DumpAsXML.pm (unchanged)
Skip ../../lib/Pod/Simple/HTMLLegacy.pm (unchanged)
Skip ../../lib/Pod/Simple/Transcode.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Simple'
./miniperl -Ilib make_ext.pl dist/Safe/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Safe (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sa
fe'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Checking if your kit is complete...
Looks good
Writing Makefile for Safe
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Saf
e'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/Safe
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sa
fe'
Skip ../../lib/Safe.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Saf
e'
./miniperl -Ilib make_ext.pl dist/SelfLoader/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making SelfLoader (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Se
lfLoader'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for SelfLoader
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sel
fLoader'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/SelfLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Se
lfLoader'
Skip ../../lib/SelfLoader.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sel
fLoader'
./miniperl -Ilib make_ext.pl cpan/Shell/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Shell (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sh
ell'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Shell
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/She
ll'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Shell
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sh
ell'
Skip ../../lib/Shell.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/She
ll'
./miniperl -Ilib make_ext.pl dist/Switch/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making Switch (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sw
itch'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Checking if your kit is complete...
Looks good
Writing Makefile for Switch
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Swi
tch'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/Switch
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sw
itch'
Skip ../../lib/Switch.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Swi
tch'
./miniperl -Ilib make_ext.pl cpan/Term-ANSIColor/pm_to_blib MAKE=make LIBPERL_A=
libperl.a
Making Term::ANSIColor (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-ANSIColor'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Term::ANSIColor
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-ANSIColor'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Term-ANSIColor
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-ANSIColor'
Skip ../../lib/Term/ANSIColor.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-ANSIColor'
./miniperl -Ilib make_ext.pl cpan/Term-Cap/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making Term::Cap (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-Cap'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Term::Cap
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-Cap'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Term-Cap
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-Cap'
Skip ../../lib/Term/Cap.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-Cap'
./miniperl -Ilib make_ext.pl cpan/Term-UI/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making Term::UI (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-UI'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Term::UI
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-UI'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Term-UI
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-UI'
Skip ../../lib/Term/UI/History.pm (unchanged)
Skip ../../lib/Term/UI.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-UI'
./miniperl -Ilib make_ext.pl cpan/Test/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Test (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Test
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Test
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st'
Skip ../../lib/Test.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t'
./miniperl -Ilib make_ext.pl cpan/Test-Harness/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Test::Harness (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Harness'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Test::Harness
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Harness'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Test-Harness
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Harness'
Skip ../../lib/TAP/Parser/Result/Pragma.pm (unchanged)
Skip ../../lib/App/Prove/State/Result.pm (unchanged)
Skip ../../lib/TAP/Parser/Iterator/Array.pm (unchanged)
Skip ../../lib/TAP/Base.pm (unchanged)
Skip ../../lib/TAP/Formatter/Console/ParallelSession.pm (unchanged)
Skip ../../lib/TAP/Parser/Result.pm (unchanged)
Skip ../../lib/TAP/Formatter/Console/Session.pm (unchanged)
Skip ../../lib/TAP/Parser/Result/YAML.pm (unchanged)
Skip ../../lib/TAP/Parser/Scheduler/Job.pm (unchanged)
Skip ../../lib/TAP/Parser.pm (unchanged)
Skip ../../lib/TAP/Parser/IteratorFactory.pm (unchanged)
Skip ../../lib/TAP/Parser/Iterator.pm (unchanged)
Skip ../../lib/TAP/Formatter/Color.pm (unchanged)
Skip ../../lib/TAP/Parser/Iterator/Process.pm (unchanged)
Skip ../../lib/TAP/Parser/Grammar.pm (unchanged)
Skip ../../lib/Test/Harness.pm (unchanged)
Skip ../../lib/TAP/Formatter/Base.pm (unchanged)
Skip ../../lib/TAP/Formatter/File/Session.pm (unchanged)
Skip ../../lib/TAP/Parser/ResultFactory.pm (unchanged)
Skip ../../lib/TAP/Parser/Utils.pm (unchanged)
Skip ../../lib/TAP/Parser/Result/Bailout.pm (unchanged)
Skip ../../lib/TAP/Parser/Multiplexer.pm (unchanged)
Skip ../../lib/TAP/Object.pm (unchanged)
Skip ../../lib/TAP/Parser/Result/Version.pm (unchanged)
Skip ../../lib/TAP/Parser/YAMLish/Writer.pm (unchanged)
Skip ../../lib/TAP/Parser/Result/Unknown.pm (unchanged)
Skip ../../lib/TAP/Parser/YAMLish/Reader.pm (unchanged)
Skip ../../lib/TAP/Parser/Scheduler.pm (unchanged)
Skip ../../lib/TAP/Parser/Result/Plan.pm (unchanged)
Skip ../../lib/TAP/Parser/Source/Perl.pm (unchanged)
Skip ../../lib/TAP/Parser/Result/Test.pm (unchanged)
Skip ../../lib/App/Prove/State/Result/Test.pm (unchanged)
Skip ../../lib/TAP/Parser/Result/Comment.pm (unchanged)
Skip ../../lib/TAP/Parser/Source.pm (unchanged)
Skip ../../lib/TAP/Formatter/Console.pm (unchanged)
Skip ../../lib/TAP/Parser/Iterator/Stream.pm (unchanged)
Skip ../../lib/TAP/Formatter/Session.pm (unchanged)
Skip ../../lib/App/Prove.pm (unchanged)
Skip ../../lib/App/Prove/State.pm (unchanged)
Skip ../../lib/TAP/Harness.pm (unchanged)
Skip ../../lib/TAP/Formatter/File.pm (unchanged)
Skip ../../lib/TAP/Parser/Aggregator.pm (unchanged)
Skip ../../lib/TAP/Parser/Scheduler/Spinner.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Harness'
./miniperl -Ilib make_ext.pl cpan/Test-Simple/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Test::Simple (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Simple'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Test::Simple
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Simple'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Test-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Simple'
Skip ../../lib/Test/Builder/Tester/Color.pm (unchanged)
Skip ../../lib/Test/Simple.pm (unchanged)
Skip ../../lib/Test/Builder.pm (unchanged)
Skip ../../lib/Test/More.pm (unchanged)
Skip ../../lib/Test/Builder/Module.pm (unchanged)
Skip ../../lib/Test/Builder/Tester.pm (unchanged)
Skip ../../lib/Test/Tutorial.pod (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Simple'
./miniperl -Ilib make_ext.pl cpan/Text-Balanced/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making Text::Balanced (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Balanced'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Text::Balanced
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Balanced'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Text-Balanced
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Balanced'
Skip ../../lib/Text/Balanced.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Balanced'
./miniperl -Ilib make_ext.pl cpan/Text-ParseWords/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Text::ParseWords (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-ParseWords'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Text::ParseWords
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-ParseWords'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Text-ParseWords
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-ParseWords'
Skip ../../lib/Text/ParseWords.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-ParseWords'
./miniperl -Ilib make_ext.pl cpan/Text-Tabs/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Text::Tabs (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Tabs'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
WARNING: Setting ABSTRACT via file 'lib/Text/Tabs.pm' failed
at ../../lib/ExtUtils/MakeMaker.pm line 583
Writing Makefile for Text::Tabs
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Tabs'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Text-Tabs
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Tabs'
Skip ../../lib/Text/Wrap.pm (unchanged)
Skip ../../lib/Text/Tabs.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Tabs'
./miniperl -Ilib make_ext.pl dist/Thread-Queue/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Thread::Queue (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Queue'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Thread::Queue
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Queue'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/Thread-Queue
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Queue'
Skip ../../lib/Thread/Queue.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Queue'
./miniperl -Ilib make_ext.pl dist/Thread-Semaphore/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making Thread::Semaphore (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Semaphore'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Thread::Semaphore
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Semaphore'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/Thread-Semaphore
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Semaphore'
Skip ../../lib/Thread/Semaphore.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Semaphore'
./miniperl -Ilib make_ext.pl cpan/Tie-File/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making Tie::File (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-File'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Tie::File
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-File'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Tie-File
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-File'
Skip ../../lib/Tie/File.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-File'
./miniperl -Ilib make_ext.pl ext/Tie-Memoize/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making Tie::Memoize (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie
-Memoize'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Tie::Memoize
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie-
Memoize'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in ext/Tie-Memoize
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie
-Memoize'
Skip ../../lib/Tie/Memoize.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie-
Memoize'
./miniperl -Ilib make_ext.pl cpan/Tie-RefHash/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Tie::RefHash (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-RefHash'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Tie::RefHash
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-RefHash'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Tie-RefHash
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-RefHash'
Skip ../../lib/Tie/RefHash.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-RefHash'
./miniperl -Ilib make_ext.pl ext/Time-Local/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Time::Local (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tim
e-Local'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Time::Local
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Time
-Local'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in ext/Time-Local
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tim
e-Local'
Skip ../../lib/Time/Local.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Time
-Local'
./miniperl -Ilib make_ext.pl cpan/Unicode-Collate/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Unicode::Collate (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Collate'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for Unicode::Collate
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Collate'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in cpan/Unicode-Collate
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Collate'
Skip ../../lib/Unicode/Collate/keys.txt (unchanged)
Skip ../../lib/Unicode/Collate.pm (unchanged)
Skip ../../lib/Unicode/Collate/allkeys.txt (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Collate'
./miniperl -Ilib make_ext.pl dist/XSLoader/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making XSLoader (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XS
Loader'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a"
Writing Makefile for XSLoader
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XSL
oader'
make config PERL_CORE=1 LIBPERL_A=libperl.a failed, continuing anyway...
Making all in dist/XSLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XS
Loader'
../../miniperl "-I../../lib" "-I../../lib" XSLoader_pm.PL XSLoader.pm
Skip ../../lib/XSLoader.pm (unchanged)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XSL
oader'
./miniperl -Ilib -Icpan/Cwd -Icpan/Cwd/lib lib/unicore/mktables -C lib/unicore -
P pod -maketest -makelist -p
Files seem to be ok, not bothering to rebuild.
`sh cflags "optimize='-O2'" perlmain.o` perlmain.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" op.o` op.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
`sh cflags "optimize='-O2'" perl.o` perl.c
CCCMD = cc -DPERL_CORE -c -fno-strict-aliasing -pipe -fstack-protecto
r -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -std=c89 -O2
-Wall -ansi -W -Wextra -Wdeclaration-after-statement -Wendif-labels -Wc++-compa
t
./miniperl -Ilib make_ext.pl DynaLoader.o MAKE=make LIBPERL_A=libperl.a LINKTYPE
=static CCCDLFLAGS=
Making DynaLoader (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyn
aLoader'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=static" "CCCDLFLAGS="
Processing hints file hints/linux.pl
Writing Makefile for DynaLoader
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyna
Loader'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS= failed,
continuing anyway...
Making all in ext/DynaLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS=
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyn
aLoader'
../../miniperl "-I../../lib" "-I../../lib" DynaLoader_pm.PL DynaLoader.pm
Skip ../../lib/DynaLoader.pm (unchanged)
rm -f DynaLoader.xs
cp dl_dlopen.xs DynaLoader.xs
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap DynaLoader.xs > DynaLoader.xsc && mv Dyna
Loader.xsc DynaLoader.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.10\" -DXS_VERSION=\"1.1
0\" "-I../.." -DLIBC="/lib/libc-2.5.so" DynaLoader.c
rm -rf ../../DynaLoader.o
cp DynaLoader.o ../../DynaLoader.o
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyna
Loader'
rm -f libperl.a
/bin/ar rcu libperl.a op.o perl.o gv.o toke.o perly.o pad.o regcomp.o dump.o u
til.o mg.o reentr.o mro.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp
_sys.o doop.o doio.o regexec.o utf8.o taint.o deb.o universal.o globals.o perlio
.o perlapi.o numeric.o mathoms.o locale.o pp_pack.o pp_sort.o DynaLoader.o
cc -o perl -fstack-protector -L/usr/local/lib -Wl,-E perlmain.o libperl.a `cat
ext.libs` -lnsl -ldl -lm -lcrypt -lutil -lc
./miniperl -Ilib -Icpan/Cwd -Icpan/Cwd/lib mkppport
ppport.h in cpan/Cwd is up-to-date
ppport.h in cpan/DB_File is up-to-date
ppport.h in cpan/IPC-SysV is up-to-date
ppport.h in cpan/Time-HiRes is up-to-date
ppport.h in cpan/Win32API-File is up-to-date
./miniperl -Ilib make_ext.pl lib/auto/attributes/attributes.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making attributes (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/att
ributes'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for attributes
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/attr
ibutes'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/attributes
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/att
ributes'
Skip ../../lib/attributes.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap attributes.xs > attributes.xsc && mv attributes.xsc a
ttributes.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.12\" -DXS_VERSION=\"0.1
2\" -fPIC "-I../.." attributes.c
Running Mkbootstrap for attributes ()
chmod 644 attributes.bs
rm -f ../../lib/auto/attributes/attributes.so
cc -shared -O2 -L/usr/local/lib -fstack-protector attributes.o -o ../../lib/au
to/attributes/attributes.so \
\
chmod 755 ../../lib/auto/attributes/attributes.so
cp attributes.bs ../../lib/auto/attributes/attributes.bs
chmod 644 ../../lib/auto/attributes/attributes.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/attr
ibutes'
./miniperl -Ilib make_ext.pl lib/auto/B/B.so MAKE=make LIBPERL_A=libperl.a LINKT
YPE=dynamic
Making B (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for B
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/B
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
Skip ../../lib/B/Showlex.pm (unchanged)
Skip ../../lib/B.pm (unchanged)
Skip ../../lib/B/Concise.pm (unchanged)
Skip ../../lib/B/Xref.pm (unchanged)
Skip ../../lib/B/Terse.pm (unchanged)
Skip ../../lib/O.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap -typemap typemap B.xs > B.xsc && mv B.xsc B.c
../../miniperl "-I../../lib" "-I../../lib" "-I../../lib" "-I../../lib" defsubs_h
.PL defsubs.h ../..
Extracting defsubs.h...
../../miniperl -I../../lib -I../../lib -I../../lib -I../../lib defsubs_h.PL defs
ubs.h ../..
Extracting defsubs.h...
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.23\" -DXS_VERSION=\"1.2
3\" -fPIC "-I../.." B.c
Running Mkbootstrap for B ()
chmod 644 B.bs
rm -f ../../lib/auto/B/B.so
cc -shared -O2 -L/usr/local/lib -fstack-protector B.o -o ../../lib/auto/B/B.so
\
\
chmod 755 ../../lib/auto/B/B.so
cp B.bs ../../lib/auto/B/B.bs
chmod 644 ../../lib/auto/B/B.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Bzip2/Bzip2.so MAKE=make LIBP
ERL_A=libperl.a LINKTYPE=dynamic
Making Compress::Raw::Bzip2 (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Bzip2'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Compress::Raw::Bzip2
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Bzip2'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Compress-Raw-Bzip2
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Bzip2'
Skip ../../lib/Compress/Raw/Bzip2.pm (unchanged)
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_VERSION=\
"2.024\" -fPIC "-I../.." -DBZ_NO_STDIO blocksort.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_VERSION=\
"2.024\" -fPIC "-I../.." -DBZ_NO_STDIO huffman.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_VERSION=\
"2.024\" -fPIC "-I../.." -DBZ_NO_STDIO crctable.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_VERSION=\
"2.024\" -fPIC "-I../.." -DBZ_NO_STDIO randtable.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_VERSION=\
"2.024\" -fPIC "-I../.." -DBZ_NO_STDIO compress.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_VERSION=\
"2.024\" -fPIC "-I../.." -DBZ_NO_STDIO decompress.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_VERSION=\
"2.024\" -fPIC "-I../.." -DBZ_NO_STDIO bzlib.c
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap -typemap typemap Bzip2.xs > Bzip2.xsc && mv Bzip2.xsc
Bzip2.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_VERSION=\
"2.024\" -fPIC "-I../.." -DBZ_NO_STDIO Bzip2.c
Running Mkbootstrap for Compress::Raw::Bzip2 ()
chmod 644 Bzip2.bs
rm -f ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so
cc -shared -O2 -L/usr/local/lib -fstack-protector blocksort.o huffman.o crctabl
e.o randtable.o compress.o decompress.o bzlib.o Bzip2.o -o ../../lib/auto/Comp
ress/Raw/Bzip2/Bzip2.so \
\
chmod 755 ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so
cp Bzip2.bs ../../lib/auto/Compress/Raw/Bzip2/Bzip2.bs
chmod 644 ../../lib/auto/Compress/Raw/Bzip2/Bzip2.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Bzip2'
./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Zlib/Zlib.so MAKE=make LIBPER
L_A=libperl.a LINKTYPE=dynamic
Making Compress::Raw::Zlib (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Zlib'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Parsing config.in...
Building Zlib enabled
Auto Detect Gzip OS Code..
Setting Gzip OS Code to 3 [Unix/Default]
Looks Good.
Writing Makefile for Compress::Raw::Zlib
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Zlib'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Compress-Raw-Zlib
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Zlib'
Skip ../../lib/Compress/Raw/Zlib.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap -typemap typemap Zlib.xs > Zlib.xsc && mv Zlib.xsc Zl
ib.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 Zlib.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 adler32.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 crc32.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 infback.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 inflate.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 uncompr.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 compress.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 deflate.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 inffast.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 inftrees.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 trees.c
cc -c -I./zlib-src -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/in
clude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.024\" -DXS_
VERSION=\"2.024\" -fPIC "-I../.." -DGZIP_OS_CODE=3 zutil.c
Running Mkbootstrap for Compress::Raw::Zlib ()
chmod 644 Zlib.bs
rm -f ../../lib/auto/Compress/Raw/Zlib/Zlib.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Zlib.o adler32.o crc32.o infb
ack.o inflate.o uncompr.o compress.o deflate.o inffast.o inftrees.o trees.o zuti
l.o -o ../../lib/auto/Compress/Raw/Zlib/Zlib.so \
\
chmod 755 ../../lib/auto/Compress/Raw/Zlib/Zlib.so
cp Zlib.bs ../../lib/auto/Compress/Raw/Zlib/Zlib.bs
chmod 644 ../../lib/auto/Compress/Raw/Zlib/Zlib.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Zlib'
./miniperl -Ilib make_ext.pl lib/auto/Cwd/Cwd.so MAKE=make LIBPERL_A=libperl.a L
INKTYPE=dynamic
Making Cwd (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cw
d'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Cwd
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cwd
'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Cwd
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cw
d'
Skip ../../lib/File/Spec/OS2.pm (unchanged)
Skip ../../lib/File/Spec/Mac.pm (unchanged)
Skip ../../lib/File/Spec/VMS.pm (unchanged)
Skip ../../lib/File/Spec/Epoc.pm (unchanged)
Skip ../../lib/File/Spec/Functions.pm (unchanged)
Skip ../../lib/File/Spec/Cygwin.pm (unchanged)
Skip ../../lib/File/Spec.pm (unchanged)
Skip ../../lib/Cwd.pm (unchanged)
Skip ../../lib/File/Spec/Unix.pm (unchanged)
Skip ../../lib/File/Spec/Win32.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Cwd.xs > Cwd.xsc && mv Cwd.xsc Cwd.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.31\" -DXS_VERSION=\"3.3
1\" -fPIC "-I../.." Cwd.c
Running Mkbootstrap for Cwd ()
chmod 644 Cwd.bs
rm -f ../../lib/auto/Cwd/Cwd.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Cwd.o -o ../../lib/auto/Cwd/
Cwd.so \
\
chmod 755 ../../lib/auto/Cwd/Cwd.so
cp Cwd.bs ../../lib/auto/Cwd/Cwd.bs
chmod 644 ../../lib/auto/Cwd/Cwd.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cwd
'
./miniperl -Ilib make_ext.pl lib/auto/Data/Dumper/Dumper.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making Data::Dumper (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Da
ta-Dumper'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Data::Dumper
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Dat
a-Dumper'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in dist/Data-Dumper
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Da
ta-Dumper'
Skip ../../lib/Data/Dumper.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Dumper.xs > Dumper.xsc && mv Dumper.xsc Dumper.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.125\" -DXS_VERSION=\"2.
125\" -fPIC "-I../.." Dumper.c
Running Mkbootstrap for Data::Dumper ()
chmod 644 Dumper.bs
rm -f ../../lib/auto/Data/Dumper/Dumper.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Dumper.o -o ../../lib/auto/D
ata/Dumper/Dumper.so \
\
chmod 755 ../../lib/auto/Data/Dumper/Dumper.so
cp Dumper.bs ../../lib/auto/Data/Dumper/Dumper.bs
chmod 644 ../../lib/auto/Data/Dumper/Dumper.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Dat
a-Dumper'
./miniperl -Ilib make_ext.pl lib/auto/DB_File/DB_File.so MAKE=make LIBPERL_A=lib
perl.a LINKTYPE=dynamic
Making DB_File (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB
_File'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Parsing config.in...
Looks Good.
Writing Makefile for DB_File
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB_
File'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/DB_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB
_File'
Skip ../../lib/DB_File.pm (unchanged)
cc -c -I/usr/local/BerkeleyDB/include -fno-strict-aliasing -pipe -fstack-protec
tor -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERS
ION=\"1.820\" -DXS_VERSION=\"1.82\" -fPIC "-I../.." -D_NOT_CORE -DmDB_Prefix_t
=size_t -DmDB_Hash_t=u_int32_t version.c
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap -typemap typemap DB_File.xs > DB_File.xs
c && mv DB_File.xsc DB_File.c
cc -c -I/usr/local/BerkeleyDB/include -fno-strict-aliasing -pipe -fstack-protec
tor -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERS
ION=\"1.820\" -DXS_VERSION=\"1.82\" -fPIC "-I../.." -D_NOT_CORE -DmDB_Prefix_t
=size_t -DmDB_Hash_t=u_int32_t DB_File.c
Running Mkbootstrap for DB_File ()
chmod 644 DB_File.bs
rm -f ../../lib/auto/DB_File/DB_File.so
LD_RUN_PATH="/lib" cc -shared -O2 -L/usr/local/lib -fstack-protector version.o
DB_File.o -o ../../lib/auto/DB_File/DB_File.so \
-ldb \
chmod 755 ../../lib/auto/DB_File/DB_File.so
cp DB_File.bs ../../lib/auto/DB_File/DB_File.bs
chmod 644 ../../lib/auto/DB_File/DB_File.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB_
File'
./miniperl -Ilib make_ext.pl lib/auto/Devel/DProf/DProf.so MAKE=make LIBPERL_A=l
ibperl.a LINKTYPE=dynamic
Making Devel::DProf (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-DProf'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Devel::DProf
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-DProf'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/Devel-DProf
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-DProf'
Skip ../../lib/Devel/DProf.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap DProf.xs > DProf.xsc && mv DProf.xsc DPr
of.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"20080331.00\" -DXS_VERSIO
N=\"20080331.00\" -fPIC "-I../.." DProf.c
Running Mkbootstrap for Devel::DProf ()
chmod 644 DProf.bs
rm -f ../../lib/auto/Devel/DProf/DProf.so
cc -shared -O2 -L/usr/local/lib -fstack-protector DProf.o -o ../../lib/auto/De
vel/DProf/DProf.so \
\
chmod 755 ../../lib/auto/Devel/DProf/DProf.so
cp DProf.bs ../../lib/auto/Devel/DProf/DProf.bs
chmod 644 ../../lib/auto/Devel/DProf/DProf.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-DProf'
./miniperl -Ilib make_ext.pl lib/auto/Devel/Peek/Peek.so MAKE=make LIBPERL_A=lib
perl.a LINKTYPE=dynamic
Making Devel::Peek (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-Peek'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Devel::Peek
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-Peek'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/Devel-Peek
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-Peek'
Skip ../../lib/Devel/Peek.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap Peek.xs > Peek.xsc && mv Peek.xsc Peek.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.04\" -DXS_VERSION=\"1.0
4\" -fPIC "-I../.." Peek.c
Running Mkbootstrap for Devel::Peek ()
chmod 644 Peek.bs
rm -f ../../lib/auto/Devel/Peek/Peek.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Peek.o -o ../../lib/auto/Dev
el/Peek/Peek.so \
\
chmod 755 ../../lib/auto/Devel/Peek/Peek.so
cp Peek.bs ../../lib/auto/Devel/Peek/Peek.bs
chmod 644 ../../lib/auto/Devel/Peek/Peek.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-Peek'
./miniperl -Ilib make_ext.pl lib/auto/Devel/PPPort/PPPort.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making Devel::PPPort (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/De
vel-PPPort'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Setting license tag...
Writing Makefile for Devel::PPPort
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dev
el-PPPort'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Devel-PPPort
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/De
vel-PPPort'
../../miniperl "-I../../lib" "-I../../lib" PPPort_pm.PL PPPort.pm
including ppphdoc
including ppphbin
including version
including threads
including limits
including uv
including memory
including misc
including variables
including mPUSH
including call
including newRV
including newCONSTSUB
including MY_CXT
including format
including SvREFCNT
including newSV_type
including newSVpv
including SvPV
including Sv_set
including sv_xpvf
including shared_pv
including HvNAME
including gv
including warn
including pvs
including magic
including cop
including grok
including snprintf
including sprintf
including exception
including strlfuncs
including pv_tools
Skip ../../lib/Devel/PPPort.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" "-I../../lib" "-I../../lib" PPPort_xs
.PL RealPPPort.xs
adding XS code from parts/inc/pvs
adding XS code from parts/inc/memory
adding XS code from parts/inc/SvREFCNT
adding XS code from parts/inc/variables
adding XS code from parts/inc/shared_pv
adding XS code from parts/inc/call
adding XS code from parts/inc/misc
adding XS code from parts/inc/format
adding XS code from parts/inc/newRV
adding XS code from parts/inc/warn
adding XS code from parts/inc/newCONSTSUB
adding XS code from parts/inc/magic
adding XS code from parts/inc/grok
adding XS code from parts/inc/snprintf
adding XS code from parts/inc/uv
adding XS code from parts/inc/MY_CXT
adding XS code from parts/inc/mPUSH
adding XS code from parts/inc/exception
adding XS code from parts/inc/threads
adding XS code from parts/inc/cop
adding XS code from parts/inc/limits
adding XS code from parts/inc/newSVpv
adding XS code from parts/inc/sv_xpvf
adding XS code from parts/inc/HvNAME
adding XS code from parts/inc/gv
adding XS code from parts/inc/SvPV
adding XS code from parts/inc/strlfuncs
adding XS code from parts/inc/sprintf
adding XS code from parts/inc/Sv_set
adding XS code from parts/inc/newSV_type
adding XS code from parts/inc/pv_tools
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap -typemap typemap RealPPPort.xs > RealPPP
ort.xsc && mv RealPPPort.xsc RealPPPort.c
../../miniperl "-I../../lib" "-I../../lib" "-I../../lib" "-I../../lib" ppport_h.
PL ppport.h
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.19\" -DXS_VERSION=\"3.1
9\" -fPIC "-I../.." RealPPPort.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.19\" -DXS_VERSION=\"3.1
9\" -fPIC "-I../.." module2.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.19\" -DXS_VERSION=\"3.1
9\" -fPIC "-I../.." module3.c
Running Mkbootstrap for Devel::PPPort ()
chmod 644 PPPort.bs
rm -f ../../lib/auto/Devel/PPPort/PPPort.so
cc -shared -O2 -L/usr/local/lib -fstack-protector RealPPPort.o module2.o module
3.o -o ../../lib/auto/Devel/PPPort/PPPort.so \
\
chmod 755 ../../lib/auto/Devel/PPPort/PPPort.so
cp PPPort.bs ../../lib/auto/Devel/PPPort/PPPort.bs
chmod 644 ../../lib/auto/Devel/PPPort/PPPort.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dev
el-PPPort'
./miniperl -Ilib make_ext.pl lib/auto/Digest/MD5/MD5.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making Digest::MD5 (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-MD5'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Perl's config says that U32 access must be aligned.
Writing Makefile for Digest::MD5
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-MD5'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Digest-MD5
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-MD5'
Skip ../../lib/Digest/MD5.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap -typemap typemap MD5.xs > MD5.xsc && mv MD5.xsc MD5.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.39\" -DXS_VERSION=\"2.3
9\" -fPIC "-I../.." -DU32_ALIGNMENT_REQUIRED MD5.c
Running Mkbootstrap for Digest::MD5 ()
chmod 644 MD5.bs
rm -f ../../lib/auto/Digest/MD5/MD5.so
cc -shared -O2 -L/usr/local/lib -fstack-protector MD5.o -o ../../lib/auto/Dige
st/MD5/MD5.so \
\
chmod 755 ../../lib/auto/Digest/MD5/MD5.so
cp MD5.bs ../../lib/auto/Digest/MD5/MD5.bs
chmod 644 ../../lib/auto/Digest/MD5/MD5.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-MD5'
./miniperl -Ilib make_ext.pl lib/auto/Digest/SHA/SHA.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making Digest::SHA (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-SHA'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Digest::SHA
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-SHA'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Digest-SHA
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-SHA'
Skip ../../lib/Digest/SHA.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap -typemap typemap SHA.xs > SHA.xsc && mv SHA.xsc SHA.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"5.47\" -DXS_VERSION=\"
5.47\" -fPIC "-I../.." -DSHA_PERL_MODULE SHA.c
Running Mkbootstrap for Digest::SHA ()
chmod 644 SHA.bs
rm -f ../../lib/auto/Digest/SHA/SHA.so
cc -shared -O2 -L/usr/local/lib -fstack-protector SHA.o -o ../../lib/auto/Dige
st/SHA/SHA.so \
\
chmod 755 ../../lib/auto/Digest/SHA/SHA.so
cp SHA.bs ../../lib/auto/Digest/SHA/SHA.bs
chmod 644 ../../lib/auto/Digest/SHA/SHA.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-SHA'
./miniperl -Ilib make_ext.pl lib/auto/Encode/Encode.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making Encode (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Checking if your kit is complete...
Looks good
Writing Makefile for Encode::Byte
Writing Makefile for Encode::CN
Writing Makefile for Encode::EBCDIC
Writing Makefile for Encode::JP
Writing Makefile for Encode::KR
Writing Makefile for Encode::Symbol
Writing Makefile for Encode::TW
Writing Makefile for Encode::Unicode
Writing Makefile for Encode
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Encode
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code'
Skip ../../lib/Encode/JP/H2Z.pm (unchanged)
Skip ../../lib/Encode/JP/JIS7.pm (unchanged)
Skip ../../lib/Encode/Alias.pm (unchanged)
Skip ../../lib/Encode/README.e2x (unchanged)
Skip ../../lib/Encode/MIME/Header/ISO_2022_JP.pm (unchanged)
Skip ../../lib/Encode/Unicode/UTF7.pm (unchanged)
Skip ../../lib/Encode/PerlIO.pod (unchanged)
Skip ../../lib/Encode/GSM0338.pm (unchanged)
Skip ../../lib/Encode.pm (unchanged)
Skip ../../lib/Encode/Makefile_PL.e2x (unchanged)
Skip ../../lib/Encode/Changes.e2x (unchanged)
Skip ../../lib/Encode/Encoding.pm (unchanged)
Skip ../../lib/Encode/ConfigLocal_PM.e2x (unchanged)
Skip ../../lib/Encode/encode.h (unchanged)
Skip ../../lib/Encode/KR/2022_KR.pm (unchanged)
Skip ../../lib/encoding.pm (unchanged)
Skip ../../lib/Encode/Guess.pm (unchanged)
Skip ../../lib/Encode/MIME/Name.pm (unchanged)
Skip ../../lib/Encode/_T.e2x (unchanged)
Skip ../../lib/Encode/Config.pm (unchanged)
Skip ../../lib/Encode/Supported.pod (unchanged)
Skip ../../lib/Encode/Encoder.pm (unchanged)
Skip ../../lib/Encode/MIME/Header.pm (unchanged)
Skip ../../lib/Encode/CN/HZ.pm (unchanged)
Skip ../../lib/Encode/_PM.e2x (unchanged)
Skip ../../lib/Encode/CJKConstants.pm (unchanged)
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/Byte'
Skip ../../../lib/Encode/Byte.pm (unchanged)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o byte_t.c -f byte_t
.fnm
Writing compiled form
12946 bytes in string tables
4452 bytes (25.6%) saved spotting duplicates
7 bytes (0.054%) saved using substrings
Reading iso-8859-2 (iso-8859-2)
Reading iso-8859-3 (iso-8859-3)
Reading iso-8859-4 (iso-8859-4)
Reading iso-8859-5 (iso-8859-5)
Reading iso-8859-6 (iso-8859-6)
Reading iso-8859-7 (iso-8859-7)
Reading iso-8859-8 (iso-8859-8)
Reading iso-8859-9 (iso-8859-9)
Reading iso-8859-10 (iso-8859-10)
Reading iso-8859-11 (iso-8859-11)
Reading iso-8859-13 (iso-8859-13)
Reading iso-8859-14 (iso-8859-14)
Reading iso-8859-15 (iso-8859-15)
Reading iso-8859-16 (iso-8859-16)
Reading AdobeStandardEncoding (AdobeStandardEncoding)
Reading cp1006 (cp1006)
Reading cp1250 (cp1250)
Reading cp1251 (cp1251)
Reading cp1252 (cp1252)
Reading cp1253 (cp1253)
Reading cp1254 (cp1254)
Reading cp1255 (cp1255)
Reading cp1256 (cp1256)
Reading cp1257 (cp1257)
Reading cp1258 (cp1258)
Reading cp424 (cp424)
Reading cp437 (cp437)
Reading cp737 (cp737)
Reading cp775 (cp775)
Reading cp850 (cp850)
Reading cp852 (cp852)
Reading cp855 (cp855)
Reading cp856 (cp856)
Reading cp857 (cp857)
Reading cp858 (cp858)
Reading cp860 (cp860)
Reading cp861 (cp861)
Reading cp862 (cp862)
Reading cp863 (cp863)
Reading cp864 (cp864)
Reading cp865 (cp865)
Reading cp866 (cp866)
Reading cp869 (cp869)
Reading cp874 (cp874)
Reading hp-roman8 (hp-roman8)
Reading koi8-f (koi8-f)
Reading koi8-r (koi8-r)
Reading koi8-u (koi8-u)
Reading MacArabic (MacArabic)
Reading MacCentralEurRoman (MacCentralEurRoman)
Reading MacCroatian (MacCroatian)
Reading MacCyrillic (MacCyrillic)
Reading MacFarsi (MacFarsi)
Reading MacGreek (MacGreek)
Reading MacHebrew (MacHebrew)
Reading MacIcelandic (MacIcelandic)
Reading MacRomanian (MacRomanian)
Reading MacRumanian (MacRumanian)
Reading MacRoman (MacRoman)
Reading MacSami (MacSami)
Reading MacThai (MacThai)
Reading MacTurkish (MacTurkish)
Reading MacUkrainian (MacUkrainian)
Reading nextstep (nextstep)
Reading viscii (viscii)
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp
-nolinenumbers -typemap ../../../lib/ExtUtils/typemap Byte.xs > Byte.xsc && m
v Byte.xsc Byte.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." Byte.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." byte_t.c
Running Mkbootstrap for Encode::Byte ()
chmod 644 Byte.bs
rm -f ../../../lib/auto/Encode/Byte/Byte.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Byte.o byte_t.o -o ../../../
lib/auto/Encode/Byte/Byte.so \
\
chmod 755 ../../../lib/auto/Encode/Byte/Byte.so
cp Byte.bs ../../../lib/auto/Encode/Byte/Byte.bs
chmod 644 ../../../lib/auto/Encode/Byte/Byte.bs
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/Byte'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/CN'
Skip ../../../lib/Encode/CN.pm (unchanged)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o gb_02_t.c -f gb_02_t.fn
m
Writing compiled form
34800 bytes in string tables
2786 bytes (7.41%) saved spotting duplicates
Reading gb12345-raw (gb12345-raw)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fn
m
Writing compiled form
34638 bytes in string tables
2566 bytes (6.9%) saved spotting duplicates
Reading euc-cn (euc-cn)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fn
m
Writing compiled form
120296 bytes in string tables
138 bytes (0.115%) saved spotting duplicates
Reading cp936 (cp936)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ir_04_t.c -f ir_04_t.fn
m
Writing compiled form
38113 bytes in string tables
2548 bytes (6.27%) saved spotting duplicates
Reading iso-ir-165 (iso-ir-165)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fn
m
Writing compiled form
34801 bytes in string tables
2601 bytes (6.95%) saved spotting duplicates
Reading MacChineseSimp (MacChineseSimp)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o gb_03_t.c -f gb_03_t.fn
m
Writing compiled form
34764 bytes in string tables
2312 bytes (6.24%) saved spotting duplicates
Reading gb2312-raw (gb2312-raw)
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp
-noprototypes -nolinenumbers -typemap ../../../lib/ExtUtils/typemap CN.xs > CN
.xsc && mv CN.xsc CN.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." CN.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." cp_00_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." eu_01_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." gb_02_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." gb_03_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." ir_04_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." ma_05_t.c
Running Mkbootstrap for Encode::CN ()
chmod 644 CN.bs
rm -f ../../../lib/auto/Encode/CN/CN.so
cc -shared -O2 -L/usr/local/lib -fstack-protector CN.o cp_00_t.o eu_01_t.o gb_0
2_t.o gb_03_t.o ir_04_t.o ma_05_t.o -o ../../../lib/auto/Encode/CN/CN.so
\
\
chmod 755 ../../../lib/auto/Encode/CN/CN.so
cp CN.bs ../../../lib/auto/Encode/CN/CN.bs
chmod 644 ../../../lib/auto/Encode/CN/CN.bs
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/CN'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/EBCDIC'
Skip ../../../lib/Encode/EBCDIC.pm (unchanged)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o ebcdic_t.c -f ebcd
ic_t.fnm
Writing compiled form
2174 bytes in string tables
367 bytes (14.4%) saved spotting duplicates
1 bytes (0.046%) saved using substrings
Reading cp37 (cp37)
Reading cp1026 (cp1026)
Reading cp1047 (cp1047)
Reading cp500 (cp500)
Reading cp875 (cp875)
Reading posix-bc (posix-bc)
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp
-nolinenumbers -typemap ../../../lib/ExtUtils/typemap EBCDIC.xs > EBCDIC.xsc
&& mv EBCDIC.xsc EBCDIC.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.02\" -DXS_VE
RSION=\"2.02\" -fPIC "-I../../.." EBCDIC.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.02\" -DXS_VE
RSION=\"2.02\" -fPIC "-I../../.." ebcdic_t.c
Running Mkbootstrap for Encode::EBCDIC ()
chmod 644 EBCDIC.bs
rm -f ../../../lib/auto/Encode/EBCDIC/EBCDIC.so
cc -shared -O2 -L/usr/local/lib -fstack-protector EBCDIC.o ebcdic_t.o -o ../..
/../lib/auto/Encode/EBCDIC/EBCDIC.so \
\
chmod 755 ../../../lib/auto/Encode/EBCDIC/EBCDIC.so
cp EBCDIC.bs ../../../lib/auto/Encode/EBCDIC/EBCDIC.bs
chmod 644 ../../../lib/auto/Encode/EBCDIC/EBCDIC.bs
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/EBCDIC'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/JP'
Skip ../../../lib/Encode/JP.pm (unchanged)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ji_02_t.c -f ji_02_t.fn
m
Writing compiled form
479 bytes in string tables
Reading jis0201-raw (jis0201-raw)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ji_03_t.c -f ji_03_t.fn
m
Writing compiled form
31800 bytes in string tables
2470 bytes (7.21%) saved spotting duplicates
Reading jis0208-raw (jis0208-raw)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fn
m
Writing compiled form
78376 bytes in string tables
5448 bytes (6.5%) saved spotting duplicates
Reading euc-jp (euc-jp)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fn
m
Writing compiled form
45234 bytes in string tables
2360 bytes (4.96%) saved spotting duplicates
Reading cp932 (cp932)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ji_04_t.c -f ji_04_t.fn
m
Writing compiled form
27241 bytes in string tables
2829 bytes (9.41%) saved spotting duplicates
Reading jis0212-raw (jis0212-raw)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o sh_06_t.c -f sh_06_t.fn
m
Writing compiled form
32924 bytes in string tables
1726 bytes (4.98%) saved spotting duplicates
Reading shiftjis (shiftjis)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fn
m
Writing compiled form
34511 bytes in string tables
1922 bytes (5.28%) saved spotting duplicates
Reading MacJapanese (MacJapanese)
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp
-nolinenumbers -typemap ../../../lib/ExtUtils/typemap JP.xs > JP.xsc && mv JP
.xsc JP.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." JP.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." cp_00_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." eu_01_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." ji_02_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." ji_03_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." ji_04_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." ma_05_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.04\" -DXS_VE
RSION=\"2.04\" -fPIC "-I../../.." sh_06_t.c
Running Mkbootstrap for Encode::JP ()
chmod 644 JP.bs
rm -f ../../../lib/auto/Encode/JP/JP.so
cc -shared -O2 -L/usr/local/lib -fstack-protector JP.o cp_00_t.o eu_01_t.o ji_0
2_t.o ji_03_t.o ji_04_t.o ma_05_t.o sh_06_t.o -o ../../../lib/auto/Encode/JP/JP
.so \
\
chmod 755 ../../../lib/auto/Encode/JP/JP.so
cp JP.bs ../../../lib/auto/Encode/JP/JP.bs
chmod 644 ../../../lib/auto/Encode/JP/JP.bs
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/JP'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/KR'
Skip ../../../lib/Encode/KR.pm (unchanged)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ma_04_t.c -f ma_04_t.fn
m
Writing compiled form
43458 bytes in string tables
4417 bytes (9.23%) saved spotting duplicates
Reading MacKorean (MacKorean)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ks_03_t.c -f ks_03_t.fn
m
Writing compiled form
36921 bytes in string tables
4038 bytes (9.86%) saved spotting duplicates
Reading ksc5601-raw (ksc5601-raw)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o jo_02_t.c -f jo_02_t.fn
m
Writing compiled form
83424 bytes in string tables
1772 bytes (2.08%) saved spotting duplicates
Reading johab (johab)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fn
m
Writing compiled form
36763 bytes in string tables
4318 bytes (10.5%) saved spotting duplicates
Reading euc-kr (euc-kr)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fn
m
Writing compiled form
83711 bytes in string tables
3158 bytes (3.64%) saved spotting duplicates
Reading cp949 (cp949)
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp
-nolinenumbers -typemap ../../../lib/ExtUtils/typemap KR.xs > KR.xsc && mv KR
.xsc KR.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." KR.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." cp_00_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." eu_01_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." jo_02_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." ks_03_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." ma_04_t.c
Running Mkbootstrap for Encode::KR ()
chmod 644 KR.bs
rm -f ../../../lib/auto/Encode/KR/KR.so
cc -shared -O2 -L/usr/local/lib -fstack-protector KR.o cp_00_t.o eu_01_t.o jo_0
2_t.o ks_03_t.o ma_04_t.o -o ../../../lib/auto/Encode/KR/KR.so \
\
chmod 755 ../../../lib/auto/Encode/KR/KR.so
cp KR.bs ../../../lib/auto/Encode/KR/KR.bs
chmod 644 ../../../lib/auto/Encode/KR/KR.bs
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/KR'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/Symbol'
Skip ../../../lib/Encode/Symbol.pm (unchanged)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o symbol_t.c -f symb
ol_t.fnm
Writing compiled form
1859 bytes in string tables
305 bytes (14.1%) saved spotting duplicates
Reading AdobeSymbol (AdobeSymbol)
Reading AdobeZdingbat (AdobeZdingbat)
Reading dingbats (dingbats)
Reading MacDingbats (MacDingbats)
Reading MacSymbol (MacSymbol)
Reading symbol (symbol)
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp
-nolinenumbers -typemap ../../../lib/ExtUtils/typemap Symbol.xs > Symbol.xsc
&& mv Symbol.xsc Symbol.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.02\" -DXS_VE
RSION=\"2.02\" -fPIC "-I../../.." Symbol.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.02\" -DXS_VE
RSION=\"2.02\" -fPIC "-I../../.." symbol_t.c
Running Mkbootstrap for Encode::Symbol ()
chmod 644 Symbol.bs
rm -f ../../../lib/auto/Encode/Symbol/Symbol.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Symbol.o symbol_t.o -o ../..
/../lib/auto/Encode/Symbol/Symbol.so \
\
chmod 755 ../../../lib/auto/Encode/Symbol/Symbol.so
cp Symbol.bs ../../../lib/auto/Encode/Symbol/Symbol.bs
chmod 644 ../../../lib/auto/Encode/Symbol/Symbol.bs
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/Symbol'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/TW'
Skip ../../../lib/Encode/TW.pm (unchanged)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o bi_01_t.c -f bi_01_t.fn
m
Writing compiled form
91321 bytes in string tables
3227 bytes (3.41%) saved spotting duplicates
Reading big5-hkscs (big5-hkscs)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o ma_03_t.c -f ma_03_t.fn
m
Writing compiled form
66317 bytes in string tables
1102 bytes (1.63%) saved spotting duplicates
Reading MacChineseTrad (MacChineseTrad)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o cp_02_t.c -f cp_02_t.fn
m
Writing compiled form
98212 bytes in string tables
1314 bytes (1.32%) saved spotting duplicates
Reading cp950 (cp950)
../../../miniperl "-I../../../lib" ../bin/enc2xs -"Q" -o bi_00_t.c -f bi_00_t.fn
m
Writing compiled form
68325 bytes in string tables
1191 bytes (1.71%) saved spotting duplicates
Reading big5-eten (big5-eten)
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp
-nolinenumbers -typemap ../../../lib/ExtUtils/typemap TW.xs > TW.xsc && mv TW
.xsc TW.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." TW.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." bi_00_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." bi_01_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." cp_02_t.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.03\" -DXS_VE
RSION=\"2.03\" -fPIC "-I../../.." ma_03_t.c
Running Mkbootstrap for Encode::TW ()
chmod 644 TW.bs
rm -f ../../../lib/auto/Encode/TW/TW.so
cc -shared -O2 -L/usr/local/lib -fstack-protector TW.o bi_00_t.o bi_01_t.o cp_0
2_t.o ma_03_t.o -o ../../../lib/auto/Encode/TW/TW.so \
\
chmod 755 ../../../lib/auto/Encode/TW/TW.so
cp TW.bs ../../../lib/auto/Encode/TW/TW.bs
chmod 644 ../../../lib/auto/Encode/TW/TW.bs
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/TW'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/Unicode'
Skip ../../../lib/Encode/Unicode.pm (unchanged)
../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp
-typemap ../../../lib/ExtUtils/typemap Unicode.xs > Unicode.xsc && mv Unicode
.xsc Unicode.c
cc -c -I../Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/inc
lude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.07\" -DXS_VE
RSION=\"2.07\" -fPIC "-I../../.." Unicode.c
Running Mkbootstrap for Encode::Unicode ()
chmod 644 Unicode.bs
rm -f ../../../lib/auto/Encode/Unicode/Unicode.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Unicode.o -o ../../../lib/au
to/Encode/Unicode/Unicode.so \
\
chmod 755 ../../../lib/auto/Encode/Unicode/Unicode.so
cp Unicode.bs ../../../lib/auto/Encode/Unicode/Unicode.bs
chmod 644 ../../../lib/auto/Encode/Unicode/Unicode.bs
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/Unicode'
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Encode.xs > Encode.xsc && mv Encode.xsc Encode.c
../../miniperl "-I../../lib" bin/enc2xs -"Q" -"O" -o def_t.c -f def_t.fnm
Writing compiled form
512 bytes in string tables
32 bytes (5.88%) saved spotting duplicates
Reading iso-8859-1 (iso-8859-1)
Reading ascii (ascii)
Reading ascii-ctrl (ascii-ctrl)
Reading null (null)
cc -c -I./Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/incl
ude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.39\" -DXS_VER
SION=\"2.39\" -fPIC "-I../.." Encode.c
cc -c -I./Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/incl
ude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.39\" -DXS_VER
SION=\"2.39\" -fPIC "-I../.." def_t.c
cc -c -I./Encode -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/incl
ude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.39\" -DXS_VER
SION=\"2.39\" -fPIC "-I../.." encengine.c
Running Mkbootstrap for Encode ()
chmod 644 Encode.bs
rm -f ../../lib/auto/Encode/Encode.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Encode.o def_t.o encengine.o
-o ../../lib/auto/Encode/Encode.so \
\
chmod 755 ../../lib/auto/Encode/Encode.so
cp Encode.bs ../../lib/auto/Encode/Encode.bs
chmod 644 ../../lib/auto/Encode/Encode.bs
cp bin/piconv blib/script/piconv
/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Encode/../../miniperl "-I../../
lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/piconv
cp bin/enc2xs blib/script/enc2xs
/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Encode/../../miniperl "-I../../
lib" "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/enc2xs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode'
./miniperl -Ilib make_ext.pl lib/auto/Fcntl/Fcntl.so MAKE=make LIBPERL_A=libperl
.a LINKTYPE=dynamic
Making Fcntl (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcn
tl'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Fcntl
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcnt
l'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/Fcntl
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcn
tl'
Skip ../../lib/Fcntl.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap Fcntl.xs > Fcntl.xsc && mv Fcntl.xsc Fcn
tl.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.06\" -DXS_VERSION=\"1.0
6\" -fPIC "-I../.." Fcntl.c
Running Mkbootstrap for Fcntl ()
chmod 644 Fcntl.bs
rm -f ../../lib/auto/Fcntl/Fcntl.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Fcntl.o -o ../../lib/auto/Fc
ntl/Fcntl.so \
\
chmod 755 ../../lib/auto/Fcntl/Fcntl.so
cp Fcntl.bs ../../lib/auto/Fcntl/Fcntl.bs
chmod 644 ../../lib/auto/Fcntl/Fcntl.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcnt
l'
./miniperl -Ilib make_ext.pl lib/auto/File/Glob/Glob.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making File::Glob (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
e-Glob'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for File::Glob
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
-Glob'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/File-Glob
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
e-Glob'
Skip ../../lib/File/Glob.pm (unchanged)
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.07\" -DXS_VERSION=\"1.0
7\" -fPIC "-I../.." bsd_glob.c
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Glob.xs > Glob.xsc && mv Glob.xsc Glob.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.07\" -DXS_VERSION=\"1.0
7\" -fPIC "-I../.." Glob.c
Running Mkbootstrap for File::Glob ()
chmod 644 Glob.bs
rm -f ../../lib/auto/File/Glob/Glob.so
cc -shared -O2 -L/usr/local/lib -fstack-protector bsd_glob.o Glob.o -o ../../l
ib/auto/File/Glob/Glob.so \
\

chmod 755 ../../lib/auto/File/Glob/Glob.so


cp Glob.bs ../../lib/auto/File/Glob/Glob.bs
chmod 644 ../../lib/auto/File/Glob/Glob.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
-Glob'
./miniperl -Ilib make_ext.pl lib/auto/Filter/Util/Call/Call.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making Filter::Util::Call (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
lter-Util-Call'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Filter::Util::Call
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
ter-Util-Call'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Filter-Util-Call
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
lter-Util-Call'
Skip ../../lib/Filter/Util/filter-util.pl (unchanged)
Skip ../../lib/Filter/Util/Call.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Call.xs > Call.xsc && mv Call.xsc Call.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.08\" -DXS_VERSION=\"1.0
8\" -fPIC "-I../.." Call.c
Running Mkbootstrap for Filter::Util::Call ()
chmod 644 Call.bs
rm -f ../../lib/auto/Filter/Util/Call/Call.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Call.o -o ../../lib/auto/Fil
ter/Util/Call/Call.so \
\
chmod 755 ../../lib/auto/Filter/Util/Call/Call.so
cp Call.bs ../../lib/auto/Filter/Util/Call/Call.bs
chmod 644 ../../lib/auto/Filter/Util/Call/Call.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
ter-Util-Call'
./miniperl -Ilib make_ext.pl lib/auto/GDBM_File/GDBM_File.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making GDBM_File (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDB
M_File'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for GDBM_File
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDBM
_File'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/GDBM_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDB
M_File'
Skip ../../lib/GDBM_File.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap -typemap typemap GDBM_File.xs > GDBM_Fil
e.xsc && mv GDBM_File.xsc GDBM_File.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.10\" -DXS_VERSION=\"1.1
\" -fPIC "-I../.." GDBM_File.c
Running Mkbootstrap for GDBM_File ()
chmod 644 GDBM_File.bs
rm -f ../../lib/auto/GDBM_File/GDBM_File.so
LD_RUN_PATH="/lib" cc -shared -O2 -L/usr/local/lib -fstack-protector GDBM_File.
o -o ../../lib/auto/GDBM_File/GDBM_File.so \
-lgdbm \
chmod 755 ../../lib/auto/GDBM_File/GDBM_File.so
cp GDBM_File.bs ../../lib/auto/GDBM_File/GDBM_File.bs
chmod 644 ../../lib/auto/GDBM_File/GDBM_File.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDBM
_File'
./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/Util.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making Hash::Util (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Hash::Util
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/Hash-Util
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util'
Skip ../../lib/Hash/Util.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Util.xs > Util.xsc && mv Util.xsc Util.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.07\" -DXS_VERSION=\"0.0
7\" -fPIC "-I../.." -DPERL_EXT Util.c
Running Mkbootstrap for Hash::Util ()
chmod 644 Util.bs
rm -f ../../lib/auto/Hash/Util/Util.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Util.o -o ../../lib/auto/Has
h/Util/Util.so \
\
chmod 755 ../../lib/auto/Hash/Util/Util.so
cp Util.bs ../../lib/auto/Hash/Util/Util.bs
chmod 644 ../../lib/auto/Hash/Util/Util.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util'
./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/FieldHash/FieldHash.so MAKE=make
LIBPERL_A=libperl.a LINKTYPE=dynamic
Making Hash::Util::FieldHash (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util-FieldHash'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Hash::Util::FieldHash
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util-FieldHash'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/Hash-Util-FieldHash
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util-FieldHash'
Skip ../../lib/Hash/Util/FieldHash.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap FieldHash.xs > FieldHash.xsc && mv FieldHash.xsc Fiel
dHash.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.04\" -DXS_VERSION=\"1.0
4\" -fPIC "-I../.." FieldHash.c
Running Mkbootstrap for Hash::Util::FieldHash ()
chmod 644 FieldHash.bs
rm -f ../../lib/auto/Hash/Util/FieldHash/FieldHash.so
cc -shared -O2 -L/usr/local/lib -fstack-protector FieldHash.o -o ../../lib/aut
o/Hash/Util/FieldHash/FieldHash.so \
\
chmod 755 ../../lib/auto/Hash/Util/FieldHash/FieldHash.so
cp FieldHash.bs ../../lib/auto/Hash/Util/FieldHash/FieldHash.bs
chmod 644 ../../lib/auto/Hash/Util/FieldHash/FieldHash.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util-FieldHash'
./miniperl -Ilib make_ext.pl lib/auto/I18N/Langinfo/Langinfo.so MAKE=make LIBPER
L_A=libperl.a LINKTYPE=dynamic
Making I18N::Langinfo (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18
N-Langinfo'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for I18N::Langinfo
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18N
-Langinfo'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/I18N-Langinfo
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18
N-Langinfo'
Skip ../../lib/I18N/Langinfo.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Langinfo.xs > Langinfo.xsc && mv Langinfo.xsc Langinf
o.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.03\" -DXS_VERSION=\"0.0
3\" -fPIC "-I../.." Langinfo.c
Running Mkbootstrap for I18N::Langinfo ()
chmod 644 Langinfo.bs
rm -f ../../lib/auto/I18N/Langinfo/Langinfo.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Langinfo.o -o ../../lib/auto
/I18N/Langinfo/Langinfo.so \
\
chmod 755 ../../lib/auto/I18N/Langinfo/Langinfo.so
cp Langinfo.bs ../../lib/auto/I18N/Langinfo/Langinfo.bs
chmod 644 ../../lib/auto/I18N/Langinfo/Langinfo.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18N
-Langinfo'
./miniperl -Ilib make_ext.pl lib/auto/IO/IO.so MAKE=make LIBPERL_A=libperl.a LIN
KTYPE=dynamic
Making IO (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO
'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for IO
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in dist/IO
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO
'
Skip ../../lib/IO/Pipe.pm (unchanged)
Skip ../../lib/IO/File.pm (unchanged)
Skip ../../lib/IO/Select.pm (unchanged)
Skip ../../lib/IO/Socket/INET.pm (unchanged)
Skip ../../lib/IO/Socket.pm (unchanged)
Skip ../../lib/IO/Poll.pm (unchanged)
Skip ../../lib/IO/Socket/UNIX.pm (unchanged)
Skip ../../lib/IO/Handle.pm (unchanged)
Skip ../../lib/IO/Dir.pm (unchanged)
Skip ../../lib/IO/Seekable.pm (unchanged)
Skip ../../lib/IO.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap IO.xs > IO.xsc && mv IO.xsc IO.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.25_02\" -DXS_VERSION=\"
1.25_02\" -fPIC "-I../.." IO.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.25_02\" -DXS_VERSION=\"
1.25_02\" -fPIC "-I../.." poll.c
Running Mkbootstrap for IO ()
chmod 644 IO.bs
rm -f ../../lib/auto/IO/IO.so
cc -shared -O2 -L/usr/local/lib -fstack-protector IO.o poll.o -o ../../lib/aut
o/IO/IO.so \
\
chmod 755 ../../lib/auto/IO/IO.so
cp IO.bs ../../lib/auto/IO/IO.bs
chmod 644 ../../lib/auto/IO/IO.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO'
./miniperl -Ilib make_ext.pl lib/auto/IPC/SysV/SysV.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making IPC::SysV (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-SysV'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Setting license tag...
Writing Makefile for IPC::SysV
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-SysV'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/IPC-SysV
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-SysV'
Skip ../../lib/IPC/Semaphore.pm (unchanged)
Skip ../../lib/IPC/Msg.pm (unchanged)
Skip ../../lib/IPC/SysV.pm (unchanged)
Skip ../../lib/IPC/SharedMem.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap -typemap typemap SysV.xs > SysV.xsc && mv SysV.xsc Sy
sV.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.01\" -DXS_VERSION=\"2.0
1\" -fPIC "-I../.." SysV.c
Running Mkbootstrap for IPC::SysV ()
chmod 644 SysV.bs
rm -f ../../lib/auto/IPC/SysV/SysV.so
cc -shared -O2 -L/usr/local/lib -fstack-protector SysV.o -o ../../lib/auto/IPC
/SysV/SysV.so \
\
chmod 755 ../../lib/auto/IPC/SysV/SysV.so
cp SysV.bs ../../lib/auto/IPC/SysV/SysV.bs
chmod 644 ../../lib/auto/IPC/SysV/SysV.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-SysV'
./miniperl -Ilib make_ext.pl lib/auto/List/Util/Util.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making List::Util (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Li
st-Util'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for List::Util
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lis
t-Util'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/List-Util
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Li
st-Util'
Skip ../../lib/List/Util/XS.pm (unchanged)
Skip ../../lib/Scalar/Util/PP.pm (unchanged)
Skip ../../lib/List/Util/PP.pm (unchanged)
Skip ../../lib/List/Util.pm (unchanged)
Skip ../../lib/Scalar/Util.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap ListUtil.xs > ListUtil.xsc && mv ListUtil.xsc ListUti
l.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.22\" -DXS_VERSION=\"1.2
2\" -fPIC "-I../.." -DPERL_EXT ListUtil.c
Running Mkbootstrap for List::Util ()
chmod 644 Util.bs
rm -f ../../lib/auto/List/Util/Util.so
cc -shared -O2 -L/usr/local/lib -fstack-protector ListUtil.o -o ../../lib/auto
/List/Util/Util.so \
\
chmod 755 ../../lib/auto/List/Util/Util.so
cp Util.bs ../../lib/auto/List/Util/Util.bs
chmod 644 ../../lib/auto/List/Util/Util.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lis
t-Util'
./miniperl -Ilib make_ext.pl lib/auto/Math/BigInt/FastCalc/FastCalc.so MAKE=make
LIBPERL_A=libperl.a LINKTYPE=dynamic
Making Math::BigInt::FastCalc (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt-FastCalc'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Math::BigInt::FastCalc
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt-FastCalc'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Math-BigInt-FastCalc
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt-FastCalc'
Skip ../../lib/Math/BigInt/FastCalc.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap FastCalc.xs > FastCalc.xsc && mv FastCalc.xsc FastCal
c.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.19\" -DXS_VERSION=\"0.1
9\" -fPIC "-I../.." FastCalc.c
Running Mkbootstrap for Math::BigInt::FastCalc ()
chmod 644 FastCalc.bs
rm -f ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so
cc -shared -O2 -L/usr/local/lib -fstack-protector FastCalc.o -o ../../lib/auto
/Math/BigInt/FastCalc/FastCalc.so \
\
chmod 755 ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so
cp FastCalc.bs ../../lib/auto/Math/BigInt/FastCalc/FastCalc.bs
chmod 644 ../../lib/auto/Math/BigInt/FastCalc/FastCalc.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt-FastCalc'
./miniperl -Ilib make_ext.pl lib/auto/MIME/Base64/Base64.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making MIME::Base64 (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MI
ME-Base64'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for MIME::Base64
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MIM
E-Base64'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/MIME-Base64
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MI
ME-Base64'
Skip ../../lib/MIME/QuotedPrint.pm (unchanged)
Skip ../../lib/MIME/Base64.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Base64.xs > Base64.xsc && mv Base64.xsc Base64.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.08\" -DXS_VERSION=\"3.0
8\" -fPIC "-I../.." Base64.c
Running Mkbootstrap for MIME::Base64 ()
chmod 644 Base64.bs
rm -f ../../lib/auto/MIME/Base64/Base64.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Base64.o -o ../../lib/auto/M
IME/Base64/Base64.so \
\
chmod 755 ../../lib/auto/MIME/Base64/Base64.so
cp Base64.bs ../../lib/auto/MIME/Base64/Base64.bs
chmod 644 ../../lib/auto/MIME/Base64/Base64.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MIM
E-Base64'
./miniperl -Ilib make_ext.pl lib/auto/mro/mro.so MAKE=make LIBPERL_A=libperl.a L
INKTYPE=dynamic
Making mro (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro
'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for mro
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/mro
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro
'
Skip ../../lib/mro.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap mro.xs > mro.xsc && mv mro.xsc mro.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.02\" -DXS_VERSION=\"1.0
2\" -fPIC "-I../.." mro.c
Running Mkbootstrap for mro ()
chmod 644 mro.bs
rm -f ../../lib/auto/mro/mro.so
cc -shared -O2 -L/usr/local/lib -fstack-protector mro.o -o ../../lib/auto/mro/
mro.so \
\
chmod 755 ../../lib/auto/mro/mro.so
cp mro.bs ../../lib/auto/mro/mro.bs
chmod 644 ../../lib/auto/mro/mro.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro'
./miniperl -Ilib make_ext.pl lib/auto/NDBM_File/NDBM_File.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making NDBM_File (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDB
M_File'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Processing hints file hints/linux.pl
Note (probably harmless): No library found for -lgdbm_compat
Writing Makefile for NDBM_File
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDBM
_File'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/NDBM_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDB
M_File'
Skip ../../lib/NDBM_File.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap -typemap typemap NDBM_File.xs > NDBM_Fil
e.xsc && mv NDBM_File.xsc NDBM_File.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.08\" -DXS_VERSION=\"1.0
8\" -fPIC "-I../.." NDBM_File.c
Running Mkbootstrap for NDBM_File ()
chmod 644 NDBM_File.bs
rm -f ../../lib/auto/NDBM_File/NDBM_File.so
LD_RUN_PATH="/lib" cc -shared -O2 -L/usr/local/lib -fstack-protector NDBM_File.
o -o ../../lib/auto/NDBM_File/NDBM_File.so \
-lgdbm \
chmod 755 ../../lib/auto/NDBM_File/NDBM_File.so
cp NDBM_File.bs ../../lib/auto/NDBM_File/NDBM_File.bs
chmod 644 ../../lib/auto/NDBM_File/NDBM_File.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDBM
_File'
./miniperl -Ilib make_ext.pl lib/auto/Opcode/Opcode.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making Opcode (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opc
ode'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Opcode
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opco
de'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/Opcode
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opc
ode'
Skip ../../lib/ops.pm (unchanged)
Skip ../../lib/Opcode.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Opcode.xs > Opcode.xsc && mv Opcode.xsc Opcode.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.15\" -DXS_VERSION=\"1.1
5\" -fPIC "-I../.." Opcode.c
Running Mkbootstrap for Opcode ()
chmod 644 Opcode.bs
rm -f ../../lib/auto/Opcode/Opcode.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Opcode.o -o ../../lib/auto/O
pcode/Opcode.so \
\
chmod 755 ../../lib/auto/Opcode/Opcode.so
cp Opcode.bs ../../lib/auto/Opcode/Opcode.bs
chmod 644 ../../lib/auto/Opcode/Opcode.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opco
de'
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/encoding/encoding.so MAKE=make LIBP
ERL_A=libperl.a LINKTYPE=dynamic
Making PerlIO::encoding (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-encoding'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Checking if your kit is complete...
Looks good
Writing Makefile for PerlIO::encoding
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-encoding'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/PerlIO-encoding
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-encoding'
Skip ../../lib/PerlIO/encoding.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap encoding.xs > encoding.xsc && mv encoding.xsc encodin
g.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.12\" -DXS_VERSION=\"0.1
2\" -fPIC "-I../.." encoding.c
Running Mkbootstrap for PerlIO::encoding ()
chmod 644 encoding.bs
rm -f ../../lib/auto/PerlIO/encoding/encoding.so
cc -shared -O2 -L/usr/local/lib -fstack-protector encoding.o -o ../../lib/auto
/PerlIO/encoding/encoding.so \
\
chmod 755 ../../lib/auto/PerlIO/encoding/encoding.so
cp encoding.bs ../../lib/auto/PerlIO/encoding/encoding.bs
chmod 644 ../../lib/auto/PerlIO/encoding/encoding.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-encoding'
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/scalar/scalar.so MAKE=make LIBPERL_
A=libperl.a LINKTYPE=dynamic
Making PerlIO::scalar (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-scalar'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for PerlIO::scalar
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-scalar'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/PerlIO-scalar
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-scalar'
Skip ../../lib/PerlIO/scalar.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap scalar.xs > scalar.xsc && mv scalar.xsc scalar.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.08\" -DXS_VERSION=\"0.0
8\" -fPIC "-I../.." scalar.c
Running Mkbootstrap for PerlIO::scalar ()
chmod 644 scalar.bs
rm -f ../../lib/auto/PerlIO/scalar/scalar.so
cc -shared -O2 -L/usr/local/lib -fstack-protector scalar.o -o ../../lib/auto/P
erlIO/scalar/scalar.so \
\
chmod 755 ../../lib/auto/PerlIO/scalar/scalar.so
cp scalar.bs ../../lib/auto/PerlIO/scalar/scalar.bs
chmod 644 ../../lib/auto/PerlIO/scalar/scalar.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-scalar'
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/via/via.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making PerlIO::via (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-via'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for PerlIO::via
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-via'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/PerlIO-via
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-via'
Skip ../../lib/PerlIO/via.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap via.xs > via.xsc && mv via.xsc via.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.09\" -DXS_VERSION=\"0.0
9\" -fPIC "-I../.." via.c
Running Mkbootstrap for PerlIO::via ()
chmod 644 via.bs
rm -f ../../lib/auto/PerlIO/via/via.so
cc -shared -O2 -L/usr/local/lib -fstack-protector via.o -o ../../lib/auto/Perl
IO/via/via.so \
\
chmod 755 ../../lib/auto/PerlIO/via/via.so
cp via.bs ../../lib/auto/PerlIO/via/via.bs
chmod 644 ../../lib/auto/PerlIO/via/via.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-via'
./miniperl -Ilib make_ext.pl lib/auto/POSIX/POSIX.so MAKE=make LIBPERL_A=libperl
.a LINKTYPE=dynamic
Making POSIX (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POS
IX'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Processing hints file hints/linux.pl
Note (probably harmless): No library found for -lposix
Note (probably harmless): No library found for -lcposix
Writing Makefile for POSIX
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POSI
X'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/POSIX
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POS
IX'
Skip ../../lib/POSIX.pod (unchanged)
Skip ../../lib/POSIX.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap -typemap typemap POSIX.xs > POSIX.xsc &&
mv POSIX.xsc POSIX.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DSTRUCT_TM_HASZONE -DHINT_SC_EXIST -O2 -
DVERSION=\"1.19\" -DXS_VERSION=\"1.19\" -fPIC "-I../.." POSIX.c
Running Mkbootstrap for POSIX ()
chmod 644 POSIX.bs
rm -f ../../lib/auto/POSIX/POSIX.so
cc -shared -O2 -L/usr/local/lib -fstack-protector POSIX.o -o ../../lib/auto/PO
SIX/POSIX.so \
-lm \
chmod 755 ../../lib/auto/POSIX/POSIX.so
cp POSIX.bs ../../lib/auto/POSIX/POSIX.bs
chmod 644 ../../lib/auto/POSIX/POSIX.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POSI
X'
./miniperl -Ilib make_ext.pl lib/auto/re/re.so MAKE=make LIBPERL_A=libperl.a LIN
KTYPE=dynamic
Making re (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for re
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/re
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
cp re.pm ../../lib/re.pm
rm -f re_exec.c
cp ../../regexec.c re_exec.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.11\" -DXS_VERSION=\"0.1
1\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re_exec.
c
rm -f re_comp.c
cp ../../regcomp.c re_comp.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.11\" -DXS_VERSION=\"0.1
1\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re_comp.
c
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap re.xs > re.xsc && mv re.xsc re.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.11\" -DXS_VERSION=\"0.1
1\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re.c
Running Mkbootstrap for re ()
chmod 644 re.bs
rm -f ../../lib/auto/re/re.so
cc -shared -O2 -L/usr/local/lib -fstack-protector re_exec.o re_comp.o re.o -o
../../lib/auto/re/re.so \
\

chmod 755 ../../lib/auto/re/re.so


cp re.bs ../../lib/auto/re/re.bs
chmod 644 ../../lib/auto/re/re.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
./miniperl -Ilib make_ext.pl lib/auto/SDBM_File/SDBM_File.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making SDBM_File (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDB
M_File'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for sdbm
Writing Makefile for SDBM_File
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDBM
_File'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/SDBM_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDB
M_File'
Skip ../../lib/SDBM_File.pm (unchanged)
cd sdbm && make all
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDB
M_File/sdbm'
cc -c -I../../.. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/incl
ude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION
=\"\" -fPIC "-I../../.." -DSDBM -DDUFF sdbm.c
cc -c -I../../.. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/incl
ude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION
=\"\" -fPIC "-I../../.." -DSDBM -DDUFF pair.c
cc -c -I../../.. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/incl
ude -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"\" -DXS_VERSION
=\"\" -fPIC "-I../../.." -DSDBM -DDUFF hash.c
rm -rf libsdbm.a
/bin/ar cr libsdbm.a sdbm.o pair.o hash.o && : libsdbm.a
chmod 755 libsdbm.a
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDBM
_File/sdbm'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDB
M_File/sdbm'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDBM
_File/sdbm'
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap -typemap typemap SDBM_File.xs > SDBM_Fil
e.xsc && mv SDBM_File.xsc SDBM_File.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DPERL_EXTMALLOC_DEF -Dmalloc=Perl_mal
loc -Dfree=Perl_mfree -Drealloc=Perl_realloc -Dcalloc=Perl_calloc -DVERSION=\"1.
06\" -DXS_VERSION=\"1.06\" -fPIC "-I../.." SDBM_File.c
Running Mkbootstrap for SDBM_File ()
chmod 644 SDBM_File.bs
rm -f ../../lib/auto/SDBM_File/SDBM_File.so
cc -shared -O2 -L/usr/local/lib -fstack-protector SDBM_File.o -o ../../lib/aut
o/SDBM_File/SDBM_File.so sdbm/libsdbm.a \
\
chmod 755 ../../lib/auto/SDBM_File/SDBM_File.so
cp SDBM_File.bs ../../lib/auto/SDBM_File/SDBM_File.bs
chmod 644 ../../lib/auto/SDBM_File/SDBM_File.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDBM
_File'
./miniperl -Ilib make_ext.pl lib/auto/Socket/Socket.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making Socket (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Soc
ket'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Socket
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sock
et'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/Socket
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Soc
ket'
Skip ../../lib/Socket.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap Socket.xs > Socket.xsc && mv Socket.xsc
Socket.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.87\" -DXS_VERSION=\"1.8
7\" -fPIC "-I../.." Socket.c
Running Mkbootstrap for Socket ()
chmod 644 Socket.bs
rm -f ../../lib/auto/Socket/Socket.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Socket.o -o ../../lib/auto/S
ocket/Socket.so \
\
chmod 755 ../../lib/auto/Socket/Socket.so
cp Socket.bs ../../lib/auto/Socket/Socket.bs
chmod 644 ../../lib/auto/Socket/Socket.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sock
et'
./miniperl -Ilib make_ext.pl lib/auto/Storable/Storable.so MAKE=make LIBPERL_A=l
ibperl.a LINKTYPE=dynamic
Making Storable (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/St
orable'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Processing hints file hints/linux.pl
Writing Makefile for Storable
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sto
rable'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in dist/Storable
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/St
orable'
Skip ../../lib/Storable.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Storable.xs > Storable.xsc && mv Storable.xsc Storabl
e.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"2.22\" -DXS_VERSION=\"2.2
2\" -fPIC "-I../.." Storable.c
Running Mkbootstrap for Storable ()
chmod 644 Storable.bs
rm -f ../../lib/auto/Storable/Storable.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Storable.o -o ../../lib/auto
/Storable/Storable.so \
\
chmod 755 ../../lib/auto/Storable/Storable.so
cp Storable.bs ../../lib/auto/Storable/Storable.bs
chmod 644 ../../lib/auto/Storable/Storable.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sto
rable'
./miniperl -Ilib make_ext.pl lib/auto/Sys/Hostname/Hostname.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making Sys::Hostname (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys
-Hostname'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Sys::Hostname
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys-
Hostname'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/Sys-Hostname
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys
-Hostname'
Skip ../../lib/Sys/Hostname.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Hostname.xs > Hostname.xsc && mv Hostname.xsc Hostnam
e.c
Please specify prototyping behavior for Hostname.xs (see perlxs manual)
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.11\" -DXS_VERSION=\"1.1
1\" -fPIC "-I../.." Hostname.c
Running Mkbootstrap for Sys::Hostname ()
chmod 644 Hostname.bs
rm -f ../../lib/auto/Sys/Hostname/Hostname.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Hostname.o -o ../../lib/auto
/Sys/Hostname/Hostname.so \
\
chmod 755 ../../lib/auto/Sys/Hostname/Hostname.so
cp Hostname.bs ../../lib/auto/Sys/Hostname/Hostname.bs
chmod 644 ../../lib/auto/Sys/Hostname/Hostname.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys-
Hostname'
./miniperl -Ilib make_ext.pl lib/auto/Sys/Syslog/Syslog.so MAKE=make LIBPERL_A=l
ibperl.a LINKTYPE=dynamic
Making Sys::Syslog (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sy
s-Syslog'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Sys::Syslog
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sys
-Syslog'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Sys-Syslog
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sy
s-Syslog'
Skip ../../lib/Sys/Syslog.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -noprototyp
es -typemap ../../lib/ExtUtils/typemap Syslog.xs > Syslog.xsc && mv Syslog.xsc
Syslog.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.27\" -DXS_VERSION=\"0.2
7\" -fPIC "-I../.." Syslog.c
Running Mkbootstrap for Sys::Syslog ()
chmod 644 Syslog.bs
rm -f ../../lib/auto/Sys/Syslog/Syslog.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Syslog.o -o ../../lib/auto/S
ys/Syslog/Syslog.so \
\

chmod 755 ../../lib/auto/Sys/Syslog/Syslog.so


cp Syslog.bs ../../lib/auto/Sys/Syslog/Syslog.bs
chmod 644 ../../lib/auto/Sys/Syslog/Syslog.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sys
-Syslog'
./miniperl -Ilib make_ext.pl lib/auto/Text/Soundex/Soundex.so MAKE=make LIBPERL_
A=libperl.a LINKTYPE=dynamic
Making Text::Soundex (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Soundex'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Text::Soundex
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Soundex'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Text-Soundex
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Soundex'
Skip ../../lib/Text/Soundex.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Soundex.xs > Soundex.xsc && mv Soundex.xsc Soundex.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"3.03_01\" -DXS_VERSION=\"
3.03_01\" -fPIC "-I../.." Soundex.c
Running Mkbootstrap for Text::Soundex ()
chmod 644 Soundex.bs
rm -f ../../lib/auto/Text/Soundex/Soundex.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Soundex.o -o ../../lib/auto/
Text/Soundex/Soundex.so \
\
chmod 755 ../../lib/auto/Text/Soundex/Soundex.so
cp Soundex.bs ../../lib/auto/Text/Soundex/Soundex.bs
chmod 644 ../../lib/auto/Text/Soundex/Soundex.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Soundex'
./miniperl -Ilib make_ext.pl lib/auto/threads/threads.so MAKE=make LIBPERL_A=lib
perl.a LINKTYPE=dynamic
Making threads (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Processing hints file hints/linux.pl
Writing Makefile for threads
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in dist/threads
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads'
Skip ../../lib/threads.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap threads.xs > threads.xsc && mv threads.xsc threads.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.75\" -DXS_VERSION=\"1.7
5\" -fPIC "-I../.." threads.c
Running Mkbootstrap for threads ()
chmod 644 threads.bs
rm -f ../../lib/auto/threads/threads.so
cc -shared -O2 -L/usr/local/lib -fstack-protector threads.o -o ../../lib/auto/
threads/threads.so \
\
chmod 755 ../../lib/auto/threads/threads.so
cp threads.bs ../../lib/auto/threads/threads.bs
chmod 644 ../../lib/auto/threads/threads.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads'
./miniperl -Ilib make_ext.pl lib/auto/threads/shared/shared.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making threads::shared (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads-shared'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Processing hints file hints/linux.pl
Writing Makefile for threads::shared
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads-shared'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in dist/threads-shared
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads-shared'
Skip ../../lib/threads/shared.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap shared.xs > shared.xsc && mv shared.xsc shared.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.32\" -DXS_VERSION=\"1.3
2\" -fPIC "-I../.." shared.c
Running Mkbootstrap for threads::shared ()
chmod 644 shared.bs
rm -f ../../lib/auto/threads/shared/shared.so
cc -shared -O2 -L/usr/local/lib -fstack-protector shared.o -o ../../lib/auto/t
hreads/shared/shared.so \
\
chmod 755 ../../lib/auto/threads/shared/shared.so
cp shared.bs ../../lib/auto/threads/shared/shared.bs
chmod 644 ../../lib/auto/threads/shared/shared.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads-shared'
./miniperl -Ilib make_ext.pl lib/auto/Time/HiRes/HiRes.so MAKE=make LIBPERL_A=li
bperl.a LINKTYPE=dynamic
Making Time::HiRes (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-HiRes'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Configuring Time::HiRes...
Using hints hints/linux.pl...
Extra libraries: -lrt...
Have syscall()... looking for syscall.h... found <syscall.h>.
Looking for gettimeofday()... found.
Looking for setitimer()... found.
Looking for getitimer()... found.
You have interval timers (both setitimer and getitimer).
Looking for ualarm()... found.
Looking for usleep()... found.
Looking for nanosleep()... testing... found.
You can mix subsecond sleeps with signals, if you want to.
(It's still not portable, though.)
Looking for clock_gettime()... found.
Looking for clock_getres()... found.
Looking for clock_nanosleep()... found.
Looking for clock()... found.
Looking for stat() subsecond timestamps...
Trying struct stat st_atimespec.tv_nsec...NOT found.
Trying struct stat st_atimensec...NOT found.
Trying struct stat st_atime_n...NOT found.
Trying struct stat st_atim.tv_nsec...found.
Trying struct stat st_uatime...Processing hints file hints/linux.pl
NOT found.
You seem to have stat() subsecond timestamps.
(Your struct stat has them, but the filesystems must help.)
Writing Makefile for Time::HiRes
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-HiRes'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Time-HiRes
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-HiRes'
Skip ../../lib/Time/HiRes.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap -typemap typemap HiRes.xs > HiRes.xsc && mv HiRes.xsc
HiRes.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.9719\" -DXS_VERSION=\"1
.9719\" -fPIC "-I../.." -DTIME_HIRES_NANOSLEEP -DTIME_HIRES_CLOCK_GETTIME -DTIM
E_HIRES_CLOCK_GETRES -DTIME_HIRES_CLOCK_NANOSLEEP -DTIME_HIRES_CLOCK -DTIME_HIRE
S_STAT=4 -DATLEASTFIVEOHOHFIVE HiRes.c
Running Mkbootstrap for Time::HiRes ()
chmod 644 HiRes.bs
rm -f ../../lib/auto/Time/HiRes/HiRes.so
LD_RUN_PATH="/lib" cc -shared -O2 -L/usr/local/lib -fstack-protector HiRes.o -
o ../../lib/auto/Time/HiRes/HiRes.so \
-lrt \
chmod 755 ../../lib/auto/Time/HiRes/HiRes.so
cp HiRes.bs ../../lib/auto/Time/HiRes/HiRes.bs
chmod 644 ../../lib/auto/Time/HiRes/HiRes.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-HiRes'
./miniperl -Ilib make_ext.pl lib/auto/Time/Piece/Piece.so MAKE=make LIBPERL_A=li
bperl.a LINKTYPE=dynamic
Making Time::Piece (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-Piece'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for Time::Piece
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-Piece'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Time-Piece
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-Piece'
Skip ../../lib/Time/Seconds.pm (unchanged)
Skip ../../lib/Time/Piece.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Piece.xs > Piece.xsc && mv Piece.xsc Piece.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.15_01\" -DXS_VERSION=\"
1.15_01\" -fPIC "-I../.." Piece.c
Running Mkbootstrap for Time::Piece ()
chmod 644 Piece.bs
rm -f ../../lib/auto/Time/Piece/Piece.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Piece.o -o ../../lib/auto/Ti
me/Piece/Piece.so \
\
chmod 755 ../../lib/auto/Time/Piece/Piece.so
cp Piece.bs ../../lib/auto/Time/Piece/Piece.bs
chmod 644 ../../lib/auto/Time/Piece/Piece.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-Piece'
./miniperl -Ilib make_ext.pl lib/auto/Unicode/Normalize/Normalize.so MAKE=make L
IBPERL_A=libperl.a LINKTYPE=dynamic
Making Unicode::Normalize (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Normalize'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Making header files for XS...
Writing Makefile for Unicode::Normalize
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Normalize'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in cpan/Unicode-Normalize
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Normalize'
Skip ../../lib/Unicode/Normalize.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap Normalize.xs > Normalize.xsc && mv Normalize.xsc Norm
alize.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"1.03\" -DXS_VERSION=\"1.0
3\" -fPIC "-I../.." Normalize.c
Running Mkbootstrap for Unicode::Normalize ()
chmod 644 Normalize.bs
rm -f ../../lib/auto/Unicode/Normalize/Normalize.so
cc -shared -O2 -L/usr/local/lib -fstack-protector Normalize.o -o ../../lib/aut
o/Unicode/Normalize/Normalize.so \
\
chmod 755 ../../lib/auto/Unicode/Normalize/Normalize.so
cp Normalize.bs ../../lib/auto/Unicode/Normalize/Normalize.bs
chmod 644 ../../lib/auto/Unicode/Normalize/Normalize.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Normalize'
./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/APItest.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making XS::APItest (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Checking if your kit is complete...
Looks good
Writing Makefile for XS::APItest
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/XS-APItest
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest'
Skip ../../lib/XS/APItest.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap APItest.xs > APItest.xsc && mv APItest.xsc APItest.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.17\" -DXS_VERSION=\"
0.17\" -fPIC "-I../.." APItest.c
APItest.xs: In function â XS_XS__APItest_pmflagâ :
APItest.xs:930: warning: â Perl_pmflagâ is deprecated (declared at ../../proto.h:2623)
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.17\" -DXS_VERSION=\"
0.17\" -fPIC "-I../.." exception.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.17\" -DXS_VERSION=\"
0.17\" -fPIC "-I../.." core.c
cc -c -I. -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_
LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.17\" -DXS_VERSION=\"
0.17\" -fPIC "-I../.." notcore.c
Running Mkbootstrap for XS::APItest ()
chmod 644 APItest.bs
rm -f ../../lib/auto/XS/APItest/APItest.so
cc -shared -O2 -L/usr/local/lib -fstack-protector APItest.o exception.o core.o
notcore.o -o ../../lib/auto/XS/APItest/APItest.so \
\
chmod 755 ../../lib/auto/XS/APItest/APItest.so
cp APItest.bs ../../lib/auto/XS/APItest/APItest.bs
chmod 644 ../../lib/auto/XS/APItest/APItest.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest'
./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/KeywordRPN/KeywordRPN.so MAKE=m
ake LIBPERL_A=libperl.a LINKTYPE=dynamic
Making XS::APItest::KeywordRPN (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest-KeywordRPN'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for XS::APItest::KeywordRPN
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest-KeywordRPN'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/XS-APItest-KeywordRPN
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest-KeywordRPN'
Skip ../../lib/XS/APItest/KeywordRPN.pm (unchanged)
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap KeywordRPN.xs > KeywordRPN.xsc && mv KeywordRPN.xsc K
eywordRPN.c
Please specify prototyping behavior for KeywordRPN.xs (see perlxs manual)
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.003\" -DXS_VERSION=\"0.
003\" -fPIC "-I../.." KeywordRPN.c
Running Mkbootstrap for XS::APItest::KeywordRPN ()
chmod 644 KeywordRPN.bs
rm -f ../../lib/auto/XS/APItest/KeywordRPN/KeywordRPN.so
cc -shared -O2 -L/usr/local/lib -fstack-protector KeywordRPN.o -o ../../lib/au
to/XS/APItest/KeywordRPN/KeywordRPN.so \
\
chmod 755 ../../lib/auto/XS/APItest/KeywordRPN/KeywordRPN.so
cp KeywordRPN.bs ../../lib/auto/XS/APItest/KeywordRPN/KeywordRPN.bs
chmod 644 ../../lib/auto/XS/APItest/KeywordRPN/KeywordRPN.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest-KeywordRPN'
./miniperl -Ilib make_ext.pl lib/auto/XS/Typemap/Typemap.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making XS::Typemap (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
Typemap'
Makefile out-of-date with respect to ../../lib/Config.pm ../../config.h
Cleaning current config before rebuilding Makefile...
make -f Makefile.old clean > /dev/null 2>&1
../../miniperl "-I../../lib" "-I../../lib" Makefile.PL "INSTALLDIRS=perl" "INSTA
LLMAN1DIR=none" "INSTALLMAN3DIR=none" "PERL_CORE=1" "LIBPERL_A=libperl.a" "LINKT
YPE=dynamic"
Writing Makefile for XS::Typemap
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
false
make[1]: *** [Makefile] Error 1
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-T
ypemap'
make config PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic failed, continuing
anyway...
Making all in ext/XS-Typemap
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
Typemap'
Skip ../../lib/XS/Typemap.pm (unchanged)
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.03\" -DXS_VERSION=\"0.0
3\" -fPIC "-I../.." stdio.c
../../miniperl "-I../../lib" "-I../../lib" ../../lib/ExtUtils/xsubpp -typemap .
./../lib/ExtUtils/typemap -typemap typemap Typemap.xs > Typemap.xsc && mv Typem
ap.xsc Typemap.c
cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LAR
GEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -DVERSION=\"0.03\" -DXS_VERSION=\"0.0
3\" -fPIC "-I../.." Typemap.c
Running Mkbootstrap for XS::Typemap ()
chmod 644 Typemap.bs
rm -f ../../lib/auto/XS/Typemap/Typemap.so
cc -shared -O2 -L/usr/local/lib -fstack-protector stdio.o Typemap.o -o ../../
lib/auto/XS/Typemap/Typemap.so \
\
chmod 755 ../../lib/auto/XS/Typemap/Typemap.so
cp Typemap.bs ../../lib/auto/XS/Typemap/Typemap.bs
chmod 644 ../../lib/auto/XS/Typemap/Typemap.bs
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-T
ypemap'
./perl -f -Ilib pod/buildtoc --build-toc -q
./miniperl -Ilib minimod.pl > lib/ExtUtils/Miniperl.pm
cd x2p; make s2p
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
make[1]: `s2p' is up to date.
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
./miniperl -Ilib pod/pod2html.PL
Extracting pod2html (with variable substitutions)
./miniperl -Ilib pod/pod2latex.PL
Extracting pod2latex (with variable substitutions)
./miniperl -Ilib pod/pod2man.PL
Extracting pod2man (with variable substitutions)
./miniperl -Ilib pod/pod2text.PL
Extracting pod2text (with variable substitutions)
./miniperl -Ilib pod/pod2usage.PL
Extracting pod2usage (with variable substitutions)
./miniperl -Ilib pod/podchecker.PL
Extracting podchecker (with variable substitutions)
./miniperl -Ilib pod/podselect.PL
Extracting podselect (with variable substitutions)
Making utilities
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/utils'
../miniperl -I../lib c2ph.PL
Extracting c2ph (with variable substitutions)
Linking c2ph to pstruct.
../miniperl -I../lib config_data.PL
Extracting config_data (with variable substitutions)
../miniperl -I../lib corelist.PL
Extracting corelist (with variable substitutions)
../miniperl -I../lib cpan.PL
Extracting cpan (with variable substitutions)
../miniperl -I../lib h2ph.PL
Extracting h2ph (with variable substitutions)
../miniperl -I../lib h2xs.PL
Extracting h2xs (with variable substitutions)
../miniperl -I../lib instmodsh.PL
Extracting instmodsh (with variable substitutions)
../miniperl -I../lib perlbug.PL
Extracting perlbug (with variable substitutions)
../miniperl -I../lib perldoc.PL
Extracting "perldoc" (with variable substitutions)
../miniperl -I../lib perlivp.PL
Extracting perlivp (with variable substitutions)
../miniperl -I../lib pl2pm.PL
Extracting pl2pm (with variable substitutions)
../miniperl -I../lib prove.PL
Extracting prove (with variable substitutions)
../miniperl -I../lib ptar.PL
Extracting ptar (with variable substitutions)
../miniperl -I../lib ptardiff.PL
Extracting ptardiff (with variable substitutions)
../miniperl -I../lib cpanp-run-perl.PL
Extracting cpanp-run-perl (with variable substitutions)
../miniperl -I../lib cpanp.PL
Extracting cpanp (with variable substitutions)
../miniperl -I../lib cpan2dist.PL
Extracting cpan2dist (with variable substitutions)
../miniperl -I../lib shasum.PL
Extracting shasum (with variable substitutions)
../miniperl -I../lib splain.PL
Extracting splain (with variable substitutions)
../miniperl -I../lib dprofpp.PL
Extracting dprofpp (with variable substitutions)
../miniperl -I../lib libnetcfg.PL
Extracting libnetcfg (with variable substitutions)
../miniperl -I../lib piconv.PL
Extracting piconv (with variable substitutions)
../miniperl -I../lib enc2xs.PL
Extracting enc2xs (with variable substitutions)
../miniperl -I../lib xsubpp.PL
Extracting xsubpp (with variable substitutions)
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/utils'
Making x2p stuff
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
`sh cflags "optimize='-O2'" hash.o` -DPERL_FOR_X2P hash.c
CCCMD = cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/loc
al/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2
`sh cflags "optimize='-O2'" str.o` -DPERL_FOR_X2P str.c
CCCMD = cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/loc
al/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2
`sh cflags "optimize='-O2'" util.o` -DPERL_FOR_X2P util.c
CCCMD = cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/loc
al/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2
`sh cflags "optimize='-O2'" walk.o` -DPERL_FOR_X2P walk.c
CCCMD = cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/loc
al/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2
`sh cflags "optimize='-O2'" a2p.o` a2p.c
CCCMD = cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/loc
al/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2
cc -o a2p -fstack-protector -L/usr/local/lib hash.o str.o util.o walk.o a2p.o -
lnsl -ldl -lm -lcrypt -lutil -lc
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
Everything is up to date. Type 'make test' to run test suite.
./miniperl -Ilib make_patchnum.pl
Reusing 'git_version.h' and 'lib/Config_git.pl'
./miniperl -Ilib make_ext.pl cpan/Archive-Extract/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Archive::Extract (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Extract'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Extract'
Making all in cpan/Archive-Extract
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Extract'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Extract'
./miniperl -Ilib make_ext.pl cpan/Archive-Tar/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Archive::Tar (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Tar'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Tar'
Making all in cpan/Archive-Tar
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ar
chive-Tar'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Arc
hive-Tar'
./miniperl -Ilib make_ext.pl dist/Attribute-Handlers/pm_to_blib MAKE=make LIBPER
L_A=libperl.a
Making Attribute::Handlers (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/At
tribute-Handlers'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Att
ribute-Handlers'
Making all in dist/Attribute-Handlers
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/At
tribute-Handlers'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Att
ribute-Handlers'
./miniperl -Ilib make_ext.pl cpan/autodie/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making autodie (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/au
todie'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/aut
odie'
Making all in cpan/autodie
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/au
todie'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/aut
odie'
./miniperl -Ilib make_ext.pl cpan/AutoLoader/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making AutoLoader (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Au
toLoader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Aut
oLoader'
Making all in cpan/AutoLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Au
toLoader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Aut
oLoader'
./miniperl -Ilib make_ext.pl ext/autouse/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making autouse (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/aut
ouse'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/auto
use'
Making all in ext/autouse
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/aut
ouse'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/auto
use'
./miniperl -Ilib make_ext.pl dist/base/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making base (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/ba
se'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/bas
e'
Making all in dist/base
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/ba
se'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/bas
e'
./miniperl -Ilib make_ext.pl cpan/B-Debug/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making B::Debug (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Debug'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-D
ebug'
Making all in cpan/B-Debug
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Debug'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-D
ebug'
./miniperl -Ilib make_ext.pl dist/B-Deparse/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making B::Deparse (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-
Deparse'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-D
eparse'
Making all in dist/B-Deparse
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-
Deparse'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/B-D
eparse'
./miniperl -Ilib make_ext.pl cpan/bignum/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making bignum (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/bi
gnum'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/big
num'
Making all in cpan/bignum
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/bi
gnum'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/big
num'
./miniperl -Ilib make_ext.pl cpan/B-Lint/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making B::Lint (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Lint'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-L
int'
Making all in cpan/B-Lint
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-
Lint'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/B-L
int'
./miniperl -Ilib make_ext.pl cpan/CGI/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making CGI (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CG
I'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CGI
'
Making all in cpan/CGI
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CG
I'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CGI
'
./miniperl -Ilib make_ext.pl cpan/Class-ISA/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Class::ISA (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cl
ass-ISA'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cla
ss-ISA'
Making all in cpan/Class-ISA
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cl
ass-ISA'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cla
ss-ISA'
./miniperl -Ilib make_ext.pl dist/constant/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making constant (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/co
nstant'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/con
stant'
Making all in dist/constant
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/co
nstant'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/con
stant'
./miniperl -Ilib make_ext.pl cpan/CPAN/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making CPAN (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
AN'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
N'
Making all in cpan/CPAN
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
AN'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
N'
./miniperl -Ilib make_ext.pl cpan/CPANPLUS/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making CPANPLUS (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS'
Making all in cpan/CPANPLUS
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS'
./miniperl -Ilib make_ext.pl cpan/CPANPLUS-Dist-Build/pm_to_blib MAKE=make LIBPE
RL_A=libperl.a
Making CPANPLUS::Dist::Build (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS-Dist-Build'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS-Dist-Build'
Making all in cpan/CPANPLUS-Dist-Build
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CP
ANPLUS-Dist-Build'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/CPA
NPLUS-Dist-Build'
./miniperl -Ilib make_ext.pl ext/Devel-SelfStubber/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making Devel::SelfStubber (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-SelfStubber'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-SelfStubber'
Making all in ext/Devel-SelfStubber
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-SelfStubber'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-SelfStubber'
./miniperl -Ilib make_ext.pl cpan/Digest/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making Digest (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est'
Making all in cpan/Digest
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est'
./miniperl -Ilib make_ext.pl cpan/encoding-warnings/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making encoding::warnings (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/en
coding-warnings'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/enc
oding-warnings'
Making all in cpan/encoding-warnings
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/en
coding-warnings'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/enc
oding-warnings'
./miniperl -Ilib make_ext.pl ext/Errno/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Errno (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Err
no'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Errn
o'
Making all in ext/Errno
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Err
no'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Errn
o'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-CBuilder/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making ExtUtils::CBuilder (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-CBuilder'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-CBuilder'
Making all in cpan/ExtUtils-CBuilder
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-CBuilder'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-CBuilder'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-Command/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making ExtUtils::Command (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Command'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Command'
Making all in cpan/ExtUtils-Command
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Command'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Command'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-Constant/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making ExtUtils::Constant (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Constant'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Constant'
Making all in cpan/ExtUtils-Constant
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Constant'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Constant'
./miniperl -Ilib make_ext.pl dist/ExtUtils-Install/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making ExtUtils::Install (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ex
tUtils-Install'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ext
Utils-Install'
Making all in dist/ExtUtils-Install
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ex
tUtils-Install'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ext
Utils-Install'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-MakeMaker/pm_to_blib MAKE=make LIBPER
L_A=libperl.a
Making ExtUtils::MakeMaker (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-MakeMaker'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-MakeMaker'
Making all in cpan/ExtUtils-MakeMaker
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-MakeMaker'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-MakeMaker'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-Manifest/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making ExtUtils::Manifest (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Manifest'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Manifest'
Making all in cpan/ExtUtils-Manifest
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-Manifest'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-Manifest'
./miniperl -Ilib make_ext.pl cpan/ExtUtils-ParseXS/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making ExtUtils::ParseXS (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-ParseXS'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-ParseXS'
Making all in cpan/ExtUtils-ParseXS
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ex
tUtils-ParseXS'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ext
Utils-ParseXS'
./miniperl -Ilib make_ext.pl ext/FileCache/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making FileCache (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
eCache'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
Cache'
Making all in ext/FileCache
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
eCache'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
Cache'
./miniperl -Ilib make_ext.pl cpan/File-Fetch/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making File::Fetch (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Fetch'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Fetch'
Making all in cpan/File-Fetch
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Fetch'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Fetch'
./miniperl -Ilib make_ext.pl cpan/File-Path/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making File::Path (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Path'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Path'
Making all in cpan/File-Path
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Path'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Path'
./miniperl -Ilib make_ext.pl cpan/File-Temp/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making File::Temp (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Temp'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Temp'
Making all in cpan/File-Temp
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
le-Temp'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
e-Temp'
./miniperl -Ilib make_ext.pl dist/Filter-Simple/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making Filter::Simple (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fi
lter-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fil
ter-Simple'
Making all in dist/Filter-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fi
lter-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Fil
ter-Simple'
./miniperl -Ilib make_ext.pl cpan/Getopt-Long/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Getopt::Long (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ge
topt-Long'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Get
opt-Long'
Making all in cpan/Getopt-Long
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ge
topt-Long'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Get
opt-Long'
./miniperl -Ilib make_ext.pl dist/I18N-LangTags/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making I18N::LangTags (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I1
8N-LangTags'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I18
N-LangTags'
Making all in dist/I18N-LangTags
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I1
8N-LangTags'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/I18
N-LangTags'
./miniperl -Ilib make_ext.pl cpan/if/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making if (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if
'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if'
Making all in cpan/if
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if
'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/if'
./miniperl -Ilib make_ext.pl cpan/IO-Compress/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making IO::Compress (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Compress'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Compress'
Making all in cpan/IO-Compress
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Compress'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Compress'
./miniperl -Ilib make_ext.pl cpan/IO-Zlib/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making IO::Zlib (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Zlib'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Zlib'
Making all in cpan/IO-Zlib
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO
-Zlib'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IO-
Zlib'
./miniperl -Ilib make_ext.pl cpan/IPC-Cmd/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making IPC::Cmd (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-Cmd'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-Cmd'
Making all in cpan/IPC-Cmd
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-Cmd'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-Cmd'
./miniperl -Ilib make_ext.pl ext/IPC-Open2/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making IPC::Open2 (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open2'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open2'
Making all in ext/IPC-Open2
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open2'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open2'
./miniperl -Ilib make_ext.pl ext/IPC-Open3/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making IPC::Open3 (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open3'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open3'
Making all in ext/IPC-Open3
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC
-Open3'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/IPC-
Open3'
./miniperl -Ilib make_ext.pl dist/lib/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making lib (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/li
b'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/lib
'
Making all in dist/lib
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/li
b'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/lib
'
./miniperl -Ilib make_ext.pl cpan/libnet/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making libnet (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/li
bnet'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/lib
net'
Making all in cpan/libnet
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/li
bnet'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/lib
net'
./miniperl -Ilib make_ext.pl cpan/Locale-Codes/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Locale::Codes (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Codes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Codes'
Making all in cpan/Locale-Codes
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Codes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Codes'
./miniperl -Ilib make_ext.pl dist/Locale-Maketext/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Locale::Maketext (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Lo
cale-Maketext'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Loc
ale-Maketext'
Making all in dist/Locale-Maketext
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Lo
cale-Maketext'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Loc
ale-Maketext'
./miniperl -Ilib make_ext.pl cpan/Locale-Maketext-Simple/pm_to_blib MAKE=make LI
BPERL_A=libperl.a
Making Locale::Maketext::Simple (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Maketext-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Maketext-Simple'
Making all in cpan/Locale-Maketext-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
cale-Maketext-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Loc
ale-Maketext-Simple'
./miniperl -Ilib make_ext.pl cpan/Log-Message/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Log::Message (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message'
Making all in cpan/Log-Message
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message'
./miniperl -Ilib make_ext.pl cpan/Log-Message-Simple/pm_to_blib MAKE=make LIBPER
L_A=libperl.a
Making Log::Message::Simple (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message-Simple'
Making all in cpan/Log-Message-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lo
g-Message-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Log
-Message-Simple'
./miniperl -Ilib make_ext.pl cpan/Math-BigInt/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Math::BigInt (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt'
Making all in cpan/Math-BigInt
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt'
./miniperl -Ilib make_ext.pl cpan/Math-BigRat/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Math::BigRat (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigRat'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigRat'
Making all in cpan/Math-BigRat
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigRat'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigRat'
./miniperl -Ilib make_ext.pl cpan/Math-Complex/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Math::Complex (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-Complex'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-Complex'
Making all in cpan/Math-Complex
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-Complex'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-Complex'
./miniperl -Ilib make_ext.pl cpan/Memoize/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making Memoize (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Me
moize'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mem
oize'
Making all in cpan/Memoize
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Me
moize'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mem
oize'
./miniperl -Ilib make_ext.pl cpan/Module-Build/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Module::Build (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Build'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Build'
Making all in cpan/Module-Build
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Build'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Build'
./miniperl -Ilib make_ext.pl dist/Module-CoreList/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Module::CoreList (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mo
dule-CoreList'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mod
ule-CoreList'
Making all in dist/Module-CoreList
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mo
dule-CoreList'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Mod
ule-CoreList'
./miniperl -Ilib make_ext.pl cpan/Module-Load/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Module::Load (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load'
Making all in cpan/Module-Load
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load'
./miniperl -Ilib make_ext.pl cpan/Module-Load-Conditional/pm_to_blib MAKE=make L
IBPERL_A=libperl.a
Making Module::Load::Conditional (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load-Conditional'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load-Conditional'
Making all in cpan/Module-Load-Conditional
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Load-Conditional'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Load-Conditional'
./miniperl -Ilib make_ext.pl cpan/Module-Loaded/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making Module::Loaded (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Loaded'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Loaded'
Making all in cpan/Module-Loaded
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Loaded'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Loaded'
./miniperl -Ilib make_ext.pl cpan/Module-Pluggable/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making Module::Pluggable (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Pluggable'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Pluggable'
Making all in cpan/Module-Pluggable
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mo
dule-Pluggable'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mod
ule-Pluggable'
./miniperl -Ilib make_ext.pl dist/Net-Ping/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making Net::Ping (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ne
t-Ping'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Net
-Ping'
Making all in dist/Net-Ping
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Ne
t-Ping'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Net
-Ping'
./miniperl -Ilib make_ext.pl cpan/NEXT/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making NEXT (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NE
XT'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NEX
T'
Making all in cpan/NEXT
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NE
XT'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/NEX
T'
./miniperl -Ilib make_ext.pl cpan/Object-Accessor/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Object::Accessor (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ob
ject-Accessor'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Obj
ect-Accessor'
Making all in cpan/Object-Accessor
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ob
ject-Accessor'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Obj
ect-Accessor'
./miniperl -Ilib make_ext.pl cpan/Package-Constants/pm_to_blib MAKE=make LIBPERL
_A=libperl.a
Making Package::Constants (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
ckage-Constants'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pac
kage-Constants'
Making all in cpan/Package-Constants
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
ckage-Constants'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pac
kage-Constants'
./miniperl -Ilib make_ext.pl cpan/Params-Check/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Params::Check (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rams-Check'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
ams-Check'
Making all in cpan/Params-Check
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rams-Check'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
ams-Check'
./miniperl -Ilib make_ext.pl cpan/parent/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making parent (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pa
rent'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/par
ent'
Making all in cpan/parent
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pa
rent'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/par
ent'
./miniperl -Ilib make_ext.pl cpan/Parse-CPAN-Meta/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Parse::CPAN::Meta (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rse-CPAN-Meta'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
se-CPAN-Meta'
Making all in cpan/Parse-CPAN-Meta
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pa
rse-CPAN-Meta'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Par
se-CPAN-Meta'
./miniperl -Ilib make_ext.pl cpan/PerlIO-via-QuotedPrint/pm_to_blib MAKE=make LI
BPERL_A=libperl.a
Making PerlIO::via::QuotedPrint (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pe
rlIO-via-QuotedPrint'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Per
lIO-via-QuotedPrint'
Making all in cpan/PerlIO-via-QuotedPrint
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pe
rlIO-via-QuotedPrint'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Per
lIO-via-QuotedPrint'
./miniperl -Ilib make_ext.pl cpan/Pod-Escapes/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Pod::Escapes (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Escapes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Escapes'
Making all in cpan/Pod-Escapes
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Escapes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Escapes'
./miniperl -Ilib make_ext.pl cpan/Pod-LaTeX/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Pod::LaTeX (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-LaTeX'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-LaTeX'
Making all in cpan/Pod-LaTeX
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-LaTeX'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-LaTeX'
./miniperl -Ilib make_ext.pl cpan/podlators/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making podlators (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/po
dlators'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pod
lators'
Making all in cpan/podlators
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/po
dlators'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/pod
lators'
./miniperl -Ilib make_ext.pl cpan/Pod-Parser/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making Pod::Parser (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Parser'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Parser'
Making all in cpan/Pod-Parser
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Parser'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Parser'
./miniperl -Ilib make_ext.pl dist/Pod-Perldoc/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Pod::Perldoc (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Perldoc'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Perldoc'
Making all in dist/Pod-Perldoc
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Perldoc'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Perldoc'
./miniperl -Ilib make_ext.pl dist/Pod-Plainer/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Pod::Plainer (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Plainer'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Plainer'
Making all in dist/Pod-Plainer
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Po
d-Plainer'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Pod
-Plainer'
./miniperl -Ilib make_ext.pl cpan/Pod-Simple/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making Pod::Simple (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Simple'
Making all in cpan/Pod-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Po
d-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Pod
-Simple'
./miniperl -Ilib make_ext.pl dist/Safe/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Safe (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sa
fe'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Saf
e'
Making all in dist/Safe
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sa
fe'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Saf
e'
./miniperl -Ilib make_ext.pl dist/SelfLoader/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making SelfLoader (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Se
lfLoader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sel
fLoader'
Making all in dist/SelfLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Se
lfLoader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sel
fLoader'
./miniperl -Ilib make_ext.pl cpan/Shell/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Shell (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sh
ell'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/She
ll'
Making all in cpan/Shell
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sh
ell'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/She
ll'
./miniperl -Ilib make_ext.pl dist/Switch/pm_to_blib MAKE=make LIBPERL_A=libperl.
a
Making Switch (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sw
itch'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Swi
tch'
Making all in dist/Switch
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sw
itch'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Swi
tch'
./miniperl -Ilib make_ext.pl cpan/Term-ANSIColor/pm_to_blib MAKE=make LIBPERL_A=
libperl.a
Making Term::ANSIColor (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-ANSIColor'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-ANSIColor'
Making all in cpan/Term-ANSIColor
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-ANSIColor'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-ANSIColor'
./miniperl -Ilib make_ext.pl cpan/Term-Cap/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making Term::Cap (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-Cap'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-Cap'
Making all in cpan/Term-Cap
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-Cap'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-Cap'
./miniperl -Ilib make_ext.pl cpan/Term-UI/pm_to_blib MAKE=make LIBPERL_A=libperl
.a
Making Term::UI (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-UI'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-UI'
Making all in cpan/Term-UI
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
rm-UI'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ter
m-UI'
./miniperl -Ilib make_ext.pl cpan/Test/pm_to_blib MAKE=make LIBPERL_A=libperl.a
Making Test (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t'
Making all in cpan/Test
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t'
./miniperl -Ilib make_ext.pl cpan/Test-Harness/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Test::Harness (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Harness'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Harness'
Making all in cpan/Test-Harness
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Harness'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Harness'
./miniperl -Ilib make_ext.pl cpan/Test-Simple/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Test::Simple (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Simple'
Making all in cpan/Test-Simple
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
st-Simple'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tes
t-Simple'
./miniperl -Ilib make_ext.pl cpan/Text-Balanced/pm_to_blib MAKE=make LIBPERL_A=l
ibperl.a
Making Text::Balanced (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Balanced'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Balanced'
Making all in cpan/Text-Balanced
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Balanced'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Balanced'
./miniperl -Ilib make_ext.pl cpan/Text-ParseWords/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Text::ParseWords (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-ParseWords'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-ParseWords'
Making all in cpan/Text-ParseWords
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-ParseWords'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-ParseWords'
./miniperl -Ilib make_ext.pl cpan/Text-Tabs/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Text::Tabs (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Tabs'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Tabs'
Making all in cpan/Text-Tabs
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Tabs'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Tabs'
./miniperl -Ilib make_ext.pl dist/Thread-Queue/pm_to_blib MAKE=make LIBPERL_A=li
bperl.a
Making Thread::Queue (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Queue'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Queue'
Making all in dist/Thread-Queue
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Queue'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Queue'
./miniperl -Ilib make_ext.pl dist/Thread-Semaphore/pm_to_blib MAKE=make LIBPERL_
A=libperl.a
Making Thread::Semaphore (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Semaphore'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Semaphore'
Making all in dist/Thread-Semaphore
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Th
read-Semaphore'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Thr
ead-Semaphore'
./miniperl -Ilib make_ext.pl cpan/Tie-File/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making Tie::File (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-File'
Making all in cpan/Tie-File
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-File'
./miniperl -Ilib make_ext.pl ext/Tie-Memoize/pm_to_blib MAKE=make LIBPERL_A=libp
erl.a
Making Tie::Memoize (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie
-Memoize'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie-
Memoize'
Making all in ext/Tie-Memoize
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie
-Memoize'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tie-
Memoize'
./miniperl -Ilib make_ext.pl cpan/Tie-RefHash/pm_to_blib MAKE=make LIBPERL_A=lib
perl.a
Making Tie::RefHash (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-RefHash'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-RefHash'
Making all in cpan/Tie-RefHash
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
e-RefHash'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tie
-RefHash'
./miniperl -Ilib make_ext.pl ext/Time-Local/pm_to_blib MAKE=make LIBPERL_A=libpe
rl.a
Making Time::Local (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tim
e-Local'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Time
-Local'
Making all in ext/Time-Local
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Tim
e-Local'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Time
-Local'
./miniperl -Ilib make_ext.pl cpan/Unicode-Collate/pm_to_blib MAKE=make LIBPERL_A
=libperl.a
Making Unicode::Collate (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Collate'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Collate'
Making all in cpan/Unicode-Collate
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Collate'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Collate'
./miniperl -Ilib make_ext.pl dist/XSLoader/pm_to_blib MAKE=make LIBPERL_A=libper
l.a
Making XSLoader (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XS
Loader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XSL
oader'
Making all in dist/XSLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XS
Loader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/XSL
oader'
./miniperl -Ilib -Icpan/Cwd -Icpan/Cwd/lib mkppport
ppport.h in cpan/Cwd is up-to-date
ppport.h in cpan/DB_File is up-to-date
ppport.h in cpan/IPC-SysV is up-to-date
ppport.h in cpan/Time-HiRes is up-to-date
ppport.h in cpan/Win32API-File is up-to-date
./miniperl -Ilib make_ext.pl DynaLoader.o MAKE=make LIBPERL_A=libperl.a LINKTYPE
=static CCCDLFLAGS=
Making DynaLoader (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyn
aLoader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyna
Loader'
Making all in ext/DynaLoader
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS=
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyn
aLoader'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dyna
Loader'
./miniperl -Ilib make_ext.pl lib/auto/attributes/attributes.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making attributes (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/att
ributes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/attr
ibutes'
Making all in ext/attributes
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/att
ributes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/attr
ibutes'
./miniperl -Ilib make_ext.pl lib/auto/B/B.so MAKE=make LIBPERL_A=libperl.a LINKT
YPE=dynamic
Making B (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
Making all in ext/B
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/B'
./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Bzip2/Bzip2.so MAKE=make LIBP
ERL_A=libperl.a LINKTYPE=dynamic
Making Compress::Raw::Bzip2 (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Bzip2'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Bzip2'
Making all in cpan/Compress-Raw-Bzip2
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Bzip2'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Bzip2'
./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Zlib/Zlib.so MAKE=make LIBPER
L_A=libperl.a LINKTYPE=dynamic
Making Compress::Raw::Zlib (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Zlib'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Zlib'
Making all in cpan/Compress-Raw-Zlib
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Co
mpress-Raw-Zlib'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Com
press-Raw-Zlib'
./miniperl -Ilib make_ext.pl lib/auto/Cwd/Cwd.so MAKE=make LIBPERL_A=libperl.a L
INKTYPE=dynamic
Making Cwd (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cw
d'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cwd
'
Making all in cpan/Cwd
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cw
d'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Cwd
'
./miniperl -Ilib make_ext.pl lib/auto/Data/Dumper/Dumper.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making Data::Dumper (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Da
ta-Dumper'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Dat
a-Dumper'
Making all in dist/Data-Dumper
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Da
ta-Dumper'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Dat
a-Dumper'
./miniperl -Ilib make_ext.pl lib/auto/DB_File/DB_File.so MAKE=make LIBPERL_A=lib
perl.a LINKTYPE=dynamic
Making DB_File (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB
_File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB_
File'
Making all in cpan/DB_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB
_File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/DB_
File'
./miniperl -Ilib make_ext.pl lib/auto/Devel/DProf/DProf.so MAKE=make LIBPERL_A=l
ibperl.a LINKTYPE=dynamic
Making Devel::DProf (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-DProf'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-DProf'
Making all in ext/Devel-DProf
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-DProf'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-DProf'
./miniperl -Ilib make_ext.pl lib/auto/Devel/Peek/Peek.so MAKE=make LIBPERL_A=lib
perl.a LINKTYPE=dynamic
Making Devel::Peek (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-Peek'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-Peek'
Making all in ext/Devel-Peek
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Dev
el-Peek'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Deve
l-Peek'
./miniperl -Ilib make_ext.pl lib/auto/Devel/PPPort/PPPort.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making Devel::PPPort (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/De
vel-PPPort'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dev
el-PPPort'
Making all in cpan/Devel-PPPort
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/De
vel-PPPort'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dev
el-PPPort'
./miniperl -Ilib make_ext.pl lib/auto/Digest/MD5/MD5.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making Digest::MD5 (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-MD5'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-MD5'
Making all in cpan/Digest-MD5
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-MD5'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-MD5'
./miniperl -Ilib make_ext.pl lib/auto/Digest/SHA/SHA.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making Digest::SHA (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-SHA'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-SHA'
Making all in cpan/Digest-SHA
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Di
gest-SHA'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Dig
est-SHA'
./miniperl -Ilib make_ext.pl lib/auto/Encode/Encode.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making Encode (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode'
Making all in cpan/Encode
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/Byte'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/Byte'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/CN'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/CN'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/EBCDIC'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/EBCDIC'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/JP'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/JP'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/KR'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/KR'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/Symbol'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/Symbol'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/TW'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/TW'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/En
code/Unicode'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode/Unicode'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Enc
ode'
./miniperl -Ilib make_ext.pl lib/auto/Fcntl/Fcntl.so MAKE=make LIBPERL_A=libperl
.a LINKTYPE=dynamic
Making Fcntl (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcn
tl'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcnt
l'
Making all in ext/Fcntl
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcn
tl'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fcnt
l'
./miniperl -Ilib make_ext.pl lib/auto/File/Glob/Glob.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making File::Glob (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
e-Glob'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
-Glob'
Making all in ext/File-Glob
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Fil
e-Glob'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/File
-Glob'
./miniperl -Ilib make_ext.pl lib/auto/Filter/Util/Call/Call.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making Filter::Util::Call (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
lter-Util-Call'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
ter-Util-Call'
Making all in cpan/Filter-Util-Call
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fi
lter-Util-Call'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Fil
ter-Util-Call'
./miniperl -Ilib make_ext.pl lib/auto/GDBM_File/GDBM_File.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making GDBM_File (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDB
M_File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDBM
_File'
Making all in ext/GDBM_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDB
M_File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/GDBM
_File'
./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/Util.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making Hash::Util (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util'
Making all in ext/Hash-Util
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util'
./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/FieldHash/FieldHash.so MAKE=make
LIBPERL_A=libperl.a LINKTYPE=dynamic
Making Hash::Util::FieldHash (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util-FieldHash'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util-FieldHash'
Making all in ext/Hash-Util-FieldHash
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Has
h-Util-FieldHash'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Hash
-Util-FieldHash'
./miniperl -Ilib make_ext.pl lib/auto/I18N/Langinfo/Langinfo.so MAKE=make LIBPER
L_A=libperl.a LINKTYPE=dynamic
Making I18N::Langinfo (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18
N-Langinfo'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18N
-Langinfo'
Making all in ext/I18N-Langinfo
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18
N-Langinfo'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/I18N
-Langinfo'
./miniperl -Ilib make_ext.pl lib/auto/IO/IO.so MAKE=make LIBPERL_A=libperl.a LIN
KTYPE=dynamic
Making IO (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO
'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO'
Making all in dist/IO
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO
'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/IO'
./miniperl -Ilib make_ext.pl lib/auto/IPC/SysV/SysV.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making IPC::SysV (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-SysV'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-SysV'
Making all in cpan/IPC-SysV
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IP
C-SysV'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/IPC
-SysV'
./miniperl -Ilib make_ext.pl lib/auto/List/Util/Util.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making List::Util (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Li
st-Util'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lis
t-Util'
Making all in cpan/List-Util
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Li
st-Util'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Lis
t-Util'
./miniperl -Ilib make_ext.pl lib/auto/Math/BigInt/FastCalc/FastCalc.so MAKE=make
LIBPERL_A=libperl.a LINKTYPE=dynamic
Making Math::BigInt::FastCalc (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt-FastCalc'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt-FastCalc'
Making all in cpan/Math-BigInt-FastCalc
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ma
th-BigInt-FastCalc'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Mat
h-BigInt-FastCalc'
./miniperl -Ilib make_ext.pl lib/auto/MIME/Base64/Base64.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making MIME::Base64 (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MI
ME-Base64'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MIM
E-Base64'
Making all in cpan/MIME-Base64
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MI
ME-Base64'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/MIM
E-Base64'
./miniperl -Ilib make_ext.pl lib/auto/mro/mro.so MAKE=make LIBPERL_A=libperl.a L
INKTYPE=dynamic
Making mro (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro
'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro'
Making all in ext/mro
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro
'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/mro'
./miniperl -Ilib make_ext.pl lib/auto/NDBM_File/NDBM_File.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making NDBM_File (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDB
M_File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDBM
_File'
Making all in ext/NDBM_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDB
M_File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/NDBM
_File'
./miniperl -Ilib make_ext.pl lib/auto/Opcode/Opcode.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making Opcode (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opc
ode'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opco
de'
Making all in ext/Opcode
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opc
ode'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Opco
de'
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/encoding/encoding.so MAKE=make LIBP
ERL_A=libperl.a LINKTYPE=dynamic
Making PerlIO::encoding (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-encoding'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-encoding'
Making all in ext/PerlIO-encoding
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-encoding'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-encoding'
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/scalar/scalar.so MAKE=make LIBPERL_
A=libperl.a LINKTYPE=dynamic
Making PerlIO::scalar (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-scalar'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-scalar'
Making all in ext/PerlIO-scalar
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-scalar'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-scalar'
./miniperl -Ilib make_ext.pl lib/auto/PerlIO/via/via.so MAKE=make LIBPERL_A=libp
erl.a LINKTYPE=dynamic
Making PerlIO::via (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-via'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-via'
Making all in ext/PerlIO-via
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Per
lIO-via'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Perl
IO-via'
./miniperl -Ilib make_ext.pl lib/auto/POSIX/POSIX.so MAKE=make LIBPERL_A=libperl
.a LINKTYPE=dynamic
Making POSIX (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POS
IX'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POSI
X'
Making all in ext/POSIX
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POS
IX'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/POSI
X'
./miniperl -Ilib make_ext.pl lib/auto/re/re.so MAKE=make LIBPERL_A=libperl.a LIN
KTYPE=dynamic
Making re (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
Making all in ext/re
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/re'
./miniperl -Ilib make_ext.pl lib/auto/SDBM_File/SDBM_File.so MAKE=make LIBPERL_A
=libperl.a LINKTYPE=dynamic
Making SDBM_File (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDB
M_File'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDBM
_File'
Making all in ext/SDBM_File
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDB
M_File'
make[2]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDB
M_File/sdbm'
make[2]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDBM
_File/sdbm'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/SDBM
_File'
./miniperl -Ilib make_ext.pl lib/auto/Socket/Socket.so MAKE=make LIBPERL_A=libpe
rl.a LINKTYPE=dynamic
Making Socket (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Soc
ket'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sock
et'
Making all in ext/Socket
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Soc
ket'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sock
et'
./miniperl -Ilib make_ext.pl lib/auto/Storable/Storable.so MAKE=make LIBPERL_A=l
ibperl.a LINKTYPE=dynamic
Making Storable (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/St
orable'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sto
rable'
Making all in dist/Storable
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/St
orable'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/Sto
rable'
./miniperl -Ilib make_ext.pl lib/auto/Sys/Hostname/Hostname.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making Sys::Hostname (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys
-Hostname'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys-
Hostname'
Making all in ext/Sys-Hostname
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys
-Hostname'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/Sys-
Hostname'
./miniperl -Ilib make_ext.pl lib/auto/Sys/Syslog/Syslog.so MAKE=make LIBPERL_A=l
ibperl.a LINKTYPE=dynamic
Making Sys::Syslog (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sy
s-Syslog'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sys
-Syslog'
Making all in cpan/Sys-Syslog
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sy
s-Syslog'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Sys
-Syslog'
./miniperl -Ilib make_ext.pl lib/auto/Text/Soundex/Soundex.so MAKE=make LIBPERL_
A=libperl.a LINKTYPE=dynamic
Making Text::Soundex (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Soundex'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Soundex'
Making all in cpan/Text-Soundex
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Te
xt-Soundex'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tex
t-Soundex'
./miniperl -Ilib make_ext.pl lib/auto/threads/threads.so MAKE=make LIBPERL_A=lib
perl.a LINKTYPE=dynamic
Making threads (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads'
Making all in dist/threads
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads'
./miniperl -Ilib make_ext.pl lib/auto/threads/shared/shared.so MAKE=make LIBPERL
_A=libperl.a LINKTYPE=dynamic
Making threads::shared (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads-shared'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads-shared'
Making all in dist/threads-shared
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/th
reads-shared'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/dist/thr
eads-shared'
./miniperl -Ilib make_ext.pl lib/auto/Time/HiRes/HiRes.so MAKE=make LIBPERL_A=li
bperl.a LINKTYPE=dynamic
Making Time::HiRes (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-HiRes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-HiRes'
Making all in cpan/Time-HiRes
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-HiRes'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-HiRes'
./miniperl -Ilib make_ext.pl lib/auto/Time/Piece/Piece.so MAKE=make LIBPERL_A=li
bperl.a LINKTYPE=dynamic
Making Time::Piece (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-Piece'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-Piece'
Making all in cpan/Time-Piece
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Ti
me-Piece'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Tim
e-Piece'
./miniperl -Ilib -Icpan/Cwd -Icpan/Cwd/lib lib/unicore/mktables -C lib/unicore -
P pod -maketest -makelist -p
Files seem to be ok, not bothering to rebuild.
./miniperl -Ilib make_ext.pl lib/auto/Unicode/Normalize/Normalize.so MAKE=make L
IBPERL_A=libperl.a LINKTYPE=dynamic
Making Unicode::Normalize (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Normalize'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Normalize'
Making all in cpan/Unicode-Normalize
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Un
icode-Normalize'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/cpan/Uni
code-Normalize'
./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/APItest.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making XS::APItest (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest'
Making all in ext/XS-APItest
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest'
./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/KeywordRPN/KeywordRPN.so MAKE=m
ake LIBPERL_A=libperl.a LINKTYPE=dynamic
Making XS::APItest::KeywordRPN (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest-KeywordRPN'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest-KeywordRPN'
Making all in ext/XS-APItest-KeywordRPN
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
APItest-KeywordRPN'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-A
PItest-KeywordRPN'
./miniperl -Ilib make_ext.pl lib/auto/XS/Typemap/Typemap.so MAKE=make LIBPERL_A=
libperl.a LINKTYPE=dynamic
Making XS::Typemap (all)
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
Typemap'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-T
ypemap'
Making all in ext/XS-Typemap
make all PERL_CORE=1 LIBPERL_A=libperl.a LINKTYPE=dynamic
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-
Typemap'
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/ext/XS-T
ypemap'
cd x2p; make s2p
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
make[1]: `s2p' is up to date.
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/x2p'
Making utilities
make[1]: Entering directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/utils'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/dave/perl5/perlbrew/build/perl-5.12.2/utils'
cd t && (rm -f perl; /bin/ln -s ../perl perl)
./runtests choose
t/base/cond....................................................ok
t/base/if......................................................ok
t/base/lex.....................................................ok
t/base/num.....................................................ok
t/base/pat.....................................................ok
t/base/rs......................................................ok
t/base/term....................................................ok
t/comp/bproto..................................................ok
t/comp/cmdopt..................................................ok
t/comp/colon...................................................ok
t/comp/decl....................................................ok
t/comp/final_line_num..........................................ok
t/comp/fold....................................................ok
t/comp/form_scope..............................................ok
t/comp/hints...................................................ok
t/comp/line_debug..............................................ok
t/comp/multiline...............................................ok
t/comp/opsubs..................................................ok
t/comp/our.....................................................ok
t/comp/package.................................................ok
t/comp/parser..................................................ok
t/comp/proto...................................................ok
t/comp/redef...................................................ok
t/comp/require.................................................ok
t/comp/retainedlines...........................................ok
t/comp/term....................................................ok
t/comp/uproto..................................................ok
t/comp/use.....................................................ok
t/comp/utf.....................................................ok
t/run/cloexec..................................................ok
t/run/exit.....................................................ok
t/run/fresh_perl...............................................ok
t/run/noswitch.................................................ok
t/run/runenv...................................................ok
t/run/script...................................................ok
t/run/switch0..................................................ok
t/run/switchC..................................................ok
t/run/switchF..................................................ok
t/run/switchF1.................................................ok
t/run/switchI..................................................ok
t/run/switcha..................................................ok
t/run/switchd..................................................ok
t/run/switches.................................................ok
t/run/switchn..................................................ok
t/run/switchp..................................................ok
t/run/switcht..................................................ok
t/run/switchx..................................................ok
t/cmd/elsif....................................................ok
t/cmd/for......................................................ok
t/cmd/mod......................................................ok
t/cmd/subval...................................................ok
t/cmd/switch...................................................ok
t/cmd/while....................................................ok
t/io/argv......................................................ok
t/io/binmode...................................................ok
t/io/crlf......................................................ok
t/io/crlf_through..............................................ok
t/io/dup.......................................................ok
t/io/errno.....................................................ok
t/io/fflush....................................................ok
t/io/fs........................................................ok
t/io/inplace...................................................ok
t/io/iprefix...................................................ok
t/io/layers....................................................ok
t/io/nargv.....................................................ok
t/io/open......................................................ok
t/io/openpid...................................................ok
t/io/perlio....................................................ok
t/io/perlio_fail...............................................ok
t/io/perlio_leaks..............................................ok
t/io/perlio_open...............................................ok
t/io/pipe......................................................ok
t/io/print.....................................................ok
t/io/pvbm......................................................ok
t/io/read......................................................ok
t/io/say.......................................................ok
t/io/tell......................................................ok
t/io/through...................................................ok
t/io/utf8......................................................ok
t/re/pat.......................................................ok
t/re/pat_advanced..............................................ok
t/re/pat_advanced_thr..........................................skipped
t/re/pat_psycho................................................ok
t/re/pat_psycho_thr............................................skipped
t/re/pat_re_eval...............................................ok
t/re/pat_re_eval_thr...........................................skipped
t/re/pat_rt_report.............................................ok
t/re/pat_rt_report_thr.........................................skipped
t/re/pat_special_cc............................................ok
t/re/pat_special_cc_thr........................................skipped
t/re/pat_thr...................................................skipped
t/re/qr........................................................ok
t/re/qr_gc.....................................................ok
t/re/qrstack...................................................ok
t/re/re........................................................ok
t/re/reg_60508.................................................ok
t/re/reg_email.................................................ok
t/re/reg_email_thr.............................................skipped
t/re/reg_fold..................................................ok
t/re/reg_mesg..................................................ok
t/re/reg_namedcapture..........................................ok
t/re/reg_nc_tie................................................ok
t/re/reg_pmod..................................................ok
t/re/reg_posixcc...............................................ok
t/re/reg_unsafe................................................ok
t/re/regexp....................................................ok
t/re/regexp_noamp..............................................ok
t/re/regexp_notrie.............................................ok
t/re/regexp_qr.................................................ok
t/re/regexp_qr_embed...........................................ok
t/re/regexp_qr_embed_thr.......................................skipped
t/re/regexp_trielist...........................................ok
t/re/regexp_unicode_prop.......................................ok
t/re/regexp_unicode_prop_thr...................................skipped
t/re/rxcode....................................................ok
t/re/subst.....................................................ok
t/re/substT....................................................ok
t/re/subst_amp.................................................ok
t/re/subst_wamp................................................ok
t/re/substr....................................................ok
t/re/substr_thr................................................skipped
t/re/uniprops..................................................ok
t/op/64bitint..................................................ok
t/op/alarm.....................................................ok
t/op/anonsub...................................................ok
t/op/append....................................................ok
t/op/args......................................................ok
t/op/arith.....................................................ok
t/op/array.....................................................ok
t/op/array_base................................................ok
t/op/assignwarn................................................ok
t/op/attrhand..................................................ok
t/op/attrs.....................................................ok
t/op/auto......................................................ok
t/op/avhv......................................................ok
t/op/bless.....................................................ok
t/op/blocks....................................................ok
t/op/bop.......................................................ok
t/op/caller....................................................ok
t/op/chars.....................................................ok
t/op/chdir.....................................................ok
t/op/chop......................................................ok
t/op/chr.......................................................ok
t/op/closure...................................................ok
t/op/cmp.......................................................ok
t/op/concat....................................................ok
t/op/cond......................................................ok
t/op/context...................................................ok
t/op/cproto....................................................ok
t/op/crypt.....................................................ok
t/op/dbm.......................................................ok
t/op/defins....................................................ok
t/op/delete....................................................ok
t/op/die.......................................................ok
t/op/die_exit..................................................ok
t/op/do........................................................ok
t/op/dor.......................................................ok
t/op/each......................................................ok
t/op/each_array................................................ok
t/op/eval......................................................ok
t/op/exec......................................................ok
t/op/exists_sub................................................ok
t/op/exp.......................................................ok
t/op/fh........................................................ok
t/op/filehandle................................................ok
t/op/filetest..................................................ok
t/op/filetest_t................................................ok
t/op/flip......................................................ok
t/op/fork......................................................ok
t/op/getpid....................................................skipped
t/op/getppid...................................................ok
t/op/glob......................................................ok
t/op/gmagic....................................................ok
t/op/goto......................................................ok
t/op/goto_xs...................................................ok
t/op/grent.....................................................ok
t/op/grep......................................................ok
t/op/groups....................................................ok
t/op/gv........................................................ok
t/op/hash......................................................ok
t/op/hashassign................................................ok
t/op/hashwarn..................................................ok
t/op/inc.......................................................ok
t/op/inccode-tie...............................................ok
t/op/inccode...................................................ok
t/op/incfilter.................................................ok
t/op/index.....................................................ok
t/op/index_thr.................................................skipped
t/op/int.......................................................ok
t/op/join......................................................ok
t/op/kill0.....................................................ok
t/op/lc........................................................ok
t/op/lc_user...................................................ok
t/op/length....................................................ok
t/op/lex.......................................................ok
t/op/lex_assign................................................ok
t/op/lfs.......................................................ok
t/op/list......................................................ok
t/op/local.....................................................ok
t/op/localref..................................................ok
t/op/loopctl...................................................ok
t/op/lop.......................................................ok
t/op/magic.....................................................ok
t/op/method....................................................ok
t/op/mkdir.....................................................ok
t/op/my........................................................ok
t/op/my_stash..................................................ok
t/op/mydef.....................................................ok
t/op/negate....................................................ok
t/op/not.......................................................ok
t/op/numconvert................................................ok
t/op/oct.......................................................ok
t/op/or........................................................ok
t/op/ord.......................................................ok
t/op/overload_integer..........................................ok
t/op/override..................................................ok
t/op/pack......................................................ok
t/op/packagev..................................................ok
t/op/pos.......................................................ok
t/op/pow.......................................................ok
t/op/protowarn.................................................ok
t/op/push......................................................ok
t/op/pwent.....................................................ok
t/op/qq........................................................ok
t/op/qr........................................................ok
t/op/quotemeta.................................................ok
t/op/rand......................................................ok
t/op/range.....................................................ok
t/op/read......................................................ok
t/op/readdir...................................................ok
t/op/readline..................................................ok
t/op/recurse...................................................ok
t/op/ref.......................................................ok
t/op/repeat....................................................ok
t/op/reset.....................................................ok
t/op/reverse...................................................ok
t/op/runlevel..................................................ok
t/op/setpgrpstack..............................................ok
t/op/sleep.....................................................ok
t/op/smartmatch................................................ok
t/op/sort......................................................ok
t/op/splice....................................................ok
t/op/split.....................................................ok
t/op/sprintf...................................................ok
t/op/sprintf2..................................................ok
t/op/srand.....................................................ok
t/op/sselect...................................................ok
t/op/stash.....................................................ok
t/op/stat......................................................ok
t/op/state.....................................................ok
t/op/study.....................................................ok
t/op/studytied.................................................ok
t/op/sub.......................................................ok
t/op/sub_lval..................................................ok
t/op/switch....................................................ok
t/op/symbolcache...............................................ok
t/op/sysio.....................................................ok
t/op/taint.....................................................ok
t/op/threads...................................................skipped
t/op/tie.......................................................ok
t/op/tiearray..................................................ok
t/op/tiehandle.................................................ok
t/op/time......................................................ok
t/op/time_loop.................................................ok
t/op/tr........................................................ok
t/op/undef.....................................................ok
t/op/universal.................................................ok
t/op/unshift...................................................ok
t/op/upgrade...................................................ok
t/op/utf8cache.................................................ok
t/op/utf8decode................................................ok
t/op/utf8magic.................................................ok
t/op/utfhash...................................................ok
t/op/utftaint..................................................ok
t/op/vec.......................................................ok
t/op/ver.......................................................ok
t/op/wantarray.................................................ok
t/op/while_readdir.............................................ok
t/op/write.....................................................ok
t/op/yadayada..................................................ok
t/uni/cache....................................................ok
t/uni/chomp....................................................ok
t/uni/chr......................................................ok
t/uni/class....................................................ok
t/uni/fold.....................................................ok
t/uni/greek....................................................ok
t/uni/latin2...................................................ok
t/uni/lex_utf8.................................................ok
t/uni/lower....................................................ok
t/uni/overload.................................................ok
t/uni/sprintf..................................................ok
t/uni/tie......................................................ok
t/uni/title....................................................ok
t/uni/tr_7jis..................................................ok
t/uni/tr_eucjp.................................................ok
t/uni/tr_sjis..................................................ok
t/uni/tr_utf8..................................................ok
t/uni/upper....................................................ok
t/uni/write....................................................ok
t/mro/basic....................................................ok
t/mro/basic_01_c3..............................................ok
t/mro/basic_01_dfs.............................................ok
t/mro/basic_02_c3..............................................ok
t/mro/basic_02_dfs.............................................ok
t/mro/basic_03_c3..............................................ok
t/mro/basic_03_dfs.............................................ok
t/mro/basic_04_c3..............................................ok
t/mro/basic_04_dfs.............................................ok
t/mro/basic_05_c3..............................................ok
t/mro/basic_05_dfs.............................................ok
t/mro/c3_with_overload.........................................ok
t/mro/complex_c3...............................................ok
t/mro/complex_dfs..............................................ok
t/mro/dbic_c3..................................................ok
t/mro/dbic_dfs.................................................ok
t/mro/inconsistent_c3..........................................ok
t/mro/isa_c3...................................................ok
t/mro/isa_dfs..................................................ok
t/mro/method_caching...........................................ok
t/mro/next_NEXT................................................ok
t/mro/next_edgecases...........................................ok
t/mro/next_goto................................................ok
t/mro/next_inanon..............................................ok
t/mro/next_ineval..............................................ok
t/mro/next_method..............................................ok
t/mro/next_skip................................................ok
t/mro/overload_c3..............................................ok
t/mro/overload_dfs.............................................ok
t/mro/package_aliases..........................................ok
t/mro/pkg_gen..................................................ok
t/mro/recursion_c3.............................................ok
t/mro/recursion_dfs............................................ok
t/mro/vulcan_c3................................................ok
t/mro/vulcan_dfs...............................................ok
t/lib/1_compile................................................ok
t/lib/commonsense..............................................ok
t/lib/croak....................................................ok
t/lib/cygwin...................................................skipped
t/lib/deprecate................................................ok
t/lib/mypragma.................................................ok
t/lib/no_load..................................................ok
t/lib/overload_fallback........................................ok
t/lib/proxy_constant_subs......................................ok
cpan/Archive-Extract/t/01_Archive-Extract......................ok
cpan/Archive-Tar/t/01_use......................................ok
cpan/Archive-Tar/t/02_methods..................................ok
cpan/Archive-Tar/t/03_file.....................................ok
cpan/Archive-Tar/t/04_resolved_issues..........................ok
cpan/Archive-Tar/t/05_iter.....................................ok
cpan/Archive-Tar/t/06_error....................................ok
cpan/Archive-Tar/t/90_symlink..................................skipped
cpan/Archive-Tar/t/99_pod......................................skipped
cpan/autodie/t/00-load.........................................ok
cpan/autodie/t/autodie.........................................ok
cpan/autodie/t/backcompat......................................ok
cpan/autodie/t/basic_exceptions................................ok
cpan/autodie/t/binmode.........................................ok
cpan/autodie/t/blog_hints......................................ok
cpan/autodie/t/caller..........................................ok
cpan/autodie/t/context_lexical.................................ok
cpan/autodie/t/context.........................................ok
cpan/autodie/t/crickey.........................................ok
cpan/autodie/t/dbmopen.........................................ok
cpan/autodie/t/exception_class.................................ok
cpan/autodie/t/exceptions......................................ok
cpan/autodie/t/exec............................................ok
cpan/autodie/t/Fatal...........................................ok
cpan/autodie/t/filehandles.....................................ok
cpan/autodie/t/fileno..........................................ok
cpan/autodie/t/flock...........................................ok
cpan/autodie/t/format-clobber..................................ok
cpan/autodie/t/hints_insist....................................ok
cpan/autodie/t/hints_pod_examples..............................ok
cpan/autodie/t/hints_provider_does.............................ok
cpan/autodie/t/hints_provider_easy_does_it.....................ok
cpan/autodie/t/hints_provider_isa..............................ok
cpan/autodie/t/hints...........................................ok
cpan/autodie/t/internal-backcompat.............................ok
cpan/autodie/t/internal........................................ok
cpan/autodie/t/lethal..........................................ok
cpan/autodie/t/mkdir...........................................ok
cpan/autodie/t/open............................................ok
cpan/autodie/t/recv............................................ok
cpan/autodie/t/repeat..........................................ok
cpan/autodie/t/scope_leak......................................ok
cpan/autodie/t/string-eval-basic...............................ok
cpan/autodie/t/string-eval-leak................................ok
cpan/autodie/t/sysopen.........................................ok
cpan/autodie/t/truncate........................................ok
cpan/autodie/t/unlink..........................................ok
cpan/autodie/t/user-context....................................ok
cpan/autodie/t/usersub.........................................ok
cpan/autodie/t/version.........................................ok
cpan/autodie/t/version_tag.....................................ok
cpan/AutoLoader/t/01AutoLoader.................................ok
cpan/AutoLoader/t/02AutoSplit..................................ok
cpan/B-Debug/t/debug...........................................ok
cpan/bignum/t/big_e_pi.........................................ok
cpan/bignum/t/bigexp...........................................ok
cpan/bignum/t/bigint...........................................ok
cpan/bignum/t/bignum...........................................ok
cpan/bignum/t/bigrat...........................................ok
cpan/bignum/t/bii_e_pi.........................................ok
cpan/bignum/t/biinfnan.........................................ok
cpan/bignum/t/bir_e_pi.........................................ok
cpan/bignum/t/bninfnan.........................................ok
cpan/bignum/t/bn_lite..........................................ok
cpan/bignum/t/brinfnan.........................................ok
cpan/bignum/t/br_lite..........................................ok
cpan/bignum/t/in_effect........................................ok
cpan/bignum/t/option_a.........................................ok
cpan/bignum/t/option_l.........................................ok
cpan/bignum/t/option_p.........................................ok
cpan/bignum/t/ratopt_a.........................................ok
cpan/bignum/t/scope_f..........................................ok
cpan/bignum/t/scope_i..........................................ok
cpan/bignum/t/scope_r..........................................ok
cpan/B-Lint/t/lint.............................................ok
cpan/CGI/t/apache..............................................ok
cpan/CGI/t/autoescape..........................................ok
cpan/CGI/t/can.................................................ok
cpan/CGI/t/carp................................................ok
cpan/CGI/t/checkbox_group......................................ok
cpan/CGI/t/cookie..............................................ok
cpan/CGI/t/Dump................................................ok
cpan/CGI/t/end_form............................................ok
cpan/CGI/t/form................................................ok
cpan/CGI/t/function............................................ok
cpan/CGI/t/hidden..............................................ok
cpan/CGI/t/html................................................ok
cpan/CGI/t/http................................................ok
cpan/CGI/t/init................................................ok
cpan/CGI/t/no_tabindex.........................................ok
cpan/CGI/t/popup_menu..........................................ok
cpan/CGI/t/pretty..............................................ok
cpan/CGI/t/push................................................ok
cpan/CGI/t/query_string........................................ok
cpan/CGI/t/request.............................................ok
cpan/CGI/t/save_read_roundtrip.................................ok
cpan/CGI/t/start_end_asterisk..................................ok
cpan/CGI/t/start_end_end.......................................ok
cpan/CGI/t/start_end_start.....................................ok
cpan/CGI/t/switch..............................................ok
cpan/CGI/t/unescapeHTML........................................ok
cpan/CGI/t/uploadInfo..........................................ok
cpan/CGI/t/upload..............................................ok
cpan/CGI/t/url.................................................ok
cpan/CGI/t/user_agent..........................................ok
cpan/CGI/t/utf8................................................ok
cpan/CGI/t/util-58.............................................ok
cpan/CGI/t/util................................................ok
cpan/Class-ISA/t/00_about_verbose..............................ok
cpan/Class-ISA/t/01_old_junk...................................ok
cpan/Compress-Raw-Bzip2/t/000prereq............................ok
cpan/Compress-Raw-Bzip2/t/01bzip2..............................ok
cpan/Compress-Raw-Bzip2/t/09limitoutput........................ok
cpan/Compress-Raw-Bzip2/t/99pod................................skipped
cpan/Compress-Raw-Zlib/t/01version.............................ok
cpan/Compress-Raw-Zlib/t/02zlib................................ok
cpan/Compress-Raw-Zlib/t/07bufsize.............................ok
cpan/Compress-Raw-Zlib/t/09limitoutput.........................ok
cpan/Compress-Raw-Zlib/t/18lvalue..............................ok
cpan/CPANPLUS-Dist-Build/t/01_CPANPLUS-Dist-Build-Constants....ok
cpan/CPANPLUS-Dist-Build/t/02_CPANPLUS-Dist-Build..............ok
cpan/CPANPLUS/t/00_CPANPLUS-Internals-Utils....................ok
cpan/CPANPLUS/t/01_CPANPLUS-Configure..........................ok
cpan/CPANPLUS/t/02_CPANPLUS-Internals..........................ok
cpan/CPANPLUS/t/03_CPANPLUS-Internals-Source...................# Failed test '
Timestamp on sourcefile updated'
# at t/03_CPANPLUS-Internals-Source.t line 204.
# '1284895103'
# >=
# '1284905946'
FAILED at test 40
cpan/CPANPLUS/t/04_CPANPLUS-Module.............................ok
cpan/CPANPLUS/t/05_CPANPLUS-Internals-Fetch....................ok
cpan/CPANPLUS/t/06_CPANPLUS-Internals-Constants................ok
cpan/CPANPLUS/t/07_CPANPLUS-Internals-Extract..................ok
cpan/CPANPLUS/t/08_CPANPLUS-Backend............................ok
cpan/CPANPLUS/t/09_CPANPLUS-Internals-Search...................ok
cpan/CPANPLUS/t/10_CPANPLUS-Error..............................ok
cpan/CPANPLUS/t/15_CPANPLUS-Shell..............................ok
cpan/CPANPLUS/t/19_CPANPLUS-Dist...............................ok
cpan/CPANPLUS/t/20_CPANPLUS-Dist-MM............................ok
cpan/CPANPLUS/t/21_CPANPLUS-Dist-No-Build......................ok
cpan/CPANPLUS/t/25_CPANPLUS....................................ok
cpan/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate...............ok
cpan/CPANPLUS/t/40_CPANPLUS-Internals-Report...................ok
cpan/CPAN/t/01loadme...........................................ok
cpan/CPAN/t/02nox..............................................ok
cpan/CPAN/t/03pkgs.............................................ok
cpan/CPAN/t/10version..........................................ok
cpan/CPAN/t/11mirroredby.......................................ok
cpan/Cwd/t/crossplatform.......................................ok
cpan/Cwd/t/cwd.................................................ok
cpan/Cwd/t/Functions...........................................ok
cpan/Cwd/t/rel2abs2rel.........................................ok
cpan/Cwd/t/Spec................................................ok
cpan/Cwd/t/taint...............................................ok
cpan/Cwd/t/tmpdir..............................................ok
cpan/Cwd/t/win32...............................................skipped
cpan/DB_File/t/db-btree........................................ok
cpan/DB_File/t/db-hash.........................................ok
cpan/DB_File/t/db-recno........................................ok
cpan/Devel-PPPort/t/call.......................................ok
cpan/Devel-PPPort/t/cop........................................ok
cpan/Devel-PPPort/t/exception..................................ok
cpan/Devel-PPPort/t/format.....................................ok
cpan/Devel-PPPort/t/grok.......................................ok
cpan/Devel-PPPort/t/gv.........................................ok
cpan/Devel-PPPort/t/HvNAME.....................................ok
cpan/Devel-PPPort/t/limits.....................................ok
cpan/Devel-PPPort/t/magic......................................ok
cpan/Devel-PPPort/t/memory.....................................ok
cpan/Devel-PPPort/t/misc.......................................ok
cpan/Devel-PPPort/t/mPUSH......................................ok
cpan/Devel-PPPort/t/MY_CXT.....................................ok
cpan/Devel-PPPort/t/newCONSTSUB................................ok
cpan/Devel-PPPort/t/newRV......................................ok
cpan/Devel-PPPort/t/newSVpv....................................ok
cpan/Devel-PPPort/t/newSV_type.................................ok
cpan/Devel-PPPort/t/podtest....................................ok
cpan/Devel-PPPort/t/ppphtest...................................ok
cpan/Devel-PPPort/t/pvs........................................ok
cpan/Devel-PPPort/t/pv_tools...................................ok
cpan/Devel-PPPort/t/shared_pv..................................ok
cpan/Devel-PPPort/t/snprintf...................................ok
cpan/Devel-PPPort/t/sprintf....................................ok
cpan/Devel-PPPort/t/strlfuncs..................................ok
cpan/Devel-PPPort/t/SvPV.......................................ok
cpan/Devel-PPPort/t/SvREFCNT...................................ok
cpan/Devel-PPPort/t/Sv_set.....................................ok
cpan/Devel-PPPort/t/sv_xpvf....................................ok
cpan/Devel-PPPort/t/threads....................................ok
cpan/Devel-PPPort/t/uv.........................................ok
cpan/Devel-PPPort/t/variables..................................ok
cpan/Devel-PPPort/t/warn.......................................ok
cpan/Digest-MD5/t/align........................................ok
cpan/Digest-MD5/t/badfile......................................ok
cpan/Digest-MD5/t/bits.........................................ok
cpan/Digest-MD5/t/clone........................................ok
cpan/Digest-MD5/t/files........................................ok
cpan/Digest-MD5/t/md5-aaa......................................ok
cpan/Digest-MD5/t/utf8.........................................ok
cpan/Digest-SHA/t/allfcns......................................ok
cpan/Digest-SHA/t/base64.......................................ok
cpan/Digest-SHA/t/bitbuf.......................................ok
cpan/Digest-SHA/t/dumpload.....................................ok
cpan/Digest-SHA/t/fips198......................................ok
cpan/Digest-SHA/t/gglong.......................................ok
cpan/Digest-SHA/t/gg...........................................ok
cpan/Digest-SHA/t/hmacsha......................................ok
cpan/Digest-SHA/t/ireland......................................ok
cpan/Digest-SHA/t/methods......................................ok
cpan/Digest-SHA/t/nistbit......................................ok
cpan/Digest-SHA/t/nistbyte.....................................ok
cpan/Digest-SHA/t/rfc2202......................................ok
cpan/Digest-SHA/t/sha1.........................................ok
cpan/Digest-SHA/t/sha224.......................................ok
cpan/Digest-SHA/t/sha256.......................................ok
cpan/Digest-SHA/t/sha384.......................................ok
cpan/Digest-SHA/t/sha512.......................................ok
cpan/Digest-SHA/t/woodbury.....................................ok
cpan/Digest/t/base.............................................ok
cpan/Digest/t/digest...........................................ok
cpan/Digest/t/file.............................................ok
cpan/Encode/t/Aliases..........................................ok
cpan/Encode/t/at-cn............................................ok
cpan/Encode/t/at-tw............................................ok
cpan/Encode/t/CJKT.............................................ok
cpan/Encode/t/enc_data.........................................ok
cpan/Encode/t/enc_eucjp........................................ok
cpan/Encode/t/enc_module.......................................ok
cpan/Encode/t/Encoder..........................................ok
cpan/Encode/t/Encode...........................................ok
cpan/Encode/t/encoding.........................................ok
cpan/Encode/t/enc_utf8.........................................ok
cpan/Encode/t/fallback.........................................ok
cpan/Encode/t/from_to..........................................ok
cpan/Encode/t/grow.............................................ok
cpan/Encode/t/gsm0338..........................................ok
cpan/Encode/t/guess............................................ok
cpan/Encode/t/jis7-fallback....................................ok
cpan/Encode/t/jperl............................................ok
cpan/Encode/t/mime_header_iso2022jp............................ok
cpan/Encode/t/mime-header......................................ok
cpan/Encode/t/mime-name........................................ok
cpan/Encode/t/perlio...........................................ok
cpan/Encode/t/piconv...........................................skipped
cpan/Encode/t/Unicode..........................................ok
cpan/Encode/t/utf8strict.......................................ok
cpan/encoding-warnings/t/1-warning.............................ok
cpan/encoding-warnings/t/2-fatal...............................ok
cpan/encoding-warnings/t/3-normal..............................ok
cpan/encoding-warnings/t/4-lexical.............................ok
cpan/ExtUtils-CBuilder/t/00-have-compiler......................ok
cpan/ExtUtils-CBuilder/t/01-basic..............................ok
cpan/ExtUtils-CBuilder/t/02-link...............................ok
cpan/ExtUtils-CBuilder/t/03-cplusplus..........................ok
cpan/ExtUtils-Command/t/cp.....................................# Failed test '
cp updated mtime'
# at t/cp.t line 26.
# '10844'
# <=
# '1'
# Looks like you failed 1 test of 1.
FAILED at test 1
cpan/ExtUtils-Command/t/eu_command.............................ok
cpan/ExtUtils-Constant/t/Constant..............................ok
cpan/ExtUtils-MakeMaker/t/00compile............................ok
cpan/ExtUtils-MakeMaker/t/arch_check...........................ok
cpan/ExtUtils-MakeMaker/t/backwards............................ok
cpan/ExtUtils-MakeMaker/t/basic................................ok
cpan/ExtUtils-MakeMaker/t/build_man............................ok
cpan/ExtUtils-MakeMaker/t/cd...................................ok
cpan/ExtUtils-MakeMaker/t/config...............................ok
cpan/ExtUtils-MakeMaker/t/dir_target...........................ok
cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE.......................ok
cpan/ExtUtils-MakeMaker/t/fixin................................ok
cpan/ExtUtils-MakeMaker/t/fix_libs.............................ok
cpan/ExtUtils-MakeMaker/t/hints................................ok
cpan/ExtUtils-MakeMaker/t/INSTALL_BASE.........................ok
cpan/ExtUtils-MakeMaker/t/installed_file.......................ok
cpan/ExtUtils-MakeMaker/t/INST_PREFIX..........................ok
cpan/ExtUtils-MakeMaker/t/INST.................................ok
cpan/ExtUtils-MakeMaker/t/is_of_type...........................ok
cpan/ExtUtils-MakeMaker/t/Liblist..............................ok
cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters.................ok
cpan/ExtUtils-MakeMaker/t/make.................................ok
cpan/ExtUtils-MakeMaker/t/maketext_filter......................ok
cpan/ExtUtils-MakeMaker/t/metafile_data........................ok
cpan/ExtUtils-MakeMaker/t/metafile_file........................ok
cpan/ExtUtils-MakeMaker/t/miniperl.............................ok
cpan/ExtUtils-MakeMaker/t/min_perl_version.....................ok
cpan/ExtUtils-MakeMaker/t/Mkbootstrap..........................ok
cpan/ExtUtils-MakeMaker/t/MM_Any...............................ok
cpan/ExtUtils-MakeMaker/t/MM_BeOS..............................skipped
cpan/ExtUtils-MakeMaker/t/MM_Cygwin............................skipped
cpan/ExtUtils-MakeMaker/t/MM_NW5...............................skipped
cpan/ExtUtils-MakeMaker/t/MM_OS2...............................skipped
cpan/ExtUtils-MakeMaker/t/MM_Unix..............................ok
cpan/ExtUtils-MakeMaker/t/MM_VMS...............................skipped
cpan/ExtUtils-MakeMaker/t/MM_Win32.............................skipped
cpan/ExtUtils-MakeMaker/t/oneliner.............................ok
cpan/ExtUtils-MakeMaker/t/parse_version........................ok
cpan/ExtUtils-MakeMaker/t/PL_FILES.............................ok
cpan/ExtUtils-MakeMaker/t/pm...................................ok
cpan/ExtUtils-MakeMaker/t/pm_to_blib...........................ok
cpan/ExtUtils-MakeMaker/t/pod2man..............................ok
cpan/ExtUtils-MakeMaker/t/postamble............................ok
cpan/ExtUtils-MakeMaker/t/prefixify............................ok
cpan/ExtUtils-MakeMaker/t/prereq_print.........................ok
cpan/ExtUtils-MakeMaker/t/prereq...............................ok
cpan/ExtUtils-MakeMaker/t/problems.............................ok
cpan/ExtUtils-MakeMaker/t/prompt...............................ok
cpan/ExtUtils-MakeMaker/t/recurs...............................ok
cpan/ExtUtils-MakeMaker/t/revision.............................ok
cpan/ExtUtils-MakeMaker/t/split_command........................ok
cpan/ExtUtils-MakeMaker/t/test_boilerplate.....................ok
cpan/ExtUtils-MakeMaker/t/testlib..............................ok
cpan/ExtUtils-MakeMaker/t/VERSION_FROM.........................ok
cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile...................ok
cpan/ExtUtils-MakeMaker/t/writemakefile_args...................ok
cpan/ExtUtils-MakeMaker/t/xs...................................ok
cpan/ExtUtils-Manifest/t/Manifest..............................ok
cpan/ExtUtils-ParseXS/t/basic..................................ok
cpan/ExtUtils-ParseXS/t/more...................................ok
cpan/ExtUtils-ParseXS/t/usage..................................ok
cpan/File-Fetch/t/01_File-Fetch................................ok
cpan/File-Fetch/t/null_subclass................................ok
cpan/File-Path/t/Path..........................................ok
cpan/File-Path/t/taint.........................................ok
cpan/File-Temp/t/cmp...........................................ok
cpan/File-Temp/t/fork..........................................ok
cpan/File-Temp/t/lock..........................................skipped
cpan/File-Temp/t/mktemp........................................ok
cpan/File-Temp/t/object........................................ok
cpan/File-Temp/t/posix.........................................ok
cpan/File-Temp/t/security......................................ok
cpan/File-Temp/t/seekable......................................ok
cpan/File-Temp/t/tempfile......................................ok
cpan/Filter-Util-Call/t/call...................................ok
cpan/Getopt-Long/t/gol-basic...................................ok
cpan/Getopt-Long/t/gol-compat..................................ok
cpan/Getopt-Long/t/gol-linkage.................................ok
cpan/Getopt-Long/t/gol-oo......................................ok
cpan/Getopt-Long/t/gol-xargv...................................ok
cpan/Getopt-Long/t/gol-xstring.................................ok
cpan/if/t/if...................................................ok
cpan/IO-Compress/t/000prereq...................................ok
cpan/IO-Compress/t/001bzip2....................................ok
cpan/IO-Compress/t/001zlib-generic-deflate.....................ok
cpan/IO-Compress/t/001zlib-generic-gzip........................ok
cpan/IO-Compress/t/001zlib-generic-rawdeflate..................ok
cpan/IO-Compress/t/001zlib-generic-zip.........................ok
cpan/IO-Compress/t/002any-deflate..............................ok
cpan/IO-Compress/t/002any-gzip.................................ok
cpan/IO-Compress/t/002any-rawdeflate...........................ok
cpan/IO-Compress/t/002any-transparent..........................ok
cpan/IO-Compress/t/002any-zip..................................ok
cpan/IO-Compress/t/004gziphdr..................................ok
cpan/IO-Compress/t/005defhdr...................................ok
cpan/IO-Compress/t/006zip......................................ok
cpan/IO-Compress/t/010examples-bzip2...........................ok
cpan/IO-Compress/t/010examples-zlib............................ok
cpan/IO-Compress/t/01misc......................................ok
cpan/IO-Compress/t/020isize....................................skipped
cpan/IO-Compress/t/050interop-gzip.............................ok
cpan/IO-Compress/t/100generic-bzip2............................ok
cpan/IO-Compress/t/100generic-deflate..........................ok
cpan/IO-Compress/t/100generic-gzip.............................ok
cpan/IO-Compress/t/100generic-rawdeflate.......................ok
cpan/IO-Compress/t/100generic-zip..............................ok
cpan/IO-Compress/t/101truncate-bzip2...........................ok
cpan/IO-Compress/t/101truncate-deflate.........................ok
cpan/IO-Compress/t/101truncate-gzip............................ok
cpan/IO-Compress/t/101truncate-rawdeflate......................ok
cpan/IO-Compress/t/101truncate-zip.............................ok
cpan/IO-Compress/t/102tied-bzip2...............................ok
cpan/IO-Compress/t/102tied-deflate.............................ok
cpan/IO-Compress/t/102tied-gzip................................ok
cpan/IO-Compress/t/102tied-rawdeflate..........................ok
cpan/IO-Compress/t/102tied-zip.................................ok
cpan/IO-Compress/t/103newtied-bzip2............................ok
cpan/IO-Compress/t/103newtied-deflate..........................ok
cpan/IO-Compress/t/103newtied-gzip.............................ok
cpan/IO-Compress/t/103newtied-rawdeflate.......................ok
cpan/IO-Compress/t/103newtied-zip..............................ok
cpan/IO-Compress/t/104destroy-bzip2............................ok
cpan/IO-Compress/t/104destroy-deflate..........................ok
cpan/IO-Compress/t/104destroy-gzip.............................ok
cpan/IO-Compress/t/104destroy-rawdeflate.......................ok
cpan/IO-Compress/t/104destroy-zip..............................ok
cpan/IO-Compress/t/105oneshot-bzip2............................ok
cpan/IO-Compress/t/105oneshot-deflate..........................ok
cpan/IO-Compress/t/105oneshot-gzip-only........................ok
cpan/IO-Compress/t/105oneshot-gzip.............................ok
cpan/IO-Compress/t/105oneshot-rawdeflate.......................ok
cpan/IO-Compress/t/105oneshot-zip-bzip2-only...................ok
cpan/IO-Compress/t/105oneshot-zip-only.........................ok
cpan/IO-Compress/t/105oneshot-zip..............................ok
cpan/IO-Compress/t/106prime-bzip2..............................ok
cpan/IO-Compress/t/106prime-deflate............................ok
cpan/IO-Compress/t/106prime-gzip...............................ok
cpan/IO-Compress/t/106prime-rawdeflate.........................ok
cpan/IO-Compress/t/106prime-zip................................ok
cpan/IO-Compress/t/107multi-bzip2..............................ok
cpan/IO-Compress/t/107multi-deflate............................ok
cpan/IO-Compress/t/107multi-gzip...............................ok
cpan/IO-Compress/t/107multi-rawdeflate.........................ok
cpan/IO-Compress/t/107multi-zip................................ok
cpan/IO-Compress/t/108anyunc-bzip2.............................ok
cpan/IO-Compress/t/108anyunc-deflate...........................ok
cpan/IO-Compress/t/108anyunc-gzip..............................ok
cpan/IO-Compress/t/108anyunc-rawdeflate........................ok
cpan/IO-Compress/t/108anyunc-transparent.......................ok
cpan/IO-Compress/t/108anyunc-zip...............................ok
cpan/IO-Compress/t/109merge-deflate............................ok
cpan/IO-Compress/t/109merge-gzip...............................ok
cpan/IO-Compress/t/109merge-rawdeflate.........................ok
cpan/IO-Compress/t/109merge-zip................................skipped
cpan/IO-Compress/t/110encode-bzip2.............................ok
cpan/IO-Compress/t/110encode-deflate...........................ok
cpan/IO-Compress/t/110encode-gzip..............................ok
cpan/IO-Compress/t/110encode-rawdeflate........................ok
cpan/IO-Compress/t/110encode-zip...............................ok
cpan/IO-Compress/t/999pod......................................skipped
cpan/IO-Compress/t/cz-01version................................ok
cpan/IO-Compress/t/cz-03zlib-v1................................ok
cpan/IO-Compress/t/cz-05examples...............................ok
cpan/IO-Compress/t/cz-06gzsetp.................................ok
cpan/IO-Compress/t/cz-08encoding...............................ok
cpan/IO-Compress/t/cz-14gzopen.................................ok
cpan/IO-Compress/t/globmapper..................................ok
cpan/IO-Zlib/t/basic...........................................ok
cpan/IO-Zlib/t/external........................................ok
cpan/IO-Zlib/t/getc............................................ok
cpan/IO-Zlib/t/getline.........................................ok
cpan/IO-Zlib/t/import..........................................ok
cpan/IO-Zlib/t/large...........................................ok
cpan/IO-Zlib/t/tied............................................ok
cpan/IO-Zlib/t/uncomp1.........................................ok
cpan/IO-Zlib/t/uncomp2.........................................ok
cpan/IPC-Cmd/t/01_IPC-Cmd......................................ok
cpan/IPC-Cmd/t/02_Interactive..................................skipped
cpan/IPC-SysV/t/ipcsysv........................................ok
cpan/IPC-SysV/t/msg............................................ok
cpan/IPC-SysV/t/podcov.........................................skipped
cpan/IPC-SysV/t/pod............................................skipped
cpan/IPC-SysV/t/sem............................................ok
cpan/IPC-SysV/t/shm............................................ok
cpan/libnet/t/config...........................................skipped
cpan/libnet/t/datasend.........................................skipped
cpan/libnet/t/ftp..............................................skipped
cpan/libnet/t/hostname.........................................ok
cpan/libnet/t/netrc............................................skipped
cpan/libnet/t/nntp.............................................skipped
cpan/libnet/t/require..........................................ok
cpan/libnet/t/smtp.............................................skipped
cpan/libnet/t/time.............................................skipped
cpan/List-Util/t/00version.....................................ok
cpan/List-Util/t/blessed.......................................ok
cpan/List-Util/t/dualvar.......................................ok
cpan/List-Util/t/expfail.......................................ok
cpan/List-Util/t/first.........................................ok
cpan/List-Util/t/isvstring.....................................ok
cpan/List-Util/t/lln...........................................ok
cpan/List-Util/t/maxstr........................................ok
cpan/List-Util/t/max...........................................ok
cpan/List-Util/t/minstr........................................ok
cpan/List-Util/t/min...........................................ok
cpan/List-Util/t/openhan.......................................ok
cpan/List-Util/t/p_00version...................................ok
cpan/List-Util/t/p_blessed.....................................ok
cpan/List-Util/t/p_first.......................................ok
cpan/List-Util/t/p_lln.........................................ok
cpan/List-Util/t/p_maxstr......................................ok
cpan/List-Util/t/p_max.........................................ok
cpan/List-Util/t/p_minstr......................................ok
cpan/List-Util/t/p_min.........................................ok
cpan/List-Util/t/p_openhan.....................................ok
cpan/List-Util/t/p_readonly....................................ok
cpan/List-Util/t/p_reduce......................................ok
cpan/List-Util/t/p_refaddr.....................................ok
cpan/List-Util/t/p_reftype.....................................ok
cpan/List-Util/t/proto.........................................ok
cpan/List-Util/t/p_shuffle.....................................ok
cpan/List-Util/t/p_sum.........................................ok
cpan/List-Util/t/p_tainted.....................................ok
cpan/List-Util/t/readonly......................................ok
cpan/List-Util/t/reduce........................................ok
cpan/List-Util/t/refaddr.......................................ok
cpan/List-Util/t/reftype.......................................ok
cpan/List-Util/t/shuffle.......................................ok
cpan/List-Util/t/stack-corruption..............................ok
cpan/List-Util/t/sum...........................................ok
cpan/List-Util/t/tainted.......................................ok
cpan/List-Util/t/weak..........................................ok
cpan/Locale-Codes/t/all........................................ok
cpan/Locale-Codes/t/constants..................................ok
cpan/Locale-Codes/t/country....................................ok
cpan/Locale-Codes/t/currency...................................ok
cpan/Locale-Codes/t/language...................................ok
cpan/Locale-Codes/t/rename.....................................ok
cpan/Locale-Codes/t/script.....................................ok
cpan/Locale-Codes/t/uk.........................................ok
cpan/Locale-Maketext-Simple/t/0-signature......................ok
cpan/Locale-Maketext-Simple/t/1-basic..........................ok
cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default......skipped
cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.........skipped
cpan/Log-Message-Simple/t/01_use...............................ok
cpan/Log-Message-Simple/t/02_imports...........................ok
cpan/Log-Message-Simple/t/03_functions.........................ok
cpan/Log-Message/t/01_Log-Message-Config.......................ok
cpan/Log-Message/t/02_Log-Message..............................ok
cpan/Math-BigInt-FastCalc/t/bigintfc...........................ok
cpan/Math-BigInt-FastCalc/t/bootstrap..........................ok
cpan/Math-BigInt-FastCalc/t/leak...............................ok
cpan/Math-BigInt-FastCalc/t/mbi_rand...........................ok
cpan/Math-BigInt/t/bare_mbf....................................ok
cpan/Math-BigInt/t/bare_mbi....................................ok
cpan/Math-BigInt/t/bare_mif....................................ok
cpan/Math-BigInt/t/bigfltpm....................................ok
cpan/Math-BigInt/t/bigintc.....................................ok
cpan/Math-BigInt/t/bigintpm....................................ok
cpan/Math-BigInt/t/bigints.....................................ok
cpan/Math-BigInt/t/biglog......................................ok
cpan/Math-BigInt/t/big_pi_e....................................ok
cpan/Math-BigInt/t/bigroot.....................................ok
cpan/Math-BigInt/t/calling.....................................ok
cpan/Math-BigInt/t/config......................................ok
cpan/Math-BigInt/t/constant....................................ok
cpan/Math-BigInt/t/const_mbf...................................ok
cpan/Math-BigInt/t/downgrade...................................ok
cpan/Math-BigInt/t/_e_math.....................................ok
cpan/Math-BigInt/t/inf_nan.....................................ok
cpan/Math-BigInt/t/isa.........................................ok
cpan/Math-BigInt/t/lib_load....................................ok
cpan/Math-BigInt/t/mbf_ali.....................................ok
cpan/Math-BigInt/t/mbi_ali.....................................ok
cpan/Math-BigInt/t/mbimbf......................................ok
cpan/Math-BigInt/t/mbi_rand....................................ok
cpan/Math-BigInt/t/nan_cmp.....................................ok
cpan/Math-BigInt/t/new_overloaded..............................ok
cpan/Math-BigInt/t/req_mbf0....................................ok
cpan/Math-BigInt/t/req_mbf1....................................ok
cpan/Math-BigInt/t/req_mbfa....................................ok
cpan/Math-BigInt/t/req_mbfi....................................ok
cpan/Math-BigInt/t/req_mbfn....................................ok
cpan/Math-BigInt/t/req_mbfw....................................ok
cpan/Math-BigInt/t/require.....................................ok
cpan/Math-BigInt/t/round.......................................ok
cpan/Math-BigInt/t/sub_ali.....................................ok
cpan/Math-BigInt/t/sub_mbf.....................................ok
cpan/Math-BigInt/t/sub_mbi.....................................ok
cpan/Math-BigInt/t/sub_mif.....................................ok
cpan/Math-BigInt/t/trap........................................ok
cpan/Math-BigInt/t/upgradef....................................ok
cpan/Math-BigInt/t/upgrade.....................................ok
cpan/Math-BigInt/t/use_lib1....................................ok
cpan/Math-BigInt/t/use_lib2....................................ok
cpan/Math-BigInt/t/use_lib3....................................ok
cpan/Math-BigInt/t/use_lib4....................................ok
cpan/Math-BigInt/t/use_mbfw....................................ok
cpan/Math-BigInt/t/use.........................................ok
cpan/Math-BigInt/t/with_sub....................................ok
cpan/Math-BigRat/t/big_ap......................................ok
cpan/Math-BigRat/t/bigfltrt....................................ok
cpan/Math-BigRat/t/biglog......................................ok
cpan/Math-BigRat/t/bigratpm....................................ok
cpan/Math-BigRat/t/bigrat......................................ok
cpan/Math-BigRat/t/bigratup....................................ok
cpan/Math-BigRat/t/bigroot.....................................ok
cpan/Math-BigRat/t/hang........................................ok
cpan/Math-BigRat/t/requirer....................................ok
cpan/Math-BigRat/t/trap........................................ok
cpan/Math-Complex/t/Complex....................................ok
cpan/Math-Complex/t/Trig.......................................ok
cpan/Math-Complex/t/underbar...................................ok
cpan/Memoize/t/array_confusion.................................ok
cpan/Memoize/t/array...........................................ok
cpan/Memoize/t/correctness.....................................ok
cpan/Memoize/t/errors..........................................ok
cpan/Memoize/t/expfile.........................................ok
cpan/Memoize/t/expire..........................................ok
cpan/Memoize/t/expmod_n........................................ok
cpan/Memoize/t/expmod_t........................................ok
cpan/Memoize/t/flush...........................................ok
cpan/Memoize/t/normalize.......................................ok
cpan/Memoize/t/prototype.......................................ok
cpan/Memoize/t/speed...........................................ok
cpan/Memoize/t/tiefeatures.....................................ok
cpan/Memoize/t/tie_gdbm........................................ok
cpan/Memoize/t/tie_ndbm........................................ok
cpan/Memoize/t/tie_sdbm........................................ok
cpan/Memoize/t/tie_storable....................................ok
cpan/Memoize/t/tie.............................................ok
cpan/Memoize/t/unmemoize.......................................ok
cpan/MIME-Base64/t/base64......................................ok
cpan/MIME-Base64/t/quoted-print................................ok
cpan/MIME-Base64/t/unicode.....................................ok
cpan/MIME-Base64/t/warn........................................ok
cpan/Module-Build/t/00-compile.................................ok
cpan/Module-Build/t/actions/installdeps........................ok
cpan/Module-Build/t/add_property...............................ok
cpan/Module-Build/t/basic......................................ok
cpan/Module-Build/t/bundle_inc.................................skipped
cpan/Module-Build/t/compat/exit................................ok
cpan/Module-Build/t/compat.....................................ok
cpan/Module-Build/t/debug......................................ok
cpan/Module-Build/t/destinations...............................ok
cpan/Module-Build/t/extend.....................................ok
cpan/Module-Build/t/ext........................................ok
cpan/Module-Build/t/files......................................ok
cpan/Module-Build/t/help.......................................ok
cpan/Module-Build/t/install_extra_target.......................ok
cpan/Module-Build/t/install....................................ok
cpan/Module-Build/t/manifypods.................................ok
cpan/Module-Build/t/metadata2..................................ok
cpan/Module-Build/t/metadata...................................ok
cpan/Module-Build/t/moduleinfo.................................ok
cpan/Module-Build/t/mymeta.....................................ok
cpan/Module-Build/t/new_from_context...........................ok
cpan/Module-Build/t/notes......................................ok
cpan/Module-Build/t/parents....................................ok
cpan/Module-Build/t/perl_mb_opt................................ok
cpan/Module-Build/t/PL_files...................................ok
cpan/Module-Build/t/pod_parser.................................ok
cpan/Module-Build/t/ppm........................................ok
cpan/Module-Build/t/properties/module_name.....................ok
cpan/Module-Build/t/properties/needs_compiler..................ok
cpan/Module-Build/t/properties/share_dir.......................ok
cpan/Module-Build/t/resume.....................................ok
cpan/Module-Build/t/runthrough.................................ok
cpan/Module-Build/t/sample.....................................ok
cpan/Module-Build/t/script_dist................................ok
cpan/Module-Build/t/test_file_exts.............................ok
cpan/Module-Build/t/test_types.................................ok
cpan/Module-Build/t/test_type..................................ok
cpan/Module-Build/t/tilde......................................ok
cpan/Module-Build/t/use_tap_harness............................ok
cpan/Module-Build/t/versions...................................ok
cpan/Module-Build/t/write_default_maniskip.....................ok
cpan/Module-Build/t/xs.........................................ok
cpan/Module-Load-Conditional/t/01_Module_Load_Conditional......ok
cpan/Module-Load-Conditional/t/02_Parse_Version................ok
cpan/Module-Loaded/t/01_Module-Loaded..........................ok
cpan/Module-Load/t/01_Module-Load..............................ok
cpan/Module-Pluggable/t/01use..................................ok
cpan/Module-Pluggable/t/02alsoworks............................ok
cpan/Module-Pluggable/t/02works................................ok
cpan/Module-Pluggable/t/02works_taint..........................ok
cpan/Module-Pluggable/t/03diffname.............................ok
cpan/Module-Pluggable/t/04acmedir_single.......................ok
cpan/Module-Pluggable/t/04acmedir..............................ok
cpan/Module-Pluggable/t/04acmepath_single......................ok
cpan/Module-Pluggable/t/04acmepath.............................ok
cpan/Module-Pluggable/t/05postpath.............................ok
cpan/Module-Pluggable/t/06multipath............................ok
cpan/Module-Pluggable/t/07instantiate..........................ok
cpan/Module-Pluggable/t/08nothing..............................ok
cpan/Module-Pluggable/t/09require..............................ok
cpan/Module-Pluggable/t/10innerpack_inner......................ok
cpan/Module-Pluggable/t/10innerpack_noinner....................ok
cpan/Module-Pluggable/t/10innerpack_onefile....................ok
cpan/Module-Pluggable/t/10innerpack_override...................ok
cpan/Module-Pluggable/t/10innerpack_super......................ok
cpan/Module-Pluggable/t/10innerpack............................ok
cpan/Module-Pluggable/t/11usetwice.............................ok
cpan/Module-Pluggable/t/12onlyarray............................ok
cpan/Module-Pluggable/t/12onlyregex............................ok
cpan/Module-Pluggable/t/12onlyrequire..........................ok
cpan/Module-Pluggable/t/12only.................................ok
cpan/Module-Pluggable/t/13exceptarray..........................ok
cpan/Module-Pluggable/t/13exceptregex..........................ok
cpan/Module-Pluggable/t/13except...............................ok
cpan/Module-Pluggable/t/14package..............................ok
cpan/Module-Pluggable/t/15topicsafe............................ok
cpan/Module-Pluggable/t/16different_extension..................ok
cpan/Module-Pluggable/t/17devel_inner_package..................ok
cpan/Module-Pluggable/t/18skipped_package......................ok
cpan/Module-Pluggable/t/19can_ok_clobber.......................ok
cpan/Module-Pluggable/t/20dodgy_files..........................ok
cpan/Module-Pluggable/t/21editor_junk..........................ok
cpan/NEXT/t/actual.............................................ok
cpan/NEXT/t/actuns.............................................ok
cpan/NEXT/t/dynamically_scoped_regex_vars......................ok
cpan/NEXT/t/next...............................................ok
cpan/NEXT/t/stringify..........................................ok
cpan/NEXT/t/unseen.............................................ok
cpan/Object-Accessor/t/00_Object-Accessor......................ok
cpan/Object-Accessor/t/01_Object-Accessor-Subclassed...........ok
cpan/Object-Accessor/t/02_Object-Accessor-allow................ok
cpan/Object-Accessor/t/03_Object-Accessor-local................ok
cpan/Object-Accessor/t/04_Object-Accessor-lvalue...............ok
cpan/Object-Accessor/t/05_Object-Accessor-callback.............ok
cpan/Object-Accessor/t/06_Object-Accessor-alias................ok
cpan/Package-Constants/t/01_list...............................ok
cpan/Params-Check/t/01_Params-Check............................ok
cpan/parent/t/compile-time-file................................ok
cpan/parent/t/compile-time.....................................ok
cpan/parent/t/parent-classfromclassfile........................ok
cpan/parent/t/parent-classfromfile.............................ok
cpan/parent/t/parent-pmc.......................................ok
cpan/parent/t/parent-returns-false.............................ok
cpan/parent/t/parent...........................................ok
cpan/Parse-CPAN-Meta/t/01_compile..............................ok
cpan/Parse-CPAN-Meta/t/02_basic................................ok
cpan/Parse-CPAN-Meta/t/03_regression...........................ok
cpan/Parse-CPAN-Meta/t/04_scalar...............................ok
cpan/Parse-CPAN-Meta/t/05_export...............................ok
cpan/Parse-CPAN-Meta/t/11_meta_yml.............................ok
cpan/Parse-CPAN-Meta/t/12_plagger..............................ok
cpan/Parse-CPAN-Meta/t/13_perl_smith...........................ok
cpan/Parse-CPAN-Meta/t/14_yaml_org.............................ok
cpan/Parse-CPAN-Meta/t/15_multibyte............................ok
cpan/Parse-CPAN-Meta/t/16_nullrefs.............................ok
cpan/Parse-CPAN-Meta/t/17_toolbar..............................ok
cpan/Parse-CPAN-Meta/t/18_tap..................................ok
cpan/Parse-CPAN-Meta/t/19_errors...............................ok
cpan/Parse-CPAN-Meta/t/21_bom..................................ok
cpan/PerlIO-via-QuotedPrint/t/QuotedPrint......................ok
cpan/Pod-Escapes/t/01_about_verbose............................ok
cpan/Pod-Escapes/t/10_main.....................................ok
cpan/Pod-Escapes/t/15_name2charnum.............................ok
cpan/Pod-LaTeX/t/pod2latex.....................................ok
cpan/Pod-LaTeX/t/user..........................................ok
cpan/podlators/t/basic.........................................ok
cpan/podlators/t/color.........................................ok
cpan/podlators/t/devise-date...................................ok
cpan/podlators/t/filehandle....................................ok
cpan/podlators/t/man-heading...................................ok
cpan/podlators/t/man-options...................................ok
cpan/podlators/t/man...........................................ok
cpan/podlators/t/man-utf8......................................ok
cpan/podlators/t/overstrike....................................ok
cpan/podlators/t/parselink.....................................ok
cpan/podlators/t/pod-parser....................................ok
cpan/podlators/t/pod-spelling..................................skipped
cpan/podlators/t/pod...........................................skipped
cpan/podlators/t/termcap.......................................ok
cpan/podlators/t/text-encoding.................................ok
cpan/podlators/t/text-options..................................ok
cpan/podlators/t/text..........................................ok
cpan/podlators/t/text-utf8.....................................ok
cpan/Pod-Parser/t/pod/contains_pod.............................ok
cpan/Pod-Parser/t/pod/emptycmd.................................ok
cpan/Pod-Parser/t/pod/find.....................................ok
cpan/Pod-Parser/t/pod/for......................................ok
cpan/Pod-Parser/t/pod/headings.................................ok
cpan/Pod-Parser/t/pod/included.................................ok
cpan/Pod-Parser/t/pod/include..................................ok
cpan/Pod-Parser/t/pod/lref.....................................ok
cpan/Pod-Parser/t/pod/multiline_items..........................ok
cpan/Pod-Parser/t/pod/nested_items.............................ok
cpan/Pod-Parser/t/pod/nested_seqs..............................ok
cpan/Pod-Parser/t/pod/oneline_cmds.............................ok
cpan/Pod-Parser/t/pod/pod2usage2...............................ok
cpan/Pod-Parser/t/pod/pod2usage................................ok
cpan/Pod-Parser/t/pod/podchkenc................................ok
cpan/Pod-Parser/t/pod/poderrs..................................ok
cpan/Pod-Parser/t/pod/podselect................................ok
cpan/Pod-Parser/t/pod/special_seqs.............................ok
cpan/Pod-Parser/t/pod/twice....................................ok
cpan/Pod-Simple/t/00about......................................ok
cpan/Pod-Simple/t/20_skip......................................ok
cpan/Pod-Simple/t/accept01.....................................ok
cpan/Pod-Simple/t/accept05.....................................ok
cpan/Pod-Simple/t/ac_d.........................................ok
cpan/Pod-Simple/t/basic........................................ok
cpan/Pod-Simple/t/begin........................................ok
cpan/Pod-Simple/t/cbacks.......................................ok
cpan/Pod-Simple/t/chunking.....................................ok
cpan/Pod-Simple/t/closeys......................................ok
cpan/Pod-Simple/t/corpus.......................................ok
cpan/Pod-Simple/t/encod01......................................ok
cpan/Pod-Simple/t/encod02......................................ok
cpan/Pod-Simple/t/encod03......................................ok
cpan/Pod-Simple/t/end_over.....................................ok
cpan/Pod-Simple/t/fcodes_e.....................................ok
cpan/Pod-Simple/t/fcodes_l.....................................ok
cpan/Pod-Simple/t/fcodes_s.....................................ok
cpan/Pod-Simple/t/fcodes.......................................ok
cpan/Pod-Simple/t/fornot.......................................ok
cpan/Pod-Simple/t/for..........................................ok
cpan/Pod-Simple/t/heads........................................ok
cpan/Pod-Simple/t/html01.......................................ok
cpan/Pod-Simple/t/html02.......................................ok
cpan/Pod-Simple/t/html03.......................................ok
cpan/Pod-Simple/t/htmlbat......................................ok
cpan/Pod-Simple/t/items02......................................ok
cpan/Pod-Simple/t/items........................................ok
cpan/Pod-Simple/t/itemstar.....................................ok
cpan/Pod-Simple/t/linkclas.....................................ok
cpan/Pod-Simple/t/puller.......................................ok
cpan/Pod-Simple/t/pulltitl.....................................ok
cpan/Pod-Simple/t/reinit.......................................ok
cpan/Pod-Simple/t/render.......................................ok
cpan/Pod-Simple/t/search05.....................................ok
cpan/Pod-Simple/t/search10.....................................ok
cpan/Pod-Simple/t/search12.....................................ok
cpan/Pod-Simple/t/search20.....................................ok
cpan/Pod-Simple/t/search22.....................................ok
cpan/Pod-Simple/t/search25.....................................ok
cpan/Pod-Simple/t/search26.....................................ok
cpan/Pod-Simple/t/search27.....................................ok
cpan/Pod-Simple/t/search28.....................................ok
cpan/Pod-Simple/t/search29.....................................ok
cpan/Pod-Simple/t/search50.....................................ok
cpan/Pod-Simple/t/stree........................................ok
cpan/Pod-Simple/t/strpvbtm.....................................ok
cpan/Pod-Simple/t/tiedfh.......................................ok
cpan/Pod-Simple/t/verbatim.....................................ok
cpan/Pod-Simple/t/verb_fmt.....................................ok
cpan/Pod-Simple/t/xhtml01......................................ok
cpan/Pod-Simple/t/xhtml05......................................ok
cpan/Pod-Simple/t/xhtml10......................................ok
cpan/Pod-Simple/t/x_nixer......................................ok
cpan/Shell/t/Shell.............................................ok
cpan/Sys-Syslog/t/00-load......................................ok
cpan/Sys-Syslog/t/constants....................................ok
cpan/Sys-Syslog/t/syslog.......................................ok
cpan/Term-ANSIColor/t/basic....................................ok
cpan/Term-Cap/test.............................................ok
cpan/Term-UI/t/00_load.........................................ok
cpan/Term-UI/t/01_history......................................ok
cpan/Term-UI/t/02_ui...........................................ok
cpan/Test-Harness/t/000-load...................................ok
cpan/Test-Harness/t/aggregator.................................ok
cpan/Test-Harness/t/bailout....................................ok
cpan/Test-Harness/t/base.......................................ok
cpan/Test-Harness/t/callbacks..................................ok
cpan/Test-Harness/t/compat/env.................................ok
cpan/Test-Harness/t/compat/failure.............................ok
cpan/Test-Harness/t/compat/inc-propagation.....................ok
cpan/Test-Harness/t/compat/inc_taint...........................ok
cpan/Test-Harness/t/compat/nonumbers...........................skipped
cpan/Test-Harness/t/compat/regression..........................ok
cpan/Test-Harness/t/compat/switches............................ok
cpan/Test-Harness/t/compat/test-harness-compat.................ok
cpan/Test-Harness/t/compat/version.............................ok
cpan/Test-Harness/t/console....................................ok
cpan/Test-Harness/t/errors.....................................ok
cpan/Test-Harness/t/file.......................................ok
cpan/Test-Harness/t/glob-to-regexp.............................ok
cpan/Test-Harness/t/grammar....................................ok
cpan/Test-Harness/t/harness-bailout............................ok
cpan/Test-Harness/t/harness-subclass...........................ok
cpan/Test-Harness/t/harness....................................ok
cpan/Test-Harness/t/iterators..................................ok
cpan/Test-Harness/t/multiplexer................................ok
cpan/Test-Harness/t/nofork-mux.................................ok
cpan/Test-Harness/t/nofork.....................................ok
cpan/Test-Harness/t/object.....................................ok
cpan/Test-Harness/t/parser-config..............................ok
cpan/Test-Harness/t/parser-subclass............................ok
cpan/Test-Harness/t/parse......................................ok
cpan/Test-Harness/t/perl5lib...................................ok
cpan/Test-Harness/t/premature-bailout..........................ok
cpan/Test-Harness/t/process....................................ok
cpan/Test-Harness/t/proveenv...................................ok
cpan/Test-Harness/t/proverc....................................ok
cpan/Test-Harness/t/proverun...................................ok
cpan/Test-Harness/t/prove......................................ok
cpan/Test-Harness/t/regression.................................ok
cpan/Test-Harness/t/results....................................ok
cpan/Test-Harness/t/scheduler..................................ok
cpan/Test-Harness/t/source.....................................ok
cpan/Test-Harness/t/spool......................................ok
cpan/Test-Harness/t/state_results..............................ok
cpan/Test-Harness/t/state......................................ok
cpan/Test-Harness/t/streams....................................ok
cpan/Test-Harness/t/taint......................................ok
cpan/Test-Harness/t/testargs...................................ok
cpan/Test-Harness/t/unicode....................................ok
cpan/Test-Harness/t/utils......................................ok
cpan/Test-Harness/t/yamlish-output.............................ok
cpan/Test-Harness/t/yamlish....................................ok
cpan/Test-Harness/t/yamlish-writer.............................ok
cpan/Test-Simple/examples/subtest..............................ok
cpan/Test-Simple/t/00test_harness_check........................ok
cpan/Test-Simple/t/bad_plan....................................ok
cpan/Test-Simple/t/bail_out....................................ok
cpan/Test-Simple/t/BEGIN_require_ok............................ok
cpan/Test-Simple/t/BEGIN_use_ok................................ok
cpan/Test-Simple/t/buffer......................................ok
cpan/Test-Simple/t/Builder/Builder.............................ok
cpan/Test-Simple/t/Builder/carp................................ok
cpan/Test-Simple/t/Builder/create..............................ok
cpan/Test-Simple/t/Builder/current_test........................ok
cpan/Test-Simple/t/Builder/current_test_without_plan...........ok
cpan/Test-Simple/t/Builder/details.............................ok
cpan/Test-Simple/t/Builder/done_testing_double.................ok
cpan/Test-Simple/t/Builder/done_testing_plan_mismatch..........ok
cpan/Test-Simple/t/Builder/done_testing........................ok
cpan/Test-Simple/t/Builder/done_testing_with_no_plan...........ok
cpan/Test-Simple/t/Builder/done_testing_with_number............ok
cpan/Test-Simple/t/Builder/done_testing_with_plan..............ok
cpan/Test-Simple/t/Builder/fork_with_new_stdout................ok
cpan/Test-Simple/t/Builder/has_plan2...........................ok
cpan/Test-Simple/t/Builder/has_plan............................ok
cpan/Test-Simple/t/Builder/is_fh...............................ok
cpan/Test-Simple/t/Builder/is_passing..........................ok
cpan/Test-Simple/t/Builder/maybe_regex.........................ok
cpan/Test-Simple/t/Builder/no_diag.............................ok
cpan/Test-Simple/t/Builder/no_ending...........................ok
cpan/Test-Simple/t/Builder/no_header...........................ok
cpan/Test-Simple/t/Builder/no_plan_at_all......................ok
cpan/Test-Simple/t/Builder/ok_obj..............................ok
cpan/Test-Simple/t/Builder/output..............................ok
cpan/Test-Simple/t/Builder/reset...............................ok
cpan/Test-Simple/t/Builder/try.................................ok
cpan/Test-Simple/t/c_flag......................................ok
cpan/Test-Simple/t/circular_data...............................ok
cpan/Test-Simple/t/cmp_ok......................................ok
cpan/Test-Simple/t/dependents..................................skipped
cpan/Test-Simple/t/diag........................................ok
cpan/Test-Simple/t/died........................................ok
cpan/Test-Simple/t/dont_overwrite_die_handler..................ok
cpan/Test-Simple/t/eq_set......................................ok
cpan/Test-Simple/t/exit........................................ok
cpan/Test-Simple/t/explain.....................................ok
cpan/Test-Simple/t/extra_one...................................ok
cpan/Test-Simple/t/extra.......................................ok
cpan/Test-Simple/t/fail-like...................................ok
cpan/Test-Simple/t/fail-more...................................ok
cpan/Test-Simple/t/fail_one....................................ok
cpan/Test-Simple/t/fail........................................ok
cpan/Test-Simple/t/filehandles.................................ok
cpan/Test-Simple/t/fork........................................ok
cpan/Test-Simple/t/harness_active..............................ok
cpan/Test-Simple/t/import......................................ok
cpan/Test-Simple/t/is_deeply_dne_bug...........................ok
cpan/Test-Simple/t/is_deeply_fail..............................ok
cpan/Test-Simple/t/is_deeply_with_threads......................skipped
cpan/Test-Simple/t/missing.....................................ok
cpan/Test-Simple/t/More........................................ok
cpan/Test-Simple/t/new_ok......................................ok
cpan/Test-Simple/t/no_plan.....................................ok
cpan/Test-Simple/t/no_tests....................................ok
cpan/Test-Simple/t/note........................................ok
cpan/Test-Simple/t/overload....................................ok
cpan/Test-Simple/t/overload_threads............................ok
cpan/Test-Simple/t/plan_bad....................................ok
cpan/Test-Simple/t/plan_is_noplan..............................ok
cpan/Test-Simple/t/plan_no_plan................................ok
cpan/Test-Simple/t/plan_shouldnt_import........................ok
cpan/Test-Simple/t/plan_skip_all...............................skipped
cpan/Test-Simple/t/plan........................................ok
cpan/Test-Simple/t/require_ok..................................ok
cpan/Test-Simple/t/simple......................................ok
cpan/Test-Simple/t/skipall.....................................ok
cpan/Test-Simple/t/skip........................................ok
cpan/Test-Simple/t/subtest/args................................ok
cpan/Test-Simple/t/subtest/basic...............................ok
cpan/Test-Simple/t/subtest/die.................................ok
cpan/Test-Simple/t/subtest/do..................................ok
cpan/Test-Simple/t/subtest/exceptions..........................ok
cpan/Test-Simple/t/subtest/singleton...........................ok
cpan/Test-Simple/t/tbm_doesnt_set_exported_to..................ok
cpan/Test-Simple/t/Tester/tbt_01basic..........................ok
cpan/Test-Simple/t/Tester/tbt_02fhrestore......................ok
cpan/Test-Simple/t/Tester/tbt_03die............................ok
cpan/Test-Simple/t/Tester/tbt_04line_num.......................ok
cpan/Test-Simple/t/Tester/tbt_05faildiag.......................ok
cpan/Test-Simple/t/Tester/tbt_06errormess......................ok
cpan/Test-Simple/t/Tester/tbt_07args...........................ok
cpan/Test-Simple/t/threads.....................................skipped
cpan/Test-Simple/t/thread_taint................................ok
cpan/Test-Simple/t/todo........................................ok
cpan/Test-Simple/t/undef.......................................ok
cpan/Test-Simple/t/useing......................................ok
cpan/Test-Simple/t/use_ok......................................ok
cpan/Test-Simple/t/utf8........................................skipped
cpan/Test-Simple/t/versions....................................ok
cpan/Test/t/05_about_verbose...................................ok
cpan/Test/t/fail...............................................ok
cpan/Test/t/mix................................................ok
cpan/Test/t/multiline..........................................ok
cpan/Test/t/onfail.............................................ok
cpan/Test/t/qr.................................................ok
cpan/Test/t/skip...............................................ok
cpan/Test/t/success............................................ok
cpan/Test/t/todo...............................................ok
cpan/Text-Balanced/t/01_compile................................ok
cpan/Text-Balanced/t/02_extbrk.................................ok
cpan/Text-Balanced/t/03_extcbk.................................ok
cpan/Text-Balanced/t/04_extdel.................................ok
cpan/Text-Balanced/t/05_extmul.................................ok
cpan/Text-Balanced/t/06_extqlk.................................ok
cpan/Text-Balanced/t/07_exttag.................................ok
cpan/Text-Balanced/t/08_extvar.................................ok
cpan/Text-Balanced/t/09_gentag.................................ok
cpan/Text-ParseWords/t/ParseWords..............................ok
cpan/Text-ParseWords/t/taint...................................ok
cpan/Text-Soundex/t/Soundex....................................ok
cpan/Text-Tabs/t/37000.........................................ok
cpan/Text-Tabs/t/39548.........................................ok
cpan/Text-Tabs/t/belg4mit......................................ok
cpan/Text-Tabs/t/dandv.........................................ok
cpan/Text-Tabs/t/fill..........................................ok
cpan/Text-Tabs/t/Jacobson2.....................................ok
cpan/Text-Tabs/t/Jacobson......................................ok
cpan/Text-Tabs/t/Jochen........................................ok
cpan/Text-Tabs/t/sep2..........................................ok
cpan/Text-Tabs/t/sep...........................................ok
cpan/Text-Tabs/t/tabs..........................................ok
cpan/Text-Tabs/t/wrap_separator2...............................ok
cpan/Text-Tabs/t/wrap..........................................ok
cpan/Tie-File/t/00_version.....................................ok
cpan/Tie-File/t/01_gen.........................................ok
cpan/Tie-File/t/02_fetchsize...................................ok
cpan/Tie-File/t/03_longfetch...................................ok
cpan/Tie-File/t/04_splice......................................ok
cpan/Tie-File/t/05_size........................................ok
cpan/Tie-File/t/06_fixrec......................................ok
cpan/Tie-File/t/07_rv_splice...................................ok
cpan/Tie-File/t/08_ro..........................................ok
cpan/Tie-File/t/09_gen_rs......................................ok
cpan/Tie-File/t/10_splice_rs...................................ok
cpan/Tie-File/t/11_rv_splice_rs................................ok
cpan/Tie-File/t/12_longfetch_rs................................ok
cpan/Tie-File/t/13_size_rs.....................................ok
cpan/Tie-File/t/14_lock........................................ok
cpan/Tie-File/t/15_pushpop.....................................ok
cpan/Tie-File/t/16_handle......................................ok
cpan/Tie-File/t/17_misc_meth...................................ok
cpan/Tie-File/t/18_rs_fixrec...................................ok
cpan/Tie-File/t/19_cache.......................................ok
cpan/Tie-File/t/20_cache_full..................................ok
cpan/Tie-File/t/21_win32.......................................skipped
cpan/Tie-File/t/22_autochomp...................................ok
cpan/Tie-File/t/23_rv_ac_splice................................ok
cpan/Tie-File/t/24_cache_loop..................................ok
cpan/Tie-File/t/25_gen_nocache.................................ok
cpan/Tie-File/t/26_twrite......................................ok
cpan/Tie-File/t/27_iwrite......................................ok
cpan/Tie-File/t/28_mtwrite.....................................ok
cpan/Tie-File/t/29a_upcopy.....................................ok
cpan/Tie-File/t/29_downcopy....................................ok
cpan/Tie-File/t/30_defer.......................................ok
cpan/Tie-File/t/31_autodefer...................................ok
cpan/Tie-File/t/32_defer_misc..................................ok
cpan/Tie-File/t/33_defer_vs....................................ok
cpan/Tie-File/t/40_abs_cache...................................ok
cpan/Tie-File/t/41_heap........................................ok
cpan/Tie-File/t/42_offset......................................ok
cpan/Tie-RefHash/t/rebless.....................................ok
cpan/Tie-RefHash/t/refhash.....................................ok
cpan/Tie-RefHash/t/storable....................................ok
cpan/Tie-RefHash/t/threaded....................................skipped
cpan/Time-HiRes/t/HiRes........................................ok
cpan/Time-Piece/t/01base.......................................ok
cpan/Time-Piece/t/02core.......................................ok
cpan/Time-Piece/t/03compare....................................ok
cpan/Time-Piece/t/04mjd........................................ok
cpan/Time-Piece/t/05overload...................................ok
cpan/Time-Piece/t/06subclass...................................ok
cpan/Time-Piece/t/07arith......................................ok
cpan/Unicode-Collate/t/altern..................................ok
cpan/Unicode-Collate/t/cjkrange................................ok
cpan/Unicode-Collate/t/contract................................ok
cpan/Unicode-Collate/t/hangtype................................ok
cpan/Unicode-Collate/t/hangul..................................ok
cpan/Unicode-Collate/t/ignor...................................ok
cpan/Unicode-Collate/t/illegalp................................ok
cpan/Unicode-Collate/t/illegal.................................ok
cpan/Unicode-Collate/t/index...................................ok
cpan/Unicode-Collate/t/normal..................................ok
cpan/Unicode-Collate/t/override................................ok
cpan/Unicode-Collate/t/rearrang................................ok
cpan/Unicode-Collate/t/test....................................ok
cpan/Unicode-Collate/t/trailwt.................................ok
cpan/Unicode-Collate/t/variable................................ok
cpan/Unicode-Collate/t/version.................................ok
cpan/Unicode-Collate/t/view....................................ok
cpan/Unicode-Normalize/t/fcdc..................................ok
cpan/Unicode-Normalize/t/form..................................ok
cpan/Unicode-Normalize/t/func..................................ok
cpan/Unicode-Normalize/t/illegal...............................ok
cpan/Unicode-Normalize/t/norm..................................ok
cpan/Unicode-Normalize/t/null..................................ok
cpan/Unicode-Normalize/t/proto.................................ok
cpan/Unicode-Normalize/t/split.................................ok
cpan/Unicode-Normalize/t/test..................................ok
cpan/Unicode-Normalize/t/tie...................................ok
dist/Attribute-Handlers/t/constants............................ok
dist/Attribute-Handlers/t/data_convert.........................ok
dist/Attribute-Handlers/t/linerep..............................ok
dist/Attribute-Handlers/t/multi................................ok
dist/base/t/base...............................................ok
dist/base/t/compile-time.......................................ok
dist/base/t/fields-5_6_0.......................................skipped
dist/base/t/fields-5_8_0.......................................skipped
dist/base/t/fields-base........................................ok
dist/base/t/fields.............................................ok
dist/base/t/isa................................................ok
dist/base/t/sigdie.............................................ok
dist/base/t/version............................................ok
dist/base/t/warnings...........................................ok
dist/B-Deparse/t/deparse.......................................ok
dist/constant/t/constant.......................................ok
dist/Data-Dumper/t/bless.......................................ok
dist/Data-Dumper/t/bugs........................................ok
dist/Data-Dumper/t/dumper......................................ok
dist/Data-Dumper/t/freezer.....................................ok
dist/Data-Dumper/t/overload....................................ok
dist/Data-Dumper/t/pair........................................ok
dist/ExtUtils-Install/t/can_write_dir..........................ok
dist/ExtUtils-Install/t/Installapi2............................ok
dist/ExtUtils-Install/t/Installed..............................ok
dist/ExtUtils-Install/t/Install................................ok
dist/ExtUtils-Install/t/InstallWithMM..........................ok
dist/ExtUtils-Install/t/Packlist...............................ok
dist/Filter-Simple/t/data......................................ok
dist/Filter-Simple/t/export....................................ok
dist/Filter-Simple/t/filter_only...............................ok
dist/Filter-Simple/t/filter....................................ok
dist/Filter-Simple/t/import....................................ok
dist/I18N-LangTags/t/01_about_verbose..........................ok
dist/I18N-LangTags/t/05_main...................................ok
dist/I18N-LangTags/t/07_listy..................................ok
dist/I18N-LangTags/t/10_http...................................ok
dist/I18N-LangTags/t/20_locales................................ok
dist/I18N-LangTags/t/50_super..................................ok
dist/I18N-LangTags/t/55_supers_strict..........................ok
dist/I18N-LangTags/t/80_all_env................................ok
dist/IO/t/io_const.............................................ok
dist/IO/t/io_dir...............................................ok
dist/IO/t/io_dup...............................................ok
dist/IO/t/io_file..............................................ok
dist/IO/t/io_linenum...........................................ok
dist/IO/t/io_multihomed........................................ok
dist/IO/t/io_pipe..............................................ok
dist/IO/t/io_poll..............................................ok
dist/IO/t/io_sel...............................................ok
dist/IO/t/io_sock..............................................ok
dist/IO/t/IO...................................................ok
dist/IO/t/io_taint.............................................ok
dist/IO/t/io_tell..............................................ok
dist/IO/t/io_udp...............................................ok
dist/IO/t/io_unix..............................................ok
dist/IO/t/io_utf8..............................................ok
dist/IO/t/io_xs................................................ok
dist/lib/t/01lib...............................................ok
dist/Locale-Maketext/t/01_about_verbose........................ok
dist/Locale-Maketext/t/10_make.................................ok
dist/Locale-Maketext/t/20_get..................................ok
dist/Locale-Maketext/t/30_local................................ok
dist/Locale-Maketext/t/40_super................................ok
dist/Locale-Maketext/t/50_super................................ok
dist/Locale-Maketext/t/60_super................................ok
dist/Locale-Maketext/t/90_utf8.................................ok
dist/Module-CoreList/t/corelist................................ok
dist/Module-CoreList/t/deprecated..............................ok
dist/Module-CoreList/t/find_modules............................ok
dist/Module-CoreList/t/pod.....................................skipped
dist/Net-Ping/t/100_load.......................................ok
dist/Net-Ping/t/110_icmp_inst..................................ok
dist/Net-Ping/t/120_udp_inst...................................ok
dist/Net-Ping/t/130_tcp_inst...................................ok
dist/Net-Ping/t/140_stream_inst................................ok
dist/Net-Ping/t/150_syn_inst...................................ok
dist/Net-Ping/t/190_alarm......................................skipped
dist/Net-Ping/t/200_ping_tcp...................................skipped
dist/Net-Ping/t/250_ping_hires.................................skipped
dist/Net-Ping/t/300_ping_stream................................skipped
dist/Net-Ping/t/400_ping_syn...................................skipped
dist/Net-Ping/t/410_syn_host...................................skipped
dist/Net-Ping/t/450_service....................................ok
dist/Net-Ping/t/500_ping_icmp..................................ok
dist/Net-Ping/t/510_ping_udp...................................ok
dist/Pod-Perldoc/t/01_about_verbose............................ok
dist/Pod-Perldoc/t/checkerbasic................................ok
dist/Pod-Perldoc/t/perldocbasic................................ok
dist/Pod-Perldoc/t/textbasic...................................ok
dist/Pod-Plainer/t/plainer.....................................ok
dist/Safe/t/safe1..............................................ok
dist/Safe/t/safe2..............................................ok
dist/Safe/t/safe3..............................................ok
dist/Safe/t/safeload...........................................ok
dist/Safe/t/safeops............................................ok
dist/Safe/t/safesort...........................................ok
dist/Safe/t/safeuniversal......................................ok
dist/Safe/t/safeutf8...........................................ok
dist/Safe/t/safewrap...........................................ok
dist/SelfLoader/t/01SelfLoader.................................ok
dist/SelfLoader/t/02SelfLoader-buggy...........................ok
dist/Storable/t/attach_errors..................................ok
dist/Storable/t/attach_singleton...............................ok
dist/Storable/t/blessed........................................ok
dist/Storable/t/canonical......................................ok
dist/Storable/t/circular_hook..................................ok
dist/Storable/t/code...........................................ok
dist/Storable/t/compat01.......................................skipped
dist/Storable/t/compat06.......................................ok
dist/Storable/t/croak..........................................ok
dist/Storable/t/dclone.........................................ok
dist/Storable/t/downgrade......................................ok
dist/Storable/t/file_magic.....................................ok
dist/Storable/t/forgive........................................ok
dist/Storable/t/freeze.........................................ok
dist/Storable/t/integer........................................ok
dist/Storable/t/interwork56....................................skipped
dist/Storable/t/just_plain_nasty...............................ok
dist/Storable/t/lock...........................................ok
dist/Storable/t/malice.........................................ok
dist/Storable/t/overload.......................................ok
dist/Storable/t/recurse........................................ok
dist/Storable/t/restrict.......................................ok
dist/Storable/t/retrieve.......................................ok
dist/Storable/t/sig_die........................................ok
dist/Storable/t/store..........................................ok
dist/Storable/t/threads........................................skipped
dist/Storable/t/tied_hook......................................ok
dist/Storable/t/tied_items.....................................ok
dist/Storable/t/tied...........................................ok
dist/Storable/t/utf8hash.......................................ok
dist/Storable/t/utf8...........................................ok
dist/Storable/t/weak...........................................ok
dist/Switch/t/given............................................ok
dist/Switch/t/nested...........................................ok
dist/Switch/t/switch...........................................ok
dist/Thread-Queue/t/01_basic...................................skipped
dist/Thread-Queue/t/02_refs....................................skipped
dist/Thread-Queue/t/03_peek....................................skipped
dist/Thread-Queue/t/04_errs....................................ok
dist/Thread-Queue/t/05_extract.................................skipped
dist/Thread-Queue/t/06_insert..................................skipped
dist/Thread-Queue/t/07_lock....................................skipped
dist/Thread-Queue/t/08_nothreads...............................ok
dist/Thread-Semaphore/t/01_basic...............................skipped
dist/Thread-Semaphore/t/02_errs................................ok
dist/Thread-Semaphore/t/03_nothreads...........................ok
dist/threads-shared/t/0nothread................................ok
dist/threads-shared/t/av_refs..................................skipped
dist/threads-shared/t/av_simple................................skipped
dist/threads-shared/t/blessed..................................skipped
dist/threads-shared/t/clone....................................skipped
dist/threads-shared/t/cond.....................................skipped
dist/threads-shared/t/disabled.................................ok
dist/threads-shared/t/hv_refs..................................skipped
dist/threads-shared/t/hv_simple................................skipped
dist/threads-shared/t/no_share.................................skipped
dist/threads-shared/t/object...................................skipped
dist/threads-shared/t/shared_attr..............................skipped
dist/threads-shared/t/stress...................................skipped
dist/threads-shared/t/sv_refs..................................skipped
dist/threads-shared/t/sv_simple................................skipped
dist/threads-shared/t/utf8.....................................skipped
dist/threads-shared/t/waithires................................skipped
dist/threads-shared/t/wait.....................................skipped
dist/threads/t/basic...........................................skipped
dist/threads/t/blocks..........................................skipped
dist/threads/t/context.........................................skipped
dist/threads/t/end.............................................skipped
dist/threads/t/err.............................................skipped
dist/threads/t/exit............................................skipped
dist/threads/t/free2...........................................skipped
dist/threads/t/free............................................skipped
dist/threads/t/join............................................skipped
dist/threads/t/kill............................................skipped
dist/threads/t/libc............................................skipped
dist/threads/t/list............................................skipped
dist/threads/t/no_threads......................................ok
dist/threads/t/problems........................................skipped
dist/threads/t/stack_env.......................................skipped
dist/threads/t/stack...........................................skipped
dist/threads/t/state...........................................skipped
dist/threads/t/stress_cv.......................................skipped
dist/threads/t/stress_re.......................................skipped
dist/threads/t/stress_string...................................skipped
dist/threads/t/thread..........................................skipped
dist/XSLoader/t/XSLoader.......................................ok
ext/autouse/t/autouse..........................................ok
ext/B/t/b......................................................ok
ext/B/t/concise................................................ok
ext/B/t/concise-xs.............................................ok
ext/B/t/f_map..................................................ok
ext/B/t/f_sort.................................................ok
ext/B/t/optree_check...........................................ok
ext/B/t/optree_concise.........................................ok
ext/B/t/optree_constants.......................................ok
ext/B/t/optree_misc............................................ok
ext/B/t/optree_samples.........................................ok
ext/B/t/optree_sort............................................ok
ext/B/t/optree_specials........................................ok
ext/B/t/optree_varinit.........................................ok
ext/B/t/o......................................................ok
ext/B/t/pragma.................................................ok
ext/B/t/showlex................................................ok
ext/B/t/terse..................................................ok
ext/B/t/xref...................................................ok
ext/Devel-DProf/t/DProf........................................ok
ext/Devel-Peek/t/Peek..........................................ok
ext/Devel-SelfStubber/t/Devel-SelfStubber......................ok
ext/DynaLoader/t/DynaLoader....................................ok
ext/Errno/t/Errno..............................................ok
ext/Fcntl/t/fcntl..............................................ok
ext/Fcntl/t/mode...............................................ok
ext/Fcntl/t/syslfs.............................................ok
ext/FileCache/t/01open.........................................ok
ext/FileCache/t/02maxopen......................................ok
ext/FileCache/t/03append.......................................ok
ext/FileCache/t/04twoarg.......................................ok
ext/FileCache/t/05override.....................................ok
ext/FileCache/t/06export.......................................ok
ext/FileCache/t/07noimport.....................................ok
ext/File-Glob/t/basic..........................................ok
ext/File-Glob/t/case...........................................ok
ext/File-Glob/t/global.........................................ok
ext/File-Glob/t/taint..........................................ok
ext/GDBM_File/t/gdbm...........................................ok
ext/Hash-Util-FieldHash/t/01_load..............................ok
ext/Hash-Util-FieldHash/t/02_function..........................ok
ext/Hash-Util-FieldHash/t/03_class.............................ok
ext/Hash-Util-FieldHash/t/04_thread............................ok
ext/Hash-Util-FieldHash/t/05_perlhook..........................ok
ext/Hash-Util-FieldHash/t/10_hash..............................ok
ext/Hash-Util-FieldHash/t/11_hashassign........................ok
ext/Hash-Util-FieldHash/t/12_hashwarn..........................ok
ext/Hash-Util/t/Util...........................................ok
ext/I18N-Langinfo/t/Langinfo...................................ok
ext/IPC-Open2/t/IPC-Open2......................................ok
ext/IPC-Open3/t/IPC-Open3......................................ok
ext/NDBM_File/t/ndbm...........................................ok
ext/Opcode/t/Opcode............................................ok
ext/Opcode/t/ops...............................................ok
ext/PerlIO-encoding/t/encoding.................................ok
ext/PerlIO-encoding/t/fallback.................................ok
ext/PerlIO-encoding/t/nolooping................................ok
ext/PerlIO-scalar/t/scalar.....................................ok
ext/PerlIO-scalar/t/scalar_ungetc..............................ok
ext/PerlIO-via/t/via...........................................ok
ext/POSIX/t/is.................................................ok
ext/POSIX/t/math...............................................ok
ext/POSIX/t/posix..............................................ok
ext/POSIX/t/sigaction..........................................ok
ext/POSIX/t/sysconf............................................ok
ext/POSIX/t/taint..............................................ok
ext/POSIX/t/termios............................................ok
ext/POSIX/t/time...............................................ok
ext/POSIX/t/waitpid............................................ok
ext/re/t/lexical_debug.........................................ok
ext/re/t/qr....................................................ok
ext/re/t/re_funcs..............................................ok
ext/re/t/regop.................................................ok
ext/re/t/re....................................................ok
ext/SDBM_File/t/sdbm...........................................ok
ext/Socket/t/socketpair........................................ok
ext/Socket/t/Socket............................................ok
ext/Sys-Hostname/t/Hostname....................................ok
ext/Tie-Memoize/t/Tie-Memoize..................................ok
ext/Time-Local/t/Local.........................................ok
ext/XS-APItest-KeywordRPN/t/keyword_plugin.....................ok
ext/XS-APItest-KeywordRPN/t/multiline..........................ok
ext/XS-APItest-KeywordRPN/t/stuff_svcur_bug....................ok
ext/XS-APItest/t/call..........................................ok
ext/XS-APItest/t/exception.....................................ok
ext/XS-APItest/t/hash..........................................ok
ext/XS-APItest/t/my_cxt........................................ok
ext/XS-APItest/t/my_exit.......................................ok
ext/XS-APItest/t/op............................................ok
ext/XS-APItest/t/pmflag........................................ok
ext/XS-APItest/t/printf........................................ok
ext/XS-APItest/t/push..........................................ok
ext/XS-APItest/t/rmagical......................................ok
ext/XS-APItest/t/svpeek........................................ok
ext/XS-APItest/t/svsetsv.......................................ok
ext/XS-APItest/t/utf16_to_utf8.................................ok
ext/XS-APItest/t/xs_special_subs_require.......................ok
ext/XS-APItest/t/xs_special_subs...............................ok
ext/XS-Typemap/t/Typemap.......................................ok
lib/AnyDBM_File................................................ok
lib/Benchmark..................................................ok
lib/bigfloatpl.................................................ok
lib/bigintpl...................................................ok
lib/blib.......................................................ok
lib/bytes......................................................ok
lib/Carp.......................................................ok
lib/charnames..................................................ok
lib/Class/Struct...............................................ok
lib/Config/Extensions..........................................ok
lib/Config.....................................................ok
lib/DBM_Filter/t/01error.......................................ok
lib/DBM_Filter/t/02core........................................ok
lib/DBM_Filter/t/compress......................................ok
lib/DBM_Filter/t/encode........................................ok
lib/DBM_Filter/t/int32.........................................ok
lib/DBM_Filter/t/null..........................................ok
lib/DBM_Filter/t/utf8..........................................ok
lib/DB.........................................................ok
lib/diagnostics................................................ok
lib/DirHandle..................................................ok
lib/Dumpvalue..................................................ok
lib/dumpvar....................................................ok
lib/English....................................................ok
lib/Env/t/array................................................ok
lib/Env/t/env..................................................ok
lib/Exporter...................................................ok
lib/ExtUtils/t/Embed...........................................ok
lib/feature....................................................ok
lib/feature/unicode_strings....................................ok
lib/File/Basename..............................................ok
lib/File/CheckTree.............................................ok
lib/File/Compare...............................................ok
lib/File/Copy..................................................ok
lib/File/DosGlob...............................................ok
lib/File/Find/t/find...........................................ok
lib/File/Find/t/taint..........................................ok
lib/FileHandle.................................................ok
lib/File/stat..................................................ok
lib/filetest...................................................ok
lib/FindBin....................................................ok
lib/Getopt/Std.................................................ok
lib/h2ph.......................................................ok
lib/h2xs.......................................................ok
lib/I18N/Collate...............................................ok
lib/integer....................................................ok
lib/Internals..................................................ok
lib/less.......................................................ok
lib/locale.....................................................ok
lib/Net/hostent................................................ok
lib/Net/netent.................................................skipped
lib/Net/protoent...............................................ok
lib/Net/servent................................................ok
lib/open.......................................................ok
lib/overload64.................................................ok
lib/overloading................................................ok
lib/overload...................................................ok
lib/perl5db....................................................ok
lib/Pod/t/eol..................................................ok
lib/Pod/t/Functions............................................ok
lib/Pod/t/htmlescp.............................................ok
lib/Pod/t/htmllink.............................................ok
lib/Pod/t/htmlview.............................................ok
lib/Pod/t/InputObjects.........................................ok
lib/Pod/t/Select...............................................ok
lib/Pod/t/Usage................................................ok
lib/Pod/t/utils................................................ok
lib/Search/Dict................................................ok
lib/SelectSaver................................................ok
lib/sigtrap....................................................ok
lib/sort.......................................................ok
lib/strict.....................................................ok
lib/subs.......................................................ok
lib/Symbol.....................................................ok
lib/Term/Complete..............................................ok
lib/Term/ReadLine..............................................ok
lib/Text/Abbrev................................................ok
lib/Thread.....................................................skipped
lib/Tie/Array/push.............................................ok
lib/Tie/Array/splice...........................................ok
lib/Tie/Array/stdpush..........................................ok
lib/Tie/Array/std..............................................ok
lib/Tie/Handle/stdhandle_from_handle...........................ok
lib/Tie/Handle/stdhandle.......................................ok
lib/Tie/Scalar.................................................ok
lib/Tie/SubstrHash.............................................ok
lib/Time/gmtime................................................ok
lib/Time/localtime.............................................ok
lib/Unicode/UCD................................................ok
lib/User/grent.................................................ok
lib/User/pwent.................................................ok
lib/utf8.......................................................ok
lib/vars_carp..................................................ok
lib/vars.......................................................ok
lib/version....................................................ok
lib/vmsish.....................................................ok
lib/warnings...................................................ok
t/x2p/s2p......................................................ok
t/porting/args_assert..........................................ok
t/porting/checkcase............................................ok
t/porting/diag.................................................ok
t/porting/maintainers..........................................ok
t/porting/manifest.............................................ok
t/porting/podcheck.............................................ok
t/porting/test_bootstrap.......................................ok
Failed 2 tests out of 1695, 99.88% okay.
../cpan/CPANPLUS/t/03_CPANPLUS-Internals-Source.t
../cpan/ExtUtils-Command/t/cp.t
### Since not all tests were successful, you may want to run some of
### them individually and examine any diagnostic messages they produce.
### See the INSTALL document's section on "make test".
### You have a good chance to get more information by running
### ./perl harness
### in the 't' directory since most (>=80%) of the tests succeeded.
### You may have to set your dynamic library search path,
### LD_LIBRARY_PATH, to point to the build directory:
### setenv LD_LIBRARY_PATH `pwd`; cd t; ./perl harness
### LD_LIBRARY_PATH=`pwd`; export LD_LIBRARY_PATH; cd t; ./perl harness
### export LD_LIBRARY_PATH=`pwd`; cd t; ./perl harness
### for csh-style shells, like tcsh; or for traditional/modern
### Bourne-style shells, like bash, ksh, and zsh, respectively.
u=2.33 s=1.00 cu=243.43 cs=35.83 scripts=1695 tests=350144
make: *** [test] Error 1

Potrebbero piacerti anche