Re: Devel::Size broken

2014-06-17 Thread Nicholas Clark
useful. IIRC one recent patch sent by a third party ended up being totally wrong in its assumptions, and fixing the problem properly took somewhat over 5 hours of serious concentration. The problem is finding a block of 5 hours.** Nicholas Clark * This will not be tolerated indefinitely. ** Work

Re: COMAINT on https://metacpan.org/release/String-Random

2013-12-13 Thread Nicholas Clark
On Fri, Dec 13, 2013 at 10:11:09AM +, Nicholas Clark wrote: balls it up). And as long as you don't throw away the terminal output, push anything or run `git gc`, there's always about 30 days to recover from any mess* from the various internal reflogs. * Other than git reset --hard

Re: A call to action for CPAN authors: make sure your modules work on perl 5.18

2013-05-23 Thread Nicholas Clark
if someone has already submitted a patch that fixes it. In quite a few cases, there is a patch just waiting for the module's owner to apply it at make a release. Nicholas Clark

Re: DB_File is not installed?

2012-11-22 Thread Nicholas Clark
, but inexplicably vanished when we said go for it! Nicholas Clark

Re: The CPAN Morass

2011-12-06 Thread Nicholas Clark
Development, which still seems to be available: http://software.intel.com/en-us/articles/non-commercial-software-development/ It's limited to My use of software products is for personal non-commercial purposes. which I think actually excludes me, based on my current situation. Nicholas Clark

Re: The CPAN Morass

2011-12-05 Thread Nicholas Clark
and x86_64, I think) I've used lcc on Linux I've not tried clang on Linux That's 4 without trying, all of which I believe can be used in some cases without payment. Nicholas Clark

Re: The CPAN Morass

2011-12-03 Thread Nicholas Clark
doesn't pass it off as Perl. You seem to be basing a chunk of your reasoning on a lot of false assumptions. Nicholas Clark

Re: Spam to CPAN Developers? (Fwd: Betonmarkets CTO position)

2011-09-06 Thread Nicholas Clark
done it *again*. Life would be quieter if they kindly ceased trading. (Because that seems a more reliable way for them to stop, than issuing an apology then repeating the offence every 18 months) Nicholas Clark * or fails to stop agents acting on their behalf.

Re: Spam to CPAN Developers? (Fwd: Betonmarkets CTO position)

2011-09-06 Thread Nicholas Clark
system. Not sure what else they can do to make themselves look more stupid. Hence why I'd like them to kindly cease trading. Nicholas Clark * Actually, it seems that Uri was also working to help them recruit, and so was going to tell their CEO that this was a foolish move as it breaks

Re: Re: Making sure your module works on other OS-es as well

2011-07-19 Thread Nicholas Clark
Birthday 5.8.5 - 7 years old today! Nicholas Clark

Re: Making sure your module works on other OS-es as well

2011-07-02 Thread Nicholas Clark
woke on Windows? Because you're going the right way about it to get either of those two results. I appreciate what you want. I'd also want what you ultimately want. But you're going the *wrong way* about getting it. Nicholas Clark

Re: MakeMaker 6.57_08 (RC1)

2011-03-29 Thread Nicholas Clark
On Tue, Mar 29, 2011 at 01:27:36PM +1100, Michael G Schwern wrote: After 6.58 MakeMaker will seriously consider shooting 5.6 in the head... I mean ending long term support. That will make shipping Scalar::Util unnecessary. Excellent. (release the hounds) Nicholas Clark

Re: Reducing rsync cost

2010-11-24 Thread Nicholas Clark
rsync over the whole tree, it can change to run a top level script that runs rsync over the parts that have to be copied, and then run the symlink generation on the parts that can be recreated locally. Nicholas Clark

Re: What hurts you the most in Perl?

2010-11-24 Thread Nicholas Clark
is a hack -    that the objects are hash refs and there is no privacy. Out of curiosity, do you know what version of Perl they were running? Because #2 sounds like it's pre 5.8.1 Nicholas Clark

Re: Trimming the CPAN - Automatic Purging

