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
* 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
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
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
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.
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
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