Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Feb 2002 07:02:39 -0700 (MST)
From:      "Forrest W. Christian" <forrestc@imach.com>
To:        Patrik Forsberg <patrik.forsberg@dataphone.net>
Cc:        jim <jim@jwweeks.com>, freebsd-isp@FreeBSD.ORG
Subject:   RE: perl modules
Message-ID:  <Pine.BSF.4.21.0202090700420.23321-100000@workhorse.iMach.com>
In-Reply-To: <8F69143C0B1A9F4D95AFC58CF69877E54E6164@exhsto1.se.dataphone.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> > Is there and easy way to determine exactly which ones have 
> > been installed so as to insure I have all of them installed 
> > in the new installation.

See autobundle under perldoc CPAN.

Something like:

perl -MCPAN -e shell;
cpan>autobundle

Will produce a bundle file which you should be able to copy to the other
computer and then do something like:

perl -MCPAN -e shell;
cpan>install bundlefilepath

I don't know if this is correct, and I haven't done it.  Let us know if it
works.


- Forrest W. Christian (forrestc@imach.com) AC7DE
----------------------------------------------------------------------
The Innovation Machine Ltd.                              P.O. Box 5749
http://www.imach.com/                                Helena, MT  59604
Home of PacketFlux Technogies and BackupDNS.com         (406)-442-6648
----------------------------------------------------------------------
      Protect your personal freedoms - visit http://www.lp.org/


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0202090700420.23321-100000>