Re: [perl #38262] get external modules out of the parrot repo

2006-01-20 Thread Chip Salzenberg
On Wed, Jan 18, 2006 at 12:10:34PM -0800, jerry gay wrote: > true, but i think DRY (don't repeat yourself) applies here. there's > already a standard repository for these modules, so why clutter the > parrot repo? Yes. Those who do not understand CPAN, etc. There should be a single CPAN bundle w

Re: [perl #38262] get external modules out of the parrot repo

2006-01-18 Thread chromatic
On Wednesday 18 January 2006 14:53, Joshua Hoblitt wrote: > > installation of the necessary modules should be checked at configure > > time, and an informative message should be given to the user if there > > are missing dependencies. > That's just another configure step but it had better be run

Re: [perl #38262] get external modules out of the parrot repo

2006-01-18 Thread Joshua Hoblitt
On Tue, Jan 17, 2006 at 04:55:36PM -0800, jerry gay wrote: > i think that better answer should be in the form of CPAN bundles. a > development bundle (Bundle::Parrot::Devel), a test bundle (::Test), > perhaps a seperate smoke bundle (::Smoke), and perhaps a bundle for > end users (::Install.) The

Re: [perl #38262] get external modules out of the parrot repo

2006-01-18 Thread jerry gay
On 1/18/06, Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote: > jerry gay (via RT) schrieb: > >perl modules necessary for parrot configuration, development, and > >testing have been either committed to the parrot repo, assumed to be > >installed by the user, or (in some cases) checked for in code tha

Re: [perl #38262] get external modules out of the parrot repo

2006-01-18 Thread jerry gay
On 1/17/06, via RT jerry gay <[EMAIL PROTECTED]> wrote: > perl modules necessary for parrot configuration, development, and > testing have been either committed to the parrot repo, assumed to be > installed by the user, or (in some cases) checked for in code that > uses them. > > this mish-mash is

Re: [perl #38262] get external modules out of the parrot repo

2006-01-18 Thread Bernhard Schmalhofer
jerry gay (via RT) schrieb: # New Ticket Created by jerry gay # Please include the string: [perl #38262] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38262 > perl modules necessary for parrot configuration, developmen

[perl #38262] get external modules out of the parrot repo

2006-01-17 Thread via RT
# New Ticket Created by jerry gay # Please include the string: [perl #38262] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38262 > perl modules necessary for parrot configuration, development, and testing have been either