[perl #44607] [CAGE] Hoist slurp_file() into Parrot::Util

2007-09-08 Thread James Keenan via RT
Andy moved slurp_file() into Parrot::BuildUtil last month. So I don't think we need to start a separate module called Parrot::Util -- at least not yet. I'm adding one file, t/configure/039-slurp_file.t, to provide unit tests for Parrot::BuildUtil::slurp_file(). I also spruced up the POD in Build

Re: [perl #44607] [CAGE] Hoist slurp_file() into Parrot::Util

2007-08-16 Thread James E Keenan
[EMAIL PROTECTED] wrote: >> Apparently the plan is to go in the opposite direction, i.e., getting that >> stuff out of the Parrot distribution and into Bundle::Parrot on CPAN. > > How would the naming work there? Not exactly certain what naming you're referring to ... > I was trying to reduce

Re: [perl #44607] [CAGE] Hoist slurp_file() into Parrot::Util

2007-08-14 Thread jerry gay
On 8/14/07, Joshua Hoblitt <[EMAIL PROTECTED]> wrote: > On Tue, Aug 14, 2007 at 07:11:36AM -0700, jerry gay wrote: > > i started Bundle::Parrot to work towards the goal of removing all > > external modules from the parrot repository. external modules don't > > belong in the repository unless we nee

Re: [perl #44607] [CAGE] Hoist slurp_file() into Parrot::Util

2007-08-14 Thread Joshua Hoblitt
On Tue, Aug 14, 2007 at 07:11:36AM -0700, jerry gay wrote: > i started Bundle::Parrot to work towards the goal of removing all > external modules from the parrot repository. external modules don't > belong in the repository unless we need to fork them from their CPAN > version. unfortunately, this

Re: [perl #44607] [CAGE] Hoist slurp_file() into Parrot::Util

2007-08-14 Thread jerry gay
On 8/14/07, James E Keenan <[EMAIL PROTECTED]> wrote: > Paul Cochrane wrote: > > On 14/08/07, Joshua Hoblitt <[EMAIL PROTECTED]> wrote: > >> Why not just pull Slurp or File::Slurp into the tree? Yes, writing a > >> slurp function is trivial but (bare with me here) if it's non-trivial > >> enough to

Re: [perl #44607] [CAGE] Hoist slurp_file() into Parrot::Util

2007-08-14 Thread James E Keenan
Paul Cochrane wrote: On 14/08/07, Joshua Hoblitt <[EMAIL PROTECTED]> wrote: Why not just pull Slurp or File::Slurp into the tree? Yes, writing a slurp function is trivial but (bare with me here) if it's non-trivial enough to be factored out into a module then it should be non-trivial enough to n

Re: [perl #44607] [CAGE] Hoist slurp_file() into Parrot::Util

2007-08-14 Thread Paul Cochrane
On 14/08/07, Joshua Hoblitt <[EMAIL PROTECTED]> wrote: > Why not just pull Slurp or File::Slurp into the tree? Yes, writing a > slurp function is trivial but (bare with me here) if it's non-trivial > enough to be factored out into a module then it should be non-trivial > enough to not re-invent the

Re: [perl #44607] [CAGE] Hoist slurp_file() into Parrot::Util

2007-08-13 Thread Joshua Hoblitt
Why not just pull Slurp or File::Slurp into the tree? Yes, writing a slurp function is trivial but (bare with me here) if it's non-trivial enough to be factored out into a module then it should be non-trivial enough to not re-invent the wheel. -J -- On Mon, Aug 13, 2007 at 07:38:36AM -0700, Andy

[perl #44607] [CAGE] Hoist slurp_file() into Parrot::Util

2007-08-13 Thread James Keenan via RT
Andy had filed 44607 this morning, but for some reason it didn't show up in my newsreader until after I had filed 44615. So whoever wants to work on Parrot::YetToBeNamed should write Parrot::Util instead.

[perl #44607] [CAGE] Hoist slurp_file() into Parrot::Util

2007-08-13 Thread via RT
# New Ticket Created by Andy Lester # Please include the string: [perl #44607] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=44607 > Pull slurp_file out of Parrot::Test into Parrot::Util. Then, remove the cut'n'pasted c