2010-03-31 Thread Nicholas Clark
Schwern already did? http://github.com/gitpan Nicholas Clark

Re: Trimming the CPAN - Automatic Purging

2010-03-31 Thread Nicholas Clark
, existing, C) rsync server to serve most of (say) funet.fi, handing off to a stateful server for the CPAN subtree. Nicholas Clark

Re: Trimming the CPAN - Automatic Purging

2010-03-28 Thread Nicholas Clark
a CPAN site by HTTP is to instruct a client (such as wget) to get it all. In which case, in the course of doing this the client is going to recurse over the entire directory tree of the server, which, I thought, was functionally equivalent to the behaviour of the rsync server. Nicholas Clark

Re: Trimming the CPAN - Automatic Purging

2010-03-27 Thread Nicholas Clark
not the key question, in a volunteer organisation. The questions I ask, repeating Jan's comments in another message, are. Nicholas Clark

Re: Spam to CPAN Developers? (Fwd: Betonmarkets CTO position)

2010-02-10 Thread Nicholas Clark
it, finishing by suggesting that he used http://jobs.perl.org/ Nicholas Clark

Re: Process for Removing a Module from CPAN

2009-05-28 Thread Nicholas Clark
the author, and stated that he wanted to know the general procedure, I strongly assume not. Nearly everyone who has contacted the author before mailing here has said so. Nicholas Clark

Re: Perl Critic and (honest) hash references

2009-03-19 Thread Nicholas Clark
On Mon, Mar 02, 2009 at 11:15:53PM -0800, Joshua ben Jore wrote: 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

Re: Perl Critic and (honest) hash references

2009-03-02 Thread Nicholas Clark
should be O(1), independent of number of keys. Of course, a hash with more keys uses more memory, but so does an array with more elements. Nicholas Clark

Re: Specifying different bug trackers?

2009-01-27 Thread Nicholas Clark
...@bestpractical.com Nicholas Clark

Re: Module for base 85 encoding

2008-11-24 Thread Nicholas Clark
On Mon, Nov 24, 2008 at 11:49:04AM -0500, Darian Anthony Patrick wrote: Darian Anthony Patrick wrote: Nicholas Clark wrote: I've written a module that implements the base 85 encoding used by the old btoa program, and by PDFs as their Ascii85 encoding* I'm not sure what to call it. It's

Re: Module for base 85 encoding

2008-11-24 Thread Nicholas Clark
::PDF module. I infer that you only use it for input, because as best I can tell, the output filter does not work: http://rt.cpan.org/Public/Bug/Display.html?id=41085 Nicholas Clark

Re: META.yml how to declare the need for threaded perl?

2008-11-01 Thread Nicholas Clark
: $ /home/nclark/Sandpit/588ish/bin/perl -Mthreads -e0 This Perl not built to support threads Compilation failed in require. BEGIN failed--compilation aborted. $ Nicholas Clark

Re: Integrating license related things of CPAN

2008-10-31 Thread Nicholas Clark
On Fri, Oct 31, 2008 at 08:03:10PM +, David Cantrell wrote: What if my version of GPL2.txt has an extra CRLF at the end because of how I cut n pasted it from the GNU website? Or has the address changed, as they are wont to do. Nicholas Clark

Re: How To Bundle Module::Build (was Re: Module::Build 0.30 is released)

2008-10-04 Thread Nicholas Clark
someone else can deal with that part. Nicholas Clark

Re: Proposal: Test::Refcount

2008-07-14 Thread Nicholas Clark
= () It would be dangerous to rely on this reference counting behaviour remaining the same. Nicholas Clark

Re: Is there even a C compiler?

2008-02-25 Thread Nicholas Clark
-V:obj_ext obj_ext='.o'; Nicholas Clark

Re: Maintenance of IO::Socket::INET6 - http://search.cpan.org/dist/IO-Socket-INET6/

2008-02-02 Thread Nicholas Clark
. Some people go on holiday for more than 2 weeks. Nicholas Clark

Re: FAIL Test-Pod-Coverage-1.08 i386-freebsd 6.1-release

