I had a sysadmin perform this task. She reported everything went ok. Is there any file I can look in as a logfile as to what might have happened. I did find a file out in the perl directories called /usr/opt/perl5/lib/site_perl/5.005/aix/auto/Bundle/DateTime/.packlist and it contained this 1 line --> /usr/opt/perl5/lib/site_perl/5.005/Bundle/DateTime.pm
Not sure if that helps any, thanks Justin "Hill, Ronald" <[EMAIL PROTECTED]> on 08/18/2003 01:23:25 PM To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: [EMAIL PROTECTED] Subject: RE: Bundle Questions [snipped] > > > Yes that is the format I used and it only created the one > module here is a link to the source if you want to review it. > I can't tell what is supposed to happen the documentation > doesn't seem to help much either. > [snipped] What is supposed to happen is that the cpan module will get all of the modules listed and install them. you type perl -MCPAN -e 'install Bundle::DateTime' <press enter>. then you should see something like cpan> install Bundle::DateTime CPAN: Storable loaded ok Going to read G:\hillr\.cpan\Metadata Database was generated on Sat, 16 Aug 2003 15:44:33 GMT Running install for module Class::Factory::Util Running make for D/DR/DROLSKY/Class-Factory-Util-1.5.tar.gz CPAN: MD5 loaded ok CPAN: Compress::Zlib loaded ok Checksum for G:\hillr\.cpan\sources\authors\id\D\DR\DROLSKY\Class-Factory-Util-1.5.tar Scanning cache G:\hillr\.cpan\build for sizes Class-Factory-Util-1.5/ Class-Factory-Util-1.5/META.yml Class-Factory-Util-1.5/Changes Class-Factory-Util-1.5/t/ Class-Factory-Util-1.5/t/lib/ Class-Factory-Util-1.5/t/lib/Factory/ Class-Factory-Util-1.5/t/lib/Factory/Foo.pm Class-Factory-Util-1.5/t/lib/Factory/Bar.pm Class-Factory-Util-1.5/t/lib/Factory.pm Class-Factory-Util-1.5/t/01test.t Class-Factory-Util-1.5/MANIFEST Class-Factory-Util-1.5/LICENSE Class-Factory-Util-1.5/Makefile.PL Class-Factory-Util-1.5/lib/ Class-Factory-Util-1.5/lib/Class/ Class-Factory-Util-1.5/lib/Class/Factory/ Class-Factory-Util-1.5/lib/Class/Factory/Util.pm Removing previously used G:\hillr\.cpan\build\Class-Factory-Util-1.5 CPAN.pm: Going to build D/DR/DROLSKY/Class-Factory-Util-1.5.tar.gz etc..... until all of the modules are built. Is that what happened? Ron Hill This message may contain information that is privileged or confidential. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format.
