Re: Storable Stream - Module namespace help

2010-08-09 Thread Joshua ben Jore
On Mon, Aug 9, 2010 at 12:41 PM, Marco Neves perl-module-auth...@knowhunter.cjb.net wrote: On Monday 09 August 2010 20:59:50 David Nicol wrote: On Sun, Aug 8, 2010 at 4:58 AM, Marco Neves [ModAuthors] perl-module-auth...@knowhunter.cjb.net wrote: Hello,        In need for a way to

Re: Storable Stream - Module namespace help

2010-08-08 Thread Joshua ben Jore
On Sun, Aug 8, 2010 at 2:40 AM, theMage [Marco Neves] perl-c...@knowhunter.cjb.net wrote: Hello,        In need for a way to transfer a large amount of small datastructures I created a module that stores and retrieves a stream of storables in a file.        I created it in a private

Re: Which Build Module?

2010-07-07 Thread Joshua ben Jore
On Tue, Jul 6, 2010 at 12:50 PM, David Golden xda...@gmail.com wrote: On Tue, Jul 6, 2010 at 3:40 PM, Joshua ben Jore twi...@gmail.com wrote: FWIW, even the most up-to-date CPAN.pm comes broken out of the box for configure_requires because we say we prefer the YAML module to read

Re: Which Build Module?

2010-07-07 Thread Joshua ben Jore
On Wed, Jul 7, 2010 at 9:01 AM, David Golden xda...@gmail.com wrote: On Wed, Jul 7, 2010 at 10:01 AM, Joshua ben Jore twi...@gmail.com wrote: What? That's certainly not what happens for me. I just ensured I had no ~/.cpan or ~/perl5, installed perlbrew, then installed new perl-5.12.1. When I

Re: Which Build Module?

2010-07-06 Thread Joshua ben Jore
On Tue, Jul 6, 2010 at 10:39 AM, Eric Wilhelm enoba...@gmail.com wrote: # from David Cantrell # on Monday 05 July 2010 06:31: consider Module::Build, but be aware that for a great many users it will introduce an extra dependency, as it was not in core until 5.10.0. First, the great many is

EU::MM LIBS winnowed too-early at .PL-time?

2010-06-09 Thread Joshua ben Jore
Hi, In Judy I have a PREREQ_PM using Alien::Judy which by it's action installs libJudy.so and Judy.h. I also have a LIBS and INC which refer to the thing being installed. It appears that my Makefile.PL's LIBS argument is being tossed because the specified directories and their contents don't exist

Re: Suggestions needed for a Module Name similar to DBIx::OO::Tree

2010-01-03 Thread Joshua ben Jore
On Thu, Dec 31, 2009 at 5:59 PM, ian docherty i...@iandocherty.com wrote: Hi I have written a Moose Role which can be used together with DBIx::Class to implement 'nested sets' type of hierarchy trees (another Perl Module that implements this is DBIx::OO::Tree) I think these are typically

Re: Structured Changelog?

2009-06-28 Thread Joshua ben Jore
On Sat, Jun 27, 2009 at 8:42 AM, Joshua ben Joretwi...@gmail.com wrote: Last year I started seeing change logs in perl modules that looked more YAMLish. Is there any spec out there on this? I'm currently just copying input from `git log --pretty=oneline' into my Changes file and as of this

Structured Changelog?

2009-06-27 Thread Joshua ben Jore
Last year I started seeing change logs in perl modules that looked more YAMLish. Is there any spec out there on this? I'm currently just copying input from `git log --pretty=oneline' into my Changes file and as of this moment, including the git repo URL. Is there any external standard or pattern

Re: lexical warnings question

2009-06-27 Thread Joshua ben Jore
On Thu, Jun 18, 2009 at 2:11 PM, Jonathan Rockwayj...@jrock.us wrote: * On Tue, Jun 16 2009, Bill Ward wrote: I'm more interested (at $JOB) in global warnings, actually.  Of course one can enable those with $^W or perl -w and I do, but developers ignore the warnings all too often.  Many of our

Re: lexical warnings question

2009-06-27 Thread Joshua ben Jore
just a story of making sure you're writing to the variable at the right time. Might not be sufficient hook to get it then or this Hooks thing is the wrong time. Josh On 6/27/09, Hans Dieter Pearcey hdp.perl@weftsoar.net wrote: On Sat, Jun 27, 2009 at 08:46:12AM -0700, Joshua ben Jore wrote

How to get search.cpan to show script documentation?

2009-06-27 Thread Joshua ben Jore
In App-Perldoc-Search, I have a script and two helper classes. Search.cpan.org shows only the class's documentation and ignores that I have a script. The script is the most important entry point. How do I hint that it should render the POD in the script? Build.PL Changes MANIFEST

Re: managing your perl

2009-04-13 Thread Joshua ben Jore
On Sun, Apr 12, 2009 at 11:20 PM, Eric Wilhelm enoba...@gmail.com wrote: # from Joshua ben Jore # on Sunday 12 April 2009 20:06:  http://www.perlfoundation.org/perl5/index.cgi?perl_best_admin_practices It may be a best practice to maintain your own perl but having just done this at work, it's

Re: managing your perl

2009-04-13 Thread Joshua ben Jore
On Mon, Apr 13, 2009 at 10:22 AM, Jonathan Rockway j...@jrock.us wrote: * On Mon, Apr 13 2009, Joshua ben Jore wrote: /Now/ I can rebuild the set inside of half an hour which is /actually/ about 28 minutes too long. More highly annoying things are CPAN.pm being unable to install from a set

Re: managing your perl

2009-04-12 Thread Joshua ben Jore
On Thu, Apr 9, 2009 at 2:20 PM, Eric Wilhelm enoba...@gmail.com wrote: # from Jonathan Rockway # on Thursday 09 April 2009 13:30: * On Thu, Apr 09 2009, Bill Ward wrote: How about you write a how to manage Perl on your system doc and get it into the core as a new perlxyz perldoc file then.

Re: Perl Critic and (honest) hash references

2009-03-02 Thread Joshua ben Jore
On Wed, Feb 18, 2009 at 8:05 AM, Roger Hall raha...@ualr.edu wrote: All, ... Do I have to redesign the module to get past this syntatical doppelganger? If you redesigned, replacing your hash with an array would be harder to typo, faster, smaller, not as nice to dump with Dumper, and harder

Re: Perl Critic and (honest) hash references

2009-03-02 Thread Joshua ben Jore
On Mon, Mar 2, 2009 at 12:22 PM, Nicholas Clark n...@ccl4.org wrote: On Mon, Mar 02, 2009 at 10:23:38AM -0800, Bill Ward wrote: Personally I always use hashes for objects.  Hashes are pretty fast in Perl, especially when there aren't many keys, so I don't think the benefits of using arrays

Re: Readonly::XS failure under 5.10

2009-02-25 Thread Joshua ben Jore
On Sat, Feb 7, 2009 at 6:33 AM, Chris Dolan ch...@chrisdolan.net wrote: Eric, There's an utterly trivial error in Readonly::XS that prevents it from compiling under 5.10.  There have been three RT reports about this problem since Oct 2007.  The fix is incredibly simple: just put parentheses

Re: Proposal: Test::Refcount

2008-07-15 Thread Joshua ben Jore
On Tue, Jul 15, 2008 at 6:08 AM, Paul LeoNerd Evans [EMAIL PROTECTED] wrote: I've relented now, and written a Devel::Refcount; see http://search.cpan.org/~pevans/Devel-Refcount-0.01/lib/Devel/Refcount.pm Your function is already core. *Devel::RefCount::refcount = \Devel::Peek::SvREFCNT;

Re: Licenses of CPAN modules

2008-06-05 Thread Joshua ben Jore
On Wed, Jun 4, 2008 at 1:50 AM, Gabor Szabo [EMAIL PROTECTED] wrote: - CPAN distributions should have a LICEN[CS]E file with the exact text of the license in it Dual licensed modules are not accommodated for by a single file. The GPL and Artistic license seem to have normative filenames like

Re: How to challenge a cpan-testers test result?

2008-05-26 Thread Joshua ben Jore
On Mon, May 26, 2008 at 4:29 PM, David Golden [EMAIL PROTECTED] wrote: On Mon, May 26, 2008 at 6:10 PM, Eric Wilhelm [EMAIL PROTECTED] wrote: Forget about fairness... Can we please just have some way to adjust the signal/noise ratio? Would you like to be copied on all PASS reports? That

Re: YA CSV parser

2007-11-25 Thread Joshua ben Jore
On Nov 25, 2007 10:59 AM, Jim Schneider [EMAIL PROTECTED] wrote: I wrote a streaming CSV parser yesterday because I couldn't find a CSV parsing module that does what I want (despite the plethora of available choices). The parsing rules are pretty simple: 1) At the start of a field, if you

Re: Incompatible change in blead perl for Safe.pm?

2007-08-16 Thread Joshua ben Jore
On 8/16/07, Burak Gürsoy [EMAIL PROTECTED] wrote: Hi, I have a module named Text::Template::Simple ( http://search.cpan.org/dist/Text-Template-Simple/ ) and one of it's tests (t/05-safe) is dying under 5.9.5: http://www.nntp.perl.org/group/perl.cpan.testers/2007/08/msg576957.html

Re: Incompatible change in blead perl for Safe.pm?

2007-08-16 Thread Joshua ben Jore
On 8/16/07, Dominique Quatravaux [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joshua ben Jore wrote: caller() is a less-safe kind of operation because it now returns a hash ref of the current lexical pragmas. I don't recall why this new behavior warranted its

Re: peer review for first CPAN module? (JavaScript minification)

2007-05-25 Thread Joshua ben Jore
On 5/25/07, Dr.Ruud [EMAIL PROTECTED] wrote: Joshua ben Jore schreef: Adriano Ferreira: Peter Michaux: I'm writing a new version of JavaScript::Minification on CPAN. This is my first CPAN module and first Perl project! If someone is willing to take a look to see if I've done something

Re: Module Proposal: Parse::Reversible

2007-04-20 Thread Joshua ben Jore
On 4/20/07, Paul LeoNerd Evans [EMAIL PROTECTED] wrote: The requirement for this module came about intially because I was thinking about how to handle virtual URLs in websites; for example: /photos/album12/photo17.jpg This will fetch the 17th photo from the 12th album, by whatever method

Re: echo die Makefile.PL

2007-04-17 Thread Joshua ben Jore
On 4/16/07, Eric Wilhelm [EMAIL PROTECTED] wrote: If META.yml says you need Module::Build and I don't provide a Makefile.PL, wouldn't that be a good time to install Module::Build? Should I just put a die in Makefile.PL to avoid this silly we're obviously missing the required build system but

Re: echo die Makefile.PL

2007-04-17 Thread Joshua ben Jore
On 4/17/07, Eric Wilhelm [EMAIL PROTECTED] wrote: # from Paul LeoNerd Evans # on Tuesday 17 April 2007 02:14 am: I ran into similar issues; I've discussed them earlier on this list. Yep. # from David Golden on Sunday 11 March 2007 05:43 am: This bug is the result of CPANPLUS trying to be

Re: echo die Makefile.PL

2007-04-17 Thread Joshua ben Jore
On 4/17/07, Eric Wilhelm [EMAIL PROTECTED] wrote: # from Sébastien Aperghis-Tramoni # on Tuesday 17 April 2007 05:12 pm: If you really want Module::Build to be installed, why not simply create a traditional Makefile.PL and add Module::Build as a prerequisite? That way your module can be

Re: Locally installed modules

2007-04-10 Thread Joshua ben Jore
On 4/9/07, Andreas J. Koenig [EMAIL PROTECTED] wrote: On Mon, 9 Apr 2007 15:13:56 -0700, Joshua ben Jore [EMAIL PROTECTED] said: On 4/9/07, Bill Moseley [EMAIL PROTECTED] wrote: I'm currently replicating an automated install of Catalyst against a fresh 5.8.8. Interestingly, I saw one

Re: Locally installed modules

2007-04-09 Thread Joshua ben Jore
On 4/9/07, Bill Moseley [EMAIL PROTECTED] wrote: I'm currently replicating an automated install of Catalyst against a fresh 5.8.8. Interestingly, I saw one interesting failure. Catalyst has oodles of dependencies. At some point during the installation of a sub-sub-sub-* dependency, CPAN.pm

Re: Package::Unicorn

2007-02-18 Thread Joshua ben Jore
On 2/18/07, Eric Wilhelm [EMAIL PROTECTED] wrote: You can do parts of this with Best. It doesn't presume to name your anonymous code so you're stuck with populating %INC but then I thought the point was that you didn't know what name you were going to use yet. Once you have a name, you can just

Delete hate speech module

2007-02-07 Thread Joshua ben Jore
I'd just read of Time::Cube, a disjointed rant full of hate speech. This is the kind of content that is most deserving of deletion from CPAN. Would the responsible parties please go nuke this, please? Josh

Re: Benefits of Test::Exception

2006-12-31 Thread Joshua ben Jore
On 12/31/06, Paul LeoNerd Evans [EMAIL PROTECTED] wrote: \ No it doesn't... This is one of those things about perl - code that looks like a function call is never checked to see if the function exists until runtime: #!/usr/bin/perl use warnings; use strict; print Here I have started

Re: Benefits of Test::Exception

2006-12-30 Thread Joshua ben Jore
On 12/30/06, Paul LeoNerd Evans [EMAIL PROTECTED] wrote: I recently stumbled upon Test::Exception, and wondered if it might make my test scripts any better.. So far I'm struggling to see any benefit, for quite a lot of cost. Without using this module, my tests look like: eval { code() };

Re: Updating a module that's included in another distro

2006-11-25 Thread Joshua ben Jore
On 11/25/06, Andy Armstrong [EMAIL PROTECTED] wrote: On 25 Nov 2006, at 23:19, Jonathan Rockway wrote: I probably didn't make myself clear; that's exactly what I've done. It seems to be confused because it's saying that Geo::Cache has a higher version - which it doesn't - it's at 0.06.

Re: Preventing PAUSE from indexing a module?

2006-10-10 Thread Joshua ben Jore
On 10/10/06, Andreas J. Koenig [EMAIL PROTECTED] wrote: On Mon, 9 Oct 2006 18:27:15 -0500, Joshua ben Jore [EMAIL PROTECTED] said: I assume I am doing something wrong because I'm not hearing from other people complaining that PAUSE is ignoring their no_index settings. It's amazing

Preventing PAUSE from indexing a module?

2006-10-09 Thread Joshua ben Jore
The Carp::Clan module uses the DB package temporarily and the PAUSE indexer seems to think I'm attempting to publish something in the DB namespace. I added a no_index entry to my META.yml but that doesn't appear to be stopping PAUSE. Is this documented somewhere? I looked in ExtUtils::MakeMaker

Re: Indexing for AI-Prolog-0.735_01?

2006-08-05 Thread Joshua ben Jore
On 8/5/06, Ovid [EMAIL PROTECTED] wrote: - Original Message From: Ken Williams [EMAIL PROTECTED] BTW, you might want to add a see also in the AI::Prolog docs for the SWI-Prolog wrapper? Probably a good idea. It's recommended in AI::Prolog::Article, but that's about it. Already

Fwd: Indexing for AI-Prolog-0.735_01?

2006-08-04 Thread Joshua ben Jore
-- Forwarded message -- From: Joshua ben Jore [EMAIL PROTECTED] Date: Aug 3, 2006 8:11 PM Subject: Indexing for AI-Prolog-0.735_01? To: modules@perl.org I uploaded AI-Prolog-0.735_01.tar.gz the other day but it hasn't been indexed yet. The following is what PAUSE says about my access

Re: Fwd: Indexing for AI-Prolog-0.735_01?

2006-08-04 Thread Joshua ben Jore
On 8/4/06, Smylers [EMAIL PROTECTED] wrote: Joshua ben Jore writes: PAUSE says to send problems to modules@perl.org but perl.org's web page says that's a closed list?! Closed in the sense that only the Pause admin folk can subscribe to it. Think of it as less of a mailing list and more