2008-01-29 Thread Nicholas Clark
the automated test smokers to upgrade. You mean there isn't a backdoor in the smokers code to allow it to upgrade itself when it detects that it is smoking a newer version of itself? :-) Nicholas Clark

Re: With the Macrame macro system, Perl may now be a Lisp.

2007-12-07 Thread Nicholas Clark
local policy reasons). Nicholas Clark

Re: Tk / Nick Ing-Simmons

2007-11-22 Thread Nicholas Clark
you're missing what Slaven has been up to: http://search.cpan.org/~srezic/Tk-804.027_501/ Nicholas Clark

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

2007-09-12 Thread Nicholas Clark
, for efficiency it is constructing a scalar which points to the bytes in the optree. So if anything ignores the readonly flag on the SV it will be changing the bytes in the optree. How Safe this is, I'm not sure. Nicholas Clark

Re: James Freeman's other modules

2007-01-12 Thread Nicholas Clark
. Nicholas Clark

Re: Modules dealing with data files

2006-11-13 Thread Nicholas Clark
have a great idea on the other part, aside from sticking the data into a .pm file you generate at build time, after __DATA__, and reading it in from there. (don't forget to close the DATA file handle to avoid wasting resources) Nicholas Clark

Re: Give up your modules!

2006-08-24 Thread Nicholas Clark
On Thu, Aug 24, 2006 at 03:16:22PM +0800, imacat wrote: On Wed, 23 Aug 2006 14:28:13 +0100 Nicholas Clark [EMAIL PROTECTED] wrote: On Wed, Aug 23, 2006 at 06:52:26PM +0800, imacat wrote: But this ain't right. Crypt-Cracklib is critical to security and user management, Crypt-Rijndael

Re: Give up your modules!

2006-08-23 Thread Nicholas Clark
that they don't work. What would you consider to be the right that should be happening here? Answering that will make answering your next question easier: I'm not a skilled C/XS programmer, or I would consider taking over them. Can anybody have advice on this issue? Nicholas Clark

Re: Test-time dependencies.

2006-08-05 Thread Nicholas Clark
the modules (instead of what got installed) Nicholas Clark

Re: maintainer for PGP::Mail

2006-04-20 Thread Nicholas Clark
On Thu, Apr 20, 2006 at 02:49:51PM +0200, Patrik Wallstrom wrote: Does anybody here know how to reach [EMAIL PROTECTED] How have you tried contacting him, and how has it failed? Nicholas Clark

Re: Testing an FTP module

2006-04-03 Thread Nicholas Clark
tests overnight, because sooner rather than later the tests will fail. Nicholas Clark

Re: Regexp code feature

2005-07-26 Thread Nicholas Clark
that the master can be updated. Otherwise the bug will never be fixed, and the incorrect documentation will continue to propagate elsewhere. Nicholas Clark

Re: Switching Maintenance of a CPAN Distribution

2005-07-02 Thread Nicholas Clark
. The existing maintainer needs to log into PAUSE, then select Change Permissions from the menu on the left. He/she is then presented with a series of select buttons, and wants 2.1 Pass primary maintainership status to somebody else Which gets to a form to select which modules to transfer. Nicholas Clark

Re: Problem while installing optimizer module

2005-05-31 Thread Nicholas Clark
section gives the current maintainer as Arthur Bergman. Have you tried contacting him? (Also, I don't know the answer to the original problem, so mailing me privately isn't going to help) Nicholas Clark

Re: Removal of old versions of modules can break FreeBSD ports

2005-04-08 Thread Nicholas Clark
, as a FreeBSD user, I'm interested in possibly implementing this.. Where can I read some documentation about backpan ? I'm not sure if there is that much. Basically backpan is this host running a CPAN mirror: http://backpan.cpan.org/ except that this CPAN mirror doesn't delete things. Nicholas Clark

Re: Seeking Namespace Advice (MVS OS/390 Mainframe Util.)

2005-03-24 Thread Nicholas Clark
are appreciated. I've got a good bit of work in the modules, and don't want to gum up the works with an ineffective or misleading name. If the utilities are archivers, would it work to put them in the Archive:: top level namespace, alongside Archive::Tar and Archive::Zip ? Nicholas Clark

Re: CPAN::Forum

2005-02-04 Thread Nicholas Clark
On Fri, Feb 04, 2005 at 02:40:09AM +0200, Gabor Szabo wrote: On Wed, 2 Feb 2005, Nicholas Clark wrote: The same hack as rt.cpan.org uses - attempt a login on pause.cpan.org using the ID and password provided. If PAUSE accepts it, then you know it's the real thing. That would mean my

Re: CPAN::Forum

2005-02-02 Thread Nicholas Clark
provided. If PAUSE accepts it, then you know it's the real thing. I can't think of a future-proof way of avoiding IDs you allocate conflicting with PAUSE, unless you and Andreas collaborate Nicholas Clark

Re: DBIx::DBH - Perl extension for simplifying database connections

2004-12-01 Thread Nicholas Clark
I'm working offline? Doubtful. But I have a local CPAN mirror, and run local database servers for development. Nicholas Clark

Re: DBIx::DBH - Perl extension for simplifying database connections

2004-11-30 Thread Nicholas Clark
$dbspec-{db_name}; $dsn .= ;port=$dbspec-{port} if defined $dbspec-{port}; } else { $dsn .= :port=$dbspec-{port} if defined $dbspec-{port}; } Nicholas Clark

Re: DBIx::DBH - Perl extension for simplifying database connections

2004-11-30 Thread Nicholas Clark
On Tue, Nov 30, 2004 at 10:32:12PM +, Tim Bunce wrote: On Tue, Nov 30, 2004 at 09:38:47PM +, Nicholas Clark wrote: On Tue, Nov 30, 2004 at 08:53:51PM +, Tim Bunce wrote: The one that I've hit - specifying port and host, Pg vs Mysql (and SQlite): if ($dbspec-{driver} eq

Re: Best Practice for renaming modules?

2004-09-06 Thread Nicholas Clark
on whatever the latest version of the new one is. CPAN.pm will then detect a dependency and automatically install the new module for anyone who requests the latest version under the previous name. Doing this stub with clear descriptive text above seems to me to be the best way to do it. Nicholas

Re: name for singlethreaded web server framework module (chatty)

2004-08-23 Thread Nicholas Clark
tasks can be done with a module on CPAN? And is it really going to achieve faster non-blocking file IO on anything other than Unix (or Unix-a-likes) where there will be cat? Nicholas Clark

Re: Let's eliminate the Module List

2004-08-23 Thread Nicholas Clark
. (although it helps if you have a public facing webserver if you want to show it to others). Yet no-one does. Until someone does, nothing will change. No-one on this list is preventing anyone from trying this. Nicholas Clark

Re: name for singlethreaded web server framework module

2004-08-21 Thread Nicholas Clark
and then feed it out at the pace dictated by select() and non-blocking IO? Planning to call this cute beastie HTTP::Server::Selecting. because I'm not convinced that this name would give much insight into the implications of the implementation, and the trade offs they give. Nicholas Clark

Re: CPAN Rating

2004-06-16 Thread Nicholas Clark
setting up a ratings system. Nicholas Clark

Re: CPAN Rating

2004-06-16 Thread Nicholas Clark
, where to get it. But resolving that seems to be the first step. Nicholas Clark

Re: ExtUtils::Embed and C++

2004-05-29 Thread Nicholas Clark
, who ought to see it as I think it's almost a bug in perl (and how perl does things). That list is also more likely to suggest a good way to fix it. Nicholas Clark

Re: [RFC] Text-Balanced 1.96 proposed interface changes: return failure in list context

2004-02-23 Thread Nicholas Clark
. It would seem that the quick change of rephrasing to add the name the module would save users' time. With this approach, how many subsequent releases of the module do you make before you drop this text? Nicholas Clark

pure perl Zlib

2004-02-15 Thread Nicholas Clark
2 functions from Compress::Zlib's API actually need implementing - inflateInit and inflate. I'm partway through this, and I'm wondering what the name should be. Autrijus suggested Compress::Zlib::PurePerl, which I think is reasonable. Are there further suggestions? Nicholas Clark

Re: pure perl Zlib

2004-02-15 Thread Nicholas Clark
On Mon, Feb 16, 2004 at 10:43:27AM +1300, Sam Vilain wrote: On Mon, 16 Feb 2004 10:19, Nicholas Clark wrote; Autrijus suggested Compress::Zlib::PurePerl, which I think is reasonable. ...but it doesn't use Zlib! :) Compress::Gzip? But it doesn't compress. Compress:Gunzip

Re: How about class Foo {...} definition for Perl?

2004-01-22 Thread Nicholas Clark
maintaining it on CPAN. Nicholas Clark

Re: Version Numbers

2004-01-09 Thread Nicholas Clark
in dual-life modules. The other important bit is to actually change the version number if anything in the file changes. But I'm biased. :-) Nicholas Clark

Re: SQL::Interpolate and *::Interpolate proposals

2004-01-06 Thread Nicholas Clark
with source filtering disabled: dbi_interp SELECT * FROM mytable WHERE X =, \$x); I think it's also possible to overload parsing using the overload module. But my brain is hazy on this one. Certainly you should be able to parse a string and decide what to return (string, or object ref) Nicholas Clark

Re: BTRIEVE::*

2003-12-03 Thread Nicholas Clark
as BTRIEVE::XS::Call(). Are these namespaces ok? IT STRIKE ME THAT ALL UPPER CASE DOESN'T SEEM VERY perl LIKE. Also, does it need to be at the top level? What is Btrieve? Could your module sensibly live one level down, even if it means creating a new top level for it? Nicholas Clark

Re: Ivy.pm: name change? to upload on CPAN

2003-11-28 Thread Nicholas Clark
that the discussion is appropriate to this list, as getting this list to work out the the best way making this change will help future authors. This won't be the last time someone asks the list this question for an existing module, and the recommendation is to make this sort of rename. Nicholas Clark

Re: [Module::Build] Re: How to indicate a dependency in my module

2003-11-12 Thread Nicholas Clark
on something] Nicholas Clark

Re: what to do with dead camels ?

2003-08-14 Thread Nicholas Clark
about new (but unresponded to) bugs, or maybe open but serious bugs, because these do have content But *do not* send out an all's well message, which will get filtered with the spam to /dev/null, because crying wolf like this will cause people to miss subsequent real, serious, messages. Nicholas

Re: what to do with dead camels ?

2003-08-04 Thread Nicholas Clark
to piss people off. Anyway, it's moot point as you already know that the person assigned to VERP takes an awfully long time to getting a round tuit, so it's unlikely to be finished soon ( http://siesta.unixbeard.net/svn/trunk/siesta/TODO ) Nicholas Clark

Re: Binary File Modules

2003-06-20 Thread Nicholas Clark
? :) Possibly. IIRC Autrijus Tang was looking for a pure perl way to replace the resource icon on an exe file generated by PAR. I may have some of this wrong, but not the pure perl and replace icon bits. Nicholas Clark

Re: req4comments Reuters::SSL

2002-07-18 Thread Nicholas Clark
for. Nicholas Clark -- Even better than the real thing:http://nms-cgi.sourceforge.net/

Re: howto mirror subset of CPAN?

2002-05-26 Thread Nicholas Clark
into compressing more seems to be the correct trade for any write-once, read-many archive. Nicholas Clark -- Even better than the real thing:http://nms-cgi.sourceforge.net/

Re: howto mirror subset of CPAN?

2002-05-25 Thread Nicholas Clark
% on the CD by turning all the tar.gz files to tar.bz2. You may also make some savings by re-packing zips as tar.gz files, and even more as tar.bz2 Nicholas Clark -- Even better than the real thing:http://nms-cgi.sourceforge.net/

Re: Env::Reject

2001-01-31 Thread Nicholas Clark
d anyone who assumes that perl is the first perl in my $PATH (eg http://jarl.sourceforge.net/) does not please me] I think that's going to be "interesting" for the rare case where the script comes in on stdin. Nicholas Clark