[perl #55366] [PATCH] [RFC] Remove Version PMC?

2008-06-06 Thread Will Coleda via RT
On Thu Jun 05 18:11:48 2008, pmichaud wrote: > On Thu, Jun 05, 2008 at 05:58:27PM -0700, Will Coleda wrote: > > The Version PMC is a skeleton that doesn't do anything, and isn't > > really used anywhere else in the repository. > > > > Attached patch removes

Re: [perl #55366] [PATCH] [RFC] Remove Version PMC?

2008-06-05 Thread Patrick R. Michaud
On Thu, Jun 05, 2008 at 05:58:27PM -0700, Will Coleda wrote: > The Version PMC is a skeleton that doesn't do anything, and isn't > really used anywhere else in the repository. > > Attached patch removes it. I think we can safely do this in advance of > the June '08 release. Comments? +1 Pm

Version PMC

2006-09-15 Thread Leopold Toetsch
ow [1] is the test code, to implement a diagnostic about a maybe problematic GMP version. I'd like to code it like this: .local pmc cl, v, need cl = getclass 'BigInt' v = cl.'version'()# return a .Version PMC need = new .Version, '4.1.4' if v &l