Looks ok to me.

What you are probably seeing are the tests usually associated with the CPAN install.  
It may also find a new version the CPAN.pm module and upgrade it on the fly.  It does 
that every now and then. 

I didn't see anything to worry about.  Looks like the 'make install' worked just fine. 
 You might want to go ahead and create some test programs to make sure it's working.  
Otherwise you should be good to go.



> >Sorry for the newbie question, but from where and how do I install the
> >Convert::BinHex code and build it?
> >  
> >
> No worries.  I usually go to cpan.org.
> 
> Here is the direct link to the info page. Lots of good details on how it 
> works.
> 
> http://search.cpan.org/~eryq/Convert-BinHex-1.119/lib/Convert/BinHex.pm
> 
> Here is where you can download the source
> 
> http://search.cpan.org/CPAN/authors/id/E/ER/ERYQ/Convert-BinHex-1.119.tar.gz
> 
> 
> ~~~
> Hello,
> 
> Thanks for all the help and info. After downloading the tarball I ran, 'perl
> Makefile.PL', and 'make', then 'make install', but I am not sure if this is
> all I need to do. When running the install from CPAN so much more seems to
> take place (as far as the verbose output on the terminal shows). Below is
> the output from tarball build. Is this everything for an install or am I
> missing something? 
> 
> Thanks again for your help.
> 
> [EMAIL PROTECTED] Convert-BinHex-1.119]# perl Makefile.PL
> Checking if your kit is complete...
> Looks good
> Writing Makefile for Convert::BinHex
> [EMAIL PROTECTED] Convert-BinHex-1.119]# ls
> bin/  COPYING  docs/  lib/  Makefile  Makefile.PL*  MANIFEST  README
> README-TOO  t/  test/  testin/  testout/
> [EMAIL PROTECTED] Convert-BinHex-1.119]# make
> cp lib/Convert/BinHex.pm blib/lib/Convert/BinHex.pm
> Manifying blib/man3/Convert::BinHex.3pm
> [EMAIL PROTECTED] Convert-BinHex-1.119]# ls
> bin/  blib/  blibdirs  COPYING  docs/  lib/  Makefile  Makefile.PL*
> MANIFEST  pm_to_blib  README  README-TOO  t/  test/  testin/  testout/
> [EMAIL PROTECTED] Convert-BinHex-1.119]# make install
> Installing /usr/lib/perl5/site_perl/5.8.3/Convert/BinHex.pm
> Installing /usr/share/man/man3/Convert::BinHex.3pm
> Writing
> /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/auto/Convert/BinHex/.
> packlist
> Appending installation info to
> /usr/lib/perl5/5.8.3/i386-linux-thread-multi/perllocal.pod
> 
> ~~~
> ~James 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> <http://learn.perl.org/> <http://learn.perl.org/first-response>
> 
> 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to