Reflex extensions namespace?

2010-05-24 Thread Rocco Caputo
Dear CPAN Oracle: CPAN has a de facto standard of appending X to make "extensions" namespaces. Does that make sense for namespaces that end in X already? If not, please suggest alternatives. Thank you! -- Rocco Caputo - rcap...@pobox.com

Re: Reflex extensions namespace?

2010-05-24 Thread Ricardo Signes
* Rocco Caputo [2010-05-24T03:06:10] > CPAN has a de facto standard of appending X to make "extensions" > namespaces. Does that make sense for namespaces that end in X > already? If not, please suggest alternatives. Yes. ReflexX looks a little funny, but better that than something that needs e

problem loading xs

2010-05-24 Thread Geoffrey Leach
I'm attempting to diagnose a problem with Audio::TagLib, which is basically a collection of XS interfaces to the taglib library. The test script: use Audio::TagLib; $id3 = Audio::TagLib::FileRef->new( 't.mp3' ); fails with the message: Can't locate object method "new" via

Re: Reflex extensions namespace?

2010-05-24 Thread sawyer x
On Mon, May 24, 2010 at 6:18 PM, Ricardo Signes < perl.moda...@rjbs.manxome.org> wrote: > * Rocco Caputo [2010-05-24T03:06:10] > > CPAN has a de facto standard of appending X to make "extensions" > > namespaces. Does that make sense for namespaces that end in X > > already? If not, please sugge

Re: Reflex extensions namespace?

2010-05-24 Thread Torsten Schoenfeld
On 24.05.2010 09:06, Rocco Caputo wrote: CPAN has a de facto standard of appending X to make "extensions" namespaces. Does that make sense for namespaces that end in X already? If not, please suggest alternatives. For Gtk2, we settled on Gtk2::Ex. For example, Gtk2::Ex::VolumeButton.

Re: problem loading xs

2010-05-24 Thread Shlomi Fish
On Monday 24 May 2010 20:02:47 Geoffrey Leach wrote: > I'm attempting to diagnose a problem with Audio::TagLib, which is > basically a collection of XS interfaces to the taglib library. The test > script: > use Audio::TagLib; > $id3 = Audio::TagLib::FileRef->new( 't.mp3' ); > fails with

Re: problem loading xs

2010-05-24 Thread Geoffrey Leach
On 05/24/2010 11:30:24 AM, Shlomi Fish wrote: > On Monday 24 May 2010 20:02:47 Geoffrey Leach wrote: > > I'm attempting to diagnose a problem with Audio::TagLib, which is > > basically a collection of XS interfaces to the taglib library. The > test > > script: > > use Audio::TagLib; > > $id