Re: A question of permissions

2016-05-12 Thread Buddy Burden
Matt, I am perfectly willing to continue this conversation off list if you wish to, ... Yes, let's. -- Buddy

Re: A question of permissions

2016-05-11 Thread Buddy Burden
Matt, Either way, I doubt we'll gain much more value out of this thread, so while you're welcome to have the last word if it makes you happy, I'll be leaving it there. Okey dokey. My last word is: I'm saddened that you chose to ignore the personal message I sent you off-list. :-( It was int

Re: A question of permissions

2016-05-10 Thread Buddy Burden
Matt, You're not funny. Please try and be more polite in future. I'm starting to suspect this has little to do with my response to Neil and is instead a personal thing between us. I'll send you a message off-list so we don't have to spam the rest of the world with the issue. :-)

Re: A question of permissions

2016-05-10 Thread Buddy Burden
Matt, So I was thinking, why would it complain about a non-existent permissions error if it had no idea what the module name was supposed to be in the first place? It knows the dist name. To upload Date-Easy as a dist name requires perms on Date::Easy. Then the empty provides means it didn't

Re: A question of permissions

2016-05-05 Thread Buddy Burden
Neil, I only just noticed your email. PAUSE-related issues are better raised to modu...@perl.org , or you can send to both modules@ and module-authors. Okay, good tip. Thanks for redirecting this to the appropriate place. I *think* that the problem is this line in y

A question of permissions

2016-05-03 Thread Buddy Burden
Guys, After I uploaded my new module Date::Easy a while back, I got a failure notice from PAUSE: This distribution name can only be used by users with permission for the package Date::Easy, which you do not have. No modules will be indexed. Of course, I had checked for that prior to uploadi

Re: Turning numbers into words

2014-07-11 Thread Buddy Burden
Neil, How about something along the lines of Lingua::EN::WordifyNumerics? Hmmm ... you think that's better than Daniel's suggestion of "Lingua::EN::Numbers::Combined"? Thats what I'm leaning towards ATM. Considering just the name: Lingua::EN::Numbers::Combined I might think: * Lingua

Re: Turning numbers into words

2014-07-11 Thread Buddy Burden
David, You have a hard problem to solve here. "In 814 Charlemagne died" -> Eight fourteen "In the year of our lord 814 ..." -> Eight hundred and fourteen "In 814 cases out of 1000 the patient recovered" -> Eight hundred and fourteen Oh, it can never be perfect, that's for sure. My

Re: Turning numbers into words

2014-07-10 Thread Buddy Burden
Neil, So, I know how to turn "36" into "thirty-six" (Lingua::EN::Numbers) and "22" into "twenty-second" (ditto), and "3/4" into "three quarters" (Lingua::EN::Fractions) and even "1994" into "nineteen ninety-four" (Lingua::EN::Numbers::Years). What I actually _want_, though, is to turn "In 199

Re: Turning numbers into words

2014-07-10 Thread Buddy Burden
Daniel, Plus I thought it would be useful to solicit opinions on naming. :-) My suggestions: Lingua::EN::Numbers::All Lingua::EN::Numbers::Combined I'd lean towards ::Combined and allowing the user to specify what sub-functions they want to be using. (Base numbers and fractions? Years and

Re: Turning numbers into words

2014-07-10 Thread Buddy Burden
ether, So, I know how to turn "36" into "thirty-six" (Lingua::EN::Numbers) and "22" into "twenty-second" (ditto), and "3/4" into "three quarters" (Lingua::EN::Fractions) and even "1994" into "nineteen ninety-four" (Lingua::EN::Numbers::Years). What I actually _want_, though, is to turn "In 1994

Turning numbers into words

2014-07-09 Thread Buddy Burden
Guys, So, I know how to turn "36" into "thirty-six" (Lingua::EN::Numbers) and "22" into "twenty-second" (ditto), and "3/4" into "three quarters" (Lingua::EN::Fractions) and even "1994" into "nineteen ninety-four" (Lingua::EN::Numbers::Years). What I actually _want_, though, is to turn "In 19

Re: stop shipping MYMETA to CPAN

2013-03-01 Thread Buddy Burden
David, > Umm, surely a version of ExtUtils::MakeMaker that is recent enough to > generate those files will also know to exclude them from 'make dist'. > Likewise Module::Build. One would think. But mine appear to have shown up via a "make manifest" in EUMM a little over a year ago ... I definite

Re: Dist::Zilla version handling

2013-02-25 Thread Buddy Burden
Matthew, > Next project, I replaced the README with a symlink, got the Github > page caching bug fixed & it works fine, e.g. > https://github.com/mca-wtsi/authen-daemon > https://github.com/mca-wtsi/authen-daemon/blob/master/README.pod So your README.pod is a link to your lib/Authen/Daemon.po

Re: Help choosing a Module name

2012-10-05 Thread Buddy Burden
Jed, > I noticed that many MooseX modules have Util in the third position but there > doesn't seem to be a MooseX::Util branch of the namespace yet? I note you didn't get much response here. Have you tried over on the Moose mailing list? They're generally pretty helpful on questions such as the

Re: Module naming and a couple other questions

2012-09-22 Thread Buddy Burden
Joshua, > 2. It sounds like given the single function and it's relative uniqueness, > there's no problem exporting it by default other than not being able to change > it later. For the sake of forward compatibility, I'll probably just put it in > @EXPORT_OK and require its explicit import. Beari

Re: How do I arrange for Makefile.PL to create a modulino instance script?

2012-09-01 Thread Buddy Burden
Guys, > It's fairly unusually for a piece of code to be appropriate both as a > stand-alone program and as a module loaded by other programs. ... Perhaps David's original question would have been more clear with a slightly more targeted footnote reference: http://www.drdobbs.com/scripts-as-module

Continued life of my GitPan fork

2012-06-08 Thread Buddy Burden
Guys, About eight months ago, I asked this list a question about how to start a new repo based on a GitPan fork.[1] The concensus was, just fork it and leave it as a fork, because there's no disadvantages to that. Well, I found a (mild) disadvantage. :-/ GitHub has a way to filter your repos: P

Re: Starting a module's history from gitpan

2011-11-15 Thread Buddy Burden
Guys, On Mon, Nov 14, 2011 at 3:03 AM, Salvador Fandino wrote: > Forking from gitpan is a fine plan! Yep, that's what I ended up doing. Finally got the official release out there, after tracking down some problems in the test files that CPAN Testers was thoughtful enough to catch for me. Thanx

Re: Starting a module's history from gitpan

2011-10-12 Thread Buddy Burden
Aristotle, > It’s still useful to be able to get diffs. And with git, keeping that > extra history around takes no space to speak of. I don’t really see the > point of *not* doing it, considering how little effort it takes with the > tools we have nowadays. Yes, my thoughts exactly.            

Re: Starting a module's history from gitpan

2011-10-12 Thread Buddy Burden
David, > Out of interest, did you try asking the original author whether he has a repo > knocking around he'd be willing to share with you, so you can maintain > history? I must admit, I did not. Primarily because I was trying to keep my message very short and not ask for much. From my Googling

Re: Starting a module's history from gitpan

2011-10-12 Thread Buddy Burden
Thanx everyone for the helpful replies! Yanick, >>  What I'm >> wondering is, couldn't I just fork the gitpan repo for Data::Random[2] >> and have that become my repo?  Obviously I would never plan on merging >> it back, but that shouldn't matter, I don't think. > >    That would be the simplest

Starting a module's history from gitpan

2011-10-11 Thread Buddy Burden
Guys, So, I found a bug in a CPAN module that hadn't been updated in some time. After I submitted a bug in RT, I checked the author's other modules and his RT tickets: no activity in years. So I sent the author an email, and said, hey, if you don't want to mess with this module any more, I'd be

Re: Variations on a theme

2007-02-05 Thread Buddy Burden
Paul, I notice while looking around CPAN that there are about 6 million Variations On A Theme By Bach^W^Wof Class::Accessor. Does anyone have anything of note to say on any of them? : : I _believe_ that everything you want to do could be done with Moose. While I've only recently started using

Re: why not SourceForge?

2005-07-28 Thread Buddy Burden
Mark, >> I think one issue is that the only still offer CVS for SCM, while many >> people >> want something else now: Subversion or darcs for example. ... >> >> There's also the ads. ... I don't think either of those are going to be a problem for me, given the company. :) Randy, > Their mail

Re: Perl6 goes where?

2005-07-28 Thread Buddy Burden
Brian, > Sourceforget sucks. Don't start using it just because I did. :) I'd be really curious to hear your opinions on Sourceforge (there may be a push to force us to start using it here at work). If you don't think you could sum it up and briefly and/or think it's too off-topic here, maybe you

Re: Parallel::Simple - bound args syntax

2005-03-02 Thread Buddy Burden
Ofer, In my case, it's much easier to pick off the first entry than the list. Why? my $opts = @_ && ref $_[-1] eq 'HASH' ? pop : {}; my ($proj, @files) = @_; (from some code of mine; I have many functions defined like this) -- Buddy

Re: testing Parallel::Simple

2005-02-28 Thread Buddy Burden
Eric, I was just thinking of writing some tests for Getopt::Helpful and was wondering if something using IPC::Run might do the trick. The idea was to write a series of little programs that should behave in a given way (print something, die, or warn with a usage message) for some set of argumen

Re: Introduction Letter

2005-02-28 Thread Buddy Burden
Aristotle, Try perlfunc system just for a start. Surely you mean perldoc -f system ? :) Sorry; yes, that's what I meant. I aliased that so long ago I forgot it wasn't built in. -- Buddy

Re: Introduction Letter

2005-02-28 Thread Buddy Burden
Ofer, With all due respect to Andrew, please remember that his is but one opinion. I've also now removed any traces of the run() synonym. You're right - why complicate things with no benefit. I didn't see anything wrong with the concept. Personally I would have done it the other way around (i.e

Potential Perl6::Exceptions?

2004-09-24 Thread Buddy Burden
Guys, Has anyone considered, or perhaps even started working on, a Perl 5 implementation of Perl 6's exceptions (at least at outlined in Apocalypse 4)? I'm sure not every aspect could be handled, but it seems to me that a module along the lines of Switch (and potentially using that as a jumpin