Re: Broken CPAN Modules

2014-09-16 Thread Gabor Szabo
On Wed, Sep 17, 2014 at 12:44 AM, Shawn H Corey shawnhco...@gmail.com wrote: I just upgrade my Perl to 5.20.1 and tried to load my favourite modules. Why is it that modules that worked in previous versions won't work in the new one? Moose has unresolved dependencies. Dist::Zilla has

Re: Broken CPAN Modules

2014-09-16 Thread Gabor Szabo
Actually, while I managed to install quite a few modules, there were a few that were not found on CPAN by cpanm: eg. Dancer, Catalyst::Runtime and WWW::Shorten For example I just saw this: $ cpanm Catalyst::Runtime Catalyst::Runtime -- Working on Catalyst::Runtime Fetching

IRC from MetaCPAN

2014-09-16 Thread Gabor Szabo
I just saw this: https://metacpan.org/release/Catalyst-Runtime It has a big red link to a web-based IRC client getting on to #catalyst Gabor

Re: Broken CPAN Modules

2014-09-16 Thread Gabor Szabo
On Wed, Sep 17, 2014 at 2:25 AM, Karen Etheridge p...@froods.org wrote: You can use cpanm with any mirror(s) you like. I have a shell alias set up so 'cpanm $module' always pulls from my local mirror first, falling back to cpan.org on failure. I have not thought about actually configuring

Re: Personal Dashboard on MetaCPAN

2014-09-04 Thread Gabor Szabo
On Thu, Sep 4, 2014 at 9:55 AM, Karen Etheridge p...@froods.org wrote: On Thu, Sep 04, 2014 at 09:35:25AM +0300, Gabor Szabo wrote: The Personal Dashboard for authors has been updated. https://metacpan.org/lab/dashboard I think the bug reported by Karen was fixed. The load-time

Personal Dashboard on MetaCPAN

2014-05-12 Thread Gabor Szabo
Hi, a while ago I started to create a dashboard on MetaCPAN. If you are a CPAN author logged in to MetaCPAN you can visit this page https://metacpan.org/lab/dashboard to see two lists: The list of your modules that don't have VCS in the META files and the list of your modules that don't have a

Re: Personal Dashboard on MetaCPAN

2014-05-12 Thread Gabor Szabo
On Mon, May 12, 2014 at 7:55 PM, Aldo Calpini d...@perl.it wrote: On 05/12/2014 06:06 PM, Gabor Szabo wrote: If you are a CPAN author logged in to MetaCPAN you can ehm... sorry, I'm probably missing something very obvious here, but how do you login to MetaCPAN as a CPAN author? all I can

Let's delete 10,000 files from CPAN

2014-04-23 Thread Gabor Szabo
In case you are not reading blogs.perl.org, brian d foy just sent out the regular spring cleaning call: http://blogs.perl.org/users/brian_d_foy/2014/04/lets-delete-1-files-from-cpan.html Gabor

Re: File::ShareDir and development?

2014-04-03 Thread Gabor Szabo
On Tue, Apr 1, 2014 at 7:55 PM, Karen Etheridge p...@froods.org wrote: https://metacpan.org/pod/Test::File::ShareDir thanks. That looks good for test run, but not for running the application in the development environment. I ended up with this heuristics: use File::ShareDir qw(dist_dir); my

Re: File::ShareDir and development?

2014-04-03 Thread Gabor Szabo
I guess I have not explained myself clearly - or I just don't understand the answer - during development I like to be able to run the application from the development environment without any pre-processing. Without and installation phase. So during development I'd like to get my application to

File::ShareDir and development?

2014-04-01 Thread Gabor Szabo
Hi, I use File::ShareDir to locate the shared files installed with the module. How can ensure that it will access the local share directory in the development environment during development/testing/installation and won't try to use the files already installed by a previous version of the

Re: How to add your avatar to Google search results involving CPAN modules

2013-11-22 Thread Gabor Szabo
I updated the original post http://szabgab.com/claiming-your-cpan-authorship-at-google.html with some screenshots on how to add the Google+ profile to the MetaCPAN account. Just in case the earlier explanation was confusing. Gabor

Re: How to add your avatar to Google search results involving CPAN modules

2013-11-21 Thread Gabor Szabo
On 2013-11-21, at 9:06 AM, David Cantrell wrote: On Wed, Nov 20, 2013 at 12:29:37PM +0200, Gabor Szabo wrote: The most important issue to address is why should we prefer metacpan to search.cpan. You don't cover this at all. I did not cover that as I was not trying to convince anyone

Re: How to add your avatar to Google search results involving CPAN modules

2013-11-20 Thread Gabor Szabo
I tried to collect my thoughts and your comments on getting more people to use MetaCPAN instead of search.cpan.org. It is not going to be easy and thus it got a bit long: http://szabgab.com/moving-from-sco-to-metacpan.html I'd be glad to read your opinion on this! regards Gabor

How to add your avatar to Google search results involving CPAN modules

2013-11-18 Thread Gabor Szabo
Hi, I am sure you saw that some search results on Google have little avatars next to them showing the face of the author. It is done by a little configuration both on the web site of the search result and on Google+. In this article I explain how you can get your avatar to Google search results

Re: How to add your avatar to Google search results involving CPAN modules

2013-11-18 Thread Gabor Szabo
On Mon, Nov 18, 2013 at 11:48 AM, Smylers smyl...@stripey.com wrote: Gabor Szabo writes: In this article I explain how you can get your avatar to Google search results involving your CPAN contribution: http://szabgab.com/claiming-your-cpan-authorship-at-google.html I hope many CPAN authors

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

2013-05-23 Thread Gabor Szabo
Hi, with the release of 5.18 some modules might stop working 100%. Please take a look at the call of David Oswald and, please update your module to make it work on 5.18 as well: http://blogs.perl.org/users/david_oswald/2013/05/a-call-to-action-for-cpan-authors.html Gabor

How to delete old versions of a distribution that were uploaded by someone else?

2013-05-23 Thread Gabor Szabo
Hi, I am the current maintainer of the module Syntax::Highlight::Engine::Kate I got a bug report https://rt.cpan.org/Ticket/Display.html?id=85463 requesting to remove the old version of the distribution, but I don't have the rights to that as they were not uploaded by me. The author was not

Re: stop shipping MYMETA to CPAN

2013-03-01 Thread Gabor Szabo
I don't maintain my MANIFEST file manually, but have a MANIFEST.SKIP file and run make manifest before the releases. As the MYMETA files are new, they were not matched by any of the rules in the MANFEST.SKIP file. I added MYMETA.* to the file and re-generated the MANIFEST file using make

Re: in running test on a module -- where is the module ?

2013-03-01 Thread Gabor Szabo
Hi Linda, On Fri, Mar 1, 2013 at 10:58 AM, Linda W perl-didd...@tlinx.org wrote: I developed a few tests for a module I was trying to get on to CPAN. Do you have this code in a public version control system? (I mean Git, Subversion, etc.) Could you share the link with us so people could take a

stop shipping MYMETA to CPAN

2013-02-28 Thread Gabor Szabo
Tatsuhiko Miyagawa writes: http://weblog.bulknews.net/post/44251476706/stop-shipping-mymeta-to-cpan I add: Maybe there should be a tool sending e-mails to module authors when they do something like that. /me is releasing new version of Test::Strict to fix this issue and going over the other

Re: Make sure all the modules have the same version number in a distribution

2013-01-09 Thread Gabor Szabo
On Wed, Jan 9, 2013 at 5:17 PM, Lutz Gehlen lrg...@gmx.net wrote: Hi Gabor, On Tuesday, January 08, 2013 09:04:31 Gabor Szabo wrote: I just wanted to update a distribution and ensure that all the modules in a distribution have version number and they are all the same. Please excuse

Make sure all the modules have the same version number in a distribution

2013-01-08 Thread Gabor Szabo
Hi, I just wanted to update a distribution and ensure that all the modules in a distribution have version number and they are all the same. I guess Dist::Zilla would do that, but this distribution I am patching use Module::Build. I found Test::HasVersion but as I can see it only checks if there

Re: New payment module

2012-10-18 Thread Gabor Szabo
On Sun, Oct 14, 2012 at 1:53 AM, André Walker an...@andrewalker.net wrote: So what I'm trying to ask here is whether I should really make a new module (and namespace for more gateways), or just patch Business::OnlinePayments. I know that rewriting the wheel is a bad thing, but sometimes it

Re: The CPAN Covenant

2011-11-28 Thread Gabor Szabo
On Tue, Nov 29, 2011 at 7:17 AM, dhu...@hudes.org wrote: I've mostly ignored all this but I will step in briefly. I am the author of a few modules on CPAN. None of them are major. Other stuff of mine is in the alpha, proof-of-concept stage as a set. I have various sysadmin tools for DNS

Re: The CPAN Covenant

2011-11-26 Thread Gabor Szabo
On Thu, Nov 24, 2011 at 6:09 PM, Linda W perl-didd...@tlinx.org wrote: Steffen Mueller wrote: On 11/21/2011 09:58 AM, Neil Bowers wrote: Maybe instead of just this Covenant, we have a number of Ownership / Maintenance statements, one of which is the one I proposed, but another of which

Introducing PrePAN - Social Reviewing Site for Perl Modules

2011-10-24 Thread Gabor Szabo
In case you don't read blogs.perl.org or other news sources http://blogs.perl.org/users/kentaro/2011/10/introducing-to-prepan.html regards Gabor

Re: CPAN upload watchers?

2011-09-26 Thread Gabor Szabo
they have one. - Pick modules that are new to CPAN Other ideas? Maybe volunteers who would like to implement a script fetching the above lists? It could be a fun mash-up of MetaCPAN, search.cpan.org and maybe the database Alias has. regards Gabor On Sat, Sep 24, 2011 at 10:31 PM, Gabor Szabo

How do I indicated modules used by Makefile.PL (or Build.PL) ?

2011-08-09 Thread Gabor Szabo
In a distribution I would like to use a module (specifically File::Copy::Recursive ) within Makefile.PL How can I do this? How do you do this? I am using Module::Install so I would be mostly interested in that solution but if you have this solved for the other packaging tools, please do share

MetaCPAN is quickly becoming the de-facto interface to CPAN

2011-07-29 Thread Gabor Szabo
In case you don't have time to follow the many blog post of the Perl community I think this is an item worth reading for you as a Module Author. Don't be left out from the new CPAN game! This Week in MetaCPAN by Olaf Alders

Re: MetaCPAN is quickly becoming the de-facto interface to CPAN

2011-07-29 Thread Gabor Szabo
On Fri, Jul 29, 2011 at 2:58 PM, sawyer x xsawy...@gmail.com wrote: On Fri, Jul 29, 2011 at 2:24 PM, Shlomi Fish shlo...@shlomifish.org wrote: Hi Gabor, On Fri, 29 Jul 2011 12:58:52 +0300 Gabor Szabo szab...@gmail.com wrote: In case you don't have time to follow the many blog post

How to list optional dependencies?

2011-07-12 Thread Gabor Szabo
Hi, I was looking at ExtUtils::MakeMaker and wondering how could I list a set of modules as optional dependencies? As I could not find and answer I wonder if there is a well defined tool for this in any of the packaging tools of Perl? If not, what is the recommended way to say in Makefile.PL

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

2011-07-02 Thread Gabor Szabo
On Fri, Jul 1, 2011 at 4:23 PM, David Cantrell da...@cantrell.org.uk wrote: On Fri, Jul 01, 2011 at 03:11:08PM +0300, Gabor Szabo wrote: So I'd like to ask you all to check the test reports of your modules and if you have consistent failures of one of your modules on Windows then try to fix

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

2011-07-02 Thread Gabor Szabo
Lovely, so now instead of talking about how to make sure our modules work on other OS-es we are going to discuss how Gabor is offending Dave? I wrote a lengthy response pointing out various things but I think I'd rather just apologize. Dave, I am sorry I did not mean to offend you. Keep up the

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

2011-07-02 Thread Gabor Szabo
On Sun, Jul 3, 2011 at 3:30 AM, Shmuel Fomberg ow...@semuel.co.il wrote: On 2011/07/03 8:50, David Golden wrote: If authors don't want failure reports on ancient Perls, they are advised to be explicit with use 5.006 or use 5.008009 or whatever is the earliest version they choose to support.

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

2011-07-02 Thread Gabor Szabo
On Sat, Jul 2, 2011 at 6:29 PM, Shmuel Fomberg ow...@semuel.co.il wrote: Hi Gabor. 3) running external perl scripts Code like this (in a test)     `path/to/other/perl/script param param` is not a good idea on Linux either as this will use the perl in the sh-bang instead of the current

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

2011-07-01 Thread Gabor Szabo
with your pauseid in lowercase. thank you for your time! regards Gabor -- Gabor Szabo http://szabgab.com/

Interesting licensing requires written permission of the author to modify it

2011-03-14 Thread Gabor Szabo
Hi I found a module on CPAN http://search.cpan.org/~goyali/google_talk_bot_v_01/ with the following comment regarding licensing: You are not allowed to modify the script unless having the written permission of abhishek jain I am just wondering if having such code on CPAN is really what we want.

What is your preferred way to get help?

2011-01-16 Thread Gabor Szabo
I guess each module author has his/her own preferred way how to get patches and other forms of help. I have started to work on a series of talks - that I'd probably develop with a series of blog posts - on how to contribute to and open source project with heavy focus on Perl projects. If

Re: What hurts you the most in Perl?

2010-12-02 Thread Gabor Szabo
On Thu, Dec 2, 2010 at 1:58 AM, Octavian Rasnita orasn...@gmail.com wrote: From: Gabor Szabo szab...@gmail.com I am now trying again to build an .exe for Windows using PAR. If that is successful then we might have a chance to build similar packages for Linux and OS X.. Please dont forget

Re: What hurts you the most in Perl?

2010-12-02 Thread Gabor Szabo
On Thu, Dec 2, 2010 at 9:41 AM, Eric Wilhelm enoba...@gmail.com wrote: # from Gabor Szabo # on Wednesday 01 December 2010 13:46: Many modules on CPAN also need improvements. But even what we have today we could achieve much better results if the perception of people was better. With my

Re: What hurts you the most in Perl?

2010-12-01 Thread Gabor Szabo
On Wed, Dec 1, 2010 at 6:21 PM, Lyle webmas...@cosmicperl.com wrote: I wasn't *shitting* as you put it, on other peoples work. At least no more so than Bill's original comment about Perl 6. I expressed my opinion only and should be free to do so. I already asked Bill in my response to refrain

Re: What hurts you the most in Perl?

2010-12-01 Thread Gabor Szabo
On Wed, Dec 1, 2010 at 7:21 PM, David Cantrell da...@cantrell.org.uk wrote: On Sun, Nov 28, 2010 at 08:03:54PM -0800, Jarrod Overson wrote: The inability for an IDE to help me thoroughly refactor code is the biggest problem for me. Can Padre do that yet? In a very limited way. There has

Re: What hurts you the most in Perl?

2010-12-01 Thread Gabor Szabo
On Wed, Dec 1, 2010 at 11:22 PM, Bill Ward b...@wards.net wrote: I wasn't shitting on Perl 6. Oh, then sorry for my wording. The technology is fine.  But we (collectively, the Perl community) suck at marketing.  The perception I hear everywhere I go is that Perl is a dead-end language, and

What hurts you the most in Perl?

2010-11-24 Thread Gabor Szabo
in Python and in Java. 2) Using signals and signal handlers regularly crashes perl. 3) He also mentioned that he thinks the OO system of Perl is a hack - that the objects are hash refs and there is no privacy. So I wonder what hurts *you* the most in Perl? Gabor -- Gabor Szabo

Re: Hebrew character conversion module

2010-11-08 Thread Gabor Szabo
On Mon, Nov 8, 2010 at 10:56 PM, Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 da...@cpan.org wrote: What if I don't want it to use that Encode interface?  I just want it to be a module on its own. Any good reason for doing so? This goes against two expectations set up by CPAN precedent: • All modules that deal with

Re: Merging two CPAN modules

2010-05-27 Thread Gabor Szabo
On Thu, May 27, 2010 at 7:12 PM, David Precious dav...@preshweb.co.uk wrote: On Thursday 27 May 2010 16:44:58 Matt Grimm wrote: The question is, how do I go about retiring one module on CPAN once the merge is complete? I suppose the safest route might be to add a big comment at the top of the

Re: Why are you releasing modules to CPAN?

2010-05-27 Thread Gabor Szabo
Some people might feel this related: The surprising truth about what motivates us http://www.youtube.com/watch?v=u6XAPnuFjJc Gabor

how to give a list of alternative requirements?

2010-03-27 Thread Gabor Szabo
for the prerequisites I'd like to let the user tell which one she is going to use and then make sure the relevant database driver is installed. How would you do this and how should that be done so automated testers will also be able to test the package? regards Gabor -- Gabor Szabo

updating CPAN::Forum

2010-01-18 Thread Gabor Szabo
Hi, For a long time I have not touched the CPAN::Forum web site but as a new years resolution I started to work on it again. So far most of the changes were internal - switched to new server - switched to PostgreSQL - moved to mod_perl - e-mails are sent in asynchronous mode All this made the

Re: What's the current 'best practices' for module license

2009-08-26 Thread Gabor Szabo
On Wed, Aug 26, 2009 at 7:09 PM, Geoffrey Leachge...@hughes.net wrote: Some time back here was an extensive discussion of module licenses. I ignored it at the time, but now I regret that. Can someone point me to a conclusion? Or, is it sufficient to use Software::License::Perl_5? Thanks.

Re: Help Needed in Sorting and Updating the List of Perl Mailing Lists

2009-05-14 Thread Gabor Szabo
Hi everyone, I am sorry I write only now but I was busy. So I was the one who copied the data and I am sorry I did not ask you Elaine first to access the database. Guys please, let's not play the blaming game. That does not lead to any good place. If I can get access to the database I might

Re: utf-8 in PODs on search.cpan.org and Kobesearch

2009-03-04 Thread Gabor Szabo
On Sat, Feb 14, 2009 at 8:31 PM, Eric Wilhelm scratchcomput...@gmail.com wrote: # from Gabor Szabo # on Saturday 14 February 2009 09:43: Unfortunately neither search.cpan.org nor Kobesearch show them correctly. Yes, see 'encoding' in http://perldoc.perl.org/perlpod.html  http

Re: Automated testing

2008-11-29 Thread Gabor Szabo
On Sat, Nov 29, 2008 at 6:08 AM, Andy Lester [EMAIL PROTECTED] wrote: On Nov 28, 2008, at 9:55 PM, David Golden wrote: You might want to look at Smolder: http://www.slideshare.net/mpeters/smolder-introduction Smolder doesn't run tests. It only reports on the results. Look at

META.yml license field - update

2008-11-25 Thread Gabor Szabo
A month ago we had a discussion about the license field of META.yml Back then there were 10,235 modules on CPAN without a license field in META.yml. Today I checked it again an there are now 10,264 such modules. Now either people still don't know about it, don't care or there is a bug in CPANTS

Re: META.yml license field - update

2008-11-25 Thread Gabor Szabo
On Tue, Nov 25, 2008 at 12:59 PM, Martin Evans [EMAIL PROTECTED] wrote: Gabor Szabo wrote: A month ago we had a discussion about the license field of META.yml Back then there were 10,235 modules on CPAN without a license field in META.yml. Today I checked it again an there are now 10,264

Re: Distribution version vs. Main package version

2008-11-12 Thread Gabor Szabo
On Thu, Nov 13, 2008 at 1:28 AM, Ricardo SIGNES [EMAIL PROTECTED] wrote: * Johan Vromans [EMAIL PROTECTED] [2008-11-12T18:05:39] Burak Gürsoy [EMAIL PROTECTED] writes: Well... You should either rename this thing or advertise more :) And reduce the number of prerequisites, if possible. If

Re: Distribution version vs. Main package version

2008-11-10 Thread Gabor Szabo
On Mon, Nov 10, 2008 at 11:43 PM, Ricardo SIGNES [EMAIL PROTECTED] wrote: * Jonas Brømsø Nielsen [EMAIL PROTECTED] [2008-11-10T16:15:20] I like to be able to release distributions without necessarily touching a code module, if changes are just documentation, tests or other files. I only update

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

2008-10-31 Thread Gabor Szabo
Hi, currently I have this code in Build.PL to check if the perl where Padre is being installed is threaded. use Config; if (not $Config{usethreads}) { warn Padre requires a perl built using threads\n; exit 0; } Is there any way to add this requirement to META.yml? Gabor

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

2008-10-31 Thread Gabor Szabo
On Fri, Oct 31, 2008 at 4:14 PM, Jonathan Rockway [EMAIL PROTECTED] wrote: * On Fri, Oct 31 2008, Gabor Szabo wrote: Hi, currently I have this code in Build.PL to check if the perl where Padre is being installed is threaded. use Config; if (not $Config{usethreads}) { warn Padre

Re: Integrating license related things of CPAN

2008-10-30 Thread Gabor Szabo
On Thu, Oct 30, 2008 at 7:18 AM, Bill Ward [EMAIL PROTECTED] wrote: I think supporting options like other or mixed should resolve most of these cases. Sure, automatic tools that use this field will be out of luck, but that should be a fairly small minority. This is exactly what I mean. I

Re: Integrating license related things of CPAN

2008-10-26 Thread Gabor Szabo
software in their proprietary application. So I'd rather make it easy to check the license. Gabor Szabo http://szabgab.com/blog.html

Re: Integrating license related things of CPAN

2008-10-24 Thread Gabor Szabo
On Fri, Oct 24, 2008 at 10:11 PM, Bill Ward [EMAIL PROTECTED] wrote: On Fri, Oct 24, 2008 at 4:01 AM, Alexandr Ciornii [EMAIL PROTECTED] wrote: Bill Ward wrote: The META.yml thing is nice but you can't make it required yet. The recommended version of Perl for production use is 5.8.8. It

Re: Integrating license related things of CPAN

2008-10-24 Thread Gabor Szabo
On Fri, Oct 24, 2008 at 10:11 PM, Bill Ward [EMAIL PROTECTED] wrote: On Fri, Oct 24, 2008 at 4:01 AM, Alexandr Ciornii [EMAIL PROTECTED] wrote: Bill Ward wrote: The META.yml thing is nice but you can't make it required yet. The recommended version of Perl for production use is 5.8.8. It

Integrating license related things of CPAN

2008-10-22 Thread Gabor Szabo
I am trying to push forward simplifying and clarifying the licensing issues on CPAN. Here are a couple of issues I identified. I'd like to get your input on these issues hoping that we can have an agreement and then the people with the commit bits can implement them. 1) META.yml license field

Re: Integrating license related things of CPAN

2008-10-22 Thread Gabor Szabo
On Thu, Oct 23, 2008 at 4:51 AM, Ken Williams [EMAIL PROTECTED] wrote: On Wed, Oct 22, 2008 at 6:09 AM, Gabor Szabo [EMAIL PROTECTED] wrote: 6) In this mail I have not yet dealt with how exactly the license is spelled out in the distribution (eg. LICENSE file) and in the individual files

Re: Integrating license related things of CPAN

2008-10-22 Thread Gabor Szabo
On Wed, Oct 22, 2008 at 11:21 PM, Eric Wilhelm [EMAIL PROTECTED] wrote: # from Paul LeoNerd Evans # on Wednesday 22 October 2008: On Wed, Oct 22, 2008 at 11:52:27AM -0700, Eric Wilhelm wrote: While that might be annoying (once -- for the author), the tool can't get around that if it is a

Add license to META.yml

2008-10-18 Thread Gabor Szabo
The executive note: There is a license field in META.yml shipped with your distribution. On 24 March 2008 there were 9,920 distributions *without* such field. Today there are 10,235 such distributions. It is about 20 seconds to add this field to each one of your modules. as I described on my

Re: how can I building my own cpan server with old modules?

2008-10-03 Thread Gabor Szabo
On Fri, Oct 3, 2008 at 4:36 AM, brian d foy [EMAIL PROTECTED] wrote: In article [EMAIL PROTECTED], Gabor Szabo [EMAIL PROTECTED] wrote: So how can I build such a CPAN mirror along with its index files? Which part of the process are you hung up on? I am looking for the button to press

Re: how can I building my own cpan server with old modules?

2008-10-03 Thread Gabor Szabo
On Fri, Oct 3, 2008 at 1:40 PM, brian d foy [EMAIL PROTECTED] wrote: In article [EMAIL PROTECTED], Gabor Szabo [EMAIL PROTECTED] wrote: Now I need a button (I'll settle with a command line tool) that I can press and that will build my precious CPAN micro that contains exactly those two

how can I building my own cpan server with old modules?

2008-10-02 Thread Gabor Szabo
I don't want the latest and breakest of CPAN. Assuming I have a list of modules with the appropriate *old* version numbers that I know my application is working with. I would like to be able to point my *old* CPAN.pm to a CPAN mirror that carries exactly those modules with exactly those versions.

Re: The problem with auto-installing dependencies

2008-09-30 Thread Gabor Szabo
which users do we trust to use their opinion. The web of trust that has been discussed lately on several channels. After all you are doing some work we all wish we had time to do throughly when we decide on using a module. regards Gabor -- Gabor Szabo http://szabgab.com

Re: world writable directories

2008-09-27 Thread Gabor Szabo
On Sat, Sep 27, 2008 at 9:29 PM, Shmuel Fomberg [EMAIL PROTECTED] wrote: So if you have a better permissions sets, and know how to create it on Windows, and made sure that the indexer agreed to index it, then please tell me. I don't know about the other parts but Andreas *is* the indexer ;-)

Re: Begging for money - too tacky?

2008-07-15 Thread Gabor Szabo
On Tue, Jul 15, 2008 at 8:15 AM, Dave Rolsky [EMAIL PROTECTED] wrote: A friend recently reminded me of the RRDB author's vast list of donations he's received for his work, and I was thinking howzabout me? might be a good idea. Make it easy to actually donate money. Refering to Payal might

Re: Debian patch

2008-06-19 Thread Gabor Szabo
irrelevant. We either have to turn them to green or maybe not display them at all. regards Gabor -- Gabor Szabo http://szabgab.com/blog.html Perl Training in Israel http://www.pti.co.il/ Test Automation Tips http://szabgab.com/test_automation_tips.html

Re: Fwd: New CPANTS metrics

2008-06-10 Thread Gabor Szabo
On Tue, Jun 10, 2008 at 9:51 PM, Thomas Klausner [EMAIL PROTECTED] wrote: is_prereq is an optinal metric and thus does not count for the CPANTS game. And yes, Apps ususally won't get prerequed. Tough luck. Actually I'd love to be able to add some way to measure which module is used OUTSIDE of

Re: Fwd: New CPANTS metrics

2008-06-10 Thread Gabor Szabo
On Tue, Jun 10, 2008 at 10:21 PM, Eric Roode [EMAIL PROTECTED] wrote: extracts_nicely: How much of a problem is this, really? A lot of people hate tarballs/zip-files that spew their content into the current dir. Especially if the offending dists contains lots of files. Or a file with the

Re: Fwd: New CPANTS metrics

2008-06-10 Thread Gabor Szabo
On Tue, Jun 10, 2008 at 10:56 PM, Eric Roode [EMAIL PROTECTED] wrote: So I can quickly break the module. Maybe I won't even notice but someone who uses my version will start complaining. To you... I might be a bit more clever and add use strict and use warnings before I start changing your

Re: CPANTS has_test_pod* metrics

2008-06-10 Thread Gabor Szabo
On Tue, Jun 10, 2008 at 9:33 PM, Ricardo SIGNES [EMAIL PROTECTED] wrote: * Dave Rolsky [EMAIL PROTECTED] [2008-06-10T13:23:09] The point is that you should ship a dist that is complete enough for an end-user to untar it, hack on the distro, run all the tests, and send you a patch. See, I

New CPANTS metrics

2008-06-09 Thread Gabor Szabo
? Maybe http://perlbuzz.com/ ? Any other ideas? regards Gabor -- Gabor Szabo http://szabgab.com/blog.html Test Automation Tips http://szabgab.com/test_automation_tips.html

Licenses of CPAN modules

2008-06-04 Thread Gabor Szabo
- TPF should find that out - and then make sure we are checking the same thing legals will. comments? regards Gabor -- Gabor Szabo http://szabgab.com/blog.html Test Automation Tips http://szabgab.com/test_automation_tips.html

Re: Find A Tester

2008-05-27 Thread Gabor Szabo
://cpantest.grango.org/ If things are still not clear you can always ask on the module-authors mailing list http://lists.cpan.org/showlist.cgi?name=module-authors == -- Gabor Szabo http://szabgab.com/blog.html Test Automation Tips http://szabgab.com/test_automation_tips.html

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

2008-05-27 Thread Gabor Szabo
... regards Gabor -- Gabor Szabo http://szabgab.com/blog.html Test Automation Tips http://szabgab.com/test_automation_tips.html

Re: How to get a cpan user to upgrade?

2008-05-27 Thread Gabor Szabo
, but why do you dislike 02packages.details.txt.gz so much ? Gabor -- Gabor Szabo http://szabgab.com/blog.html Test Automation Tips http://szabgab.com/test_automation_tips.html

Re: Tracking down the reason test failure

2008-05-27 Thread Gabor Szabo
such issues automatically without false positives? PPI? A simple grep? Are there use cases where one should have /usr/bin/perl or /usr/local/bin/perl in the code anywhere? In Makefile.PL ? regards Gabor -- Gabor Szabo http://szabgab.com/blog.html Test Automation Tips http://szabgab.com

Re: shipping extra files in a dist?

2008-04-25 Thread Gabor Szabo
more-or-less standard solution supported by Module::Build and MakeMaker that also plays well with the downstream distributors. Maybe there should be an extra/ directory defined by perl where each module can have its own directory to put its extra files to. regards Gabor -- Gabor Szabo http

Re: How to declare dependency on other modules?

2008-04-12 Thread Gabor Szabo
On Sat, Apr 12, 2008 at 1:46 AM, David Cantrell [EMAIL PROTECTED] wrote: On Fri, Apr 11, 2008 at 06:39:21PM -0400, Ricardo SIGNES wrote: In general, listing everything is a good idea -- but there are cases where it is just too much work right now. For dists that contain dozens of

How to declare dependency on other modules?

2008-04-11 Thread Gabor Szabo
Hi, we have been discussing with Domm how CPANTS should check if a distribution declares each of its prerequisites correctly which brought us to the the point that we have a problem. Let's focus for now only on dependencies on other CPAN modules and not on external libraries. So if I am using

Re: Machine-Manipulatable Arguments for Module::Build

2008-04-11 Thread Gabor Szabo
On Fri, Apr 11, 2008 at 2:59 PM, Shlomi Fish [EMAIL PROTECTED] wrote: I hope it's not much of a flamewar so far, but it sure seems to have escalated into a minor one. You are a Nazi![1] - oops! Regards, Shlomi Fish [1] - http://en.wikipedia.org/wiki/Godwin's_law I am really

Re: license in META.yml

2008-04-01 Thread Gabor Szabo
On Tue, Apr 1, 2008 at 3:42 PM, Ricardo SIGNES [EMAIL PROTECTED] wrote: * Gabor Szabo [EMAIL PROTECTED] [2008-03-31T23:09:09] Maybe there should be a module on CPAN (and maybe even distributed in core perl?) that list some of the major licenses *with their full text*. Then both Module

license in META.yml

2008-03-24 Thread Gabor Szabo
As I am usually using Module::Build I did not know that a recent version of MakeMaker has started to support the LICENSE parameter and will include it in the automatically created META.yml. That in turn will increase your kwalitee metric In addition it is also very useful as it show up on the

Re: license in META.yml

2008-03-24 Thread Gabor Szabo
On Mon, Mar 24, 2008 at 11:30 PM, David Landgren [EMAIL PROTECTED] wrote: Gabor Szabo wrote: As I am usually using Module::Build I did not know that a recent version of MakeMaker has started to support the LICENSE parameter and will include it in the automatically created META.yml

uniform version numbers for CPAN modules

2008-03-03 Thread Gabor Szabo
Hi, I know Perl is all about diversity but I wonder if requiring a uniform way of providing version numbers of modules on CPAN would be too much of restriction on the freedom of module authors? I think it would make life easier for tool authors (PAUSE/CPAN.pm/CPANPLUS etc) and downstream distro

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

2008-02-04 Thread Gabor Szabo
On Feb 5, 2008 12:55 AM, Rafael Martinez Torres [EMAIL PROTECTED] wrote: First at all, I want to apologize. I'm the original maintainer of IO::SOcket::INET6, but three years ago I'm not in charge of that. No need for apology. You are a volunteer just as the rest of us. The [EMAIL PROTECTED]

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

2008-02-03 Thread Gabor Szabo
On Feb 3, 2008 12:01 PM, Shlomi Fish [EMAIL PROTECTED] wrote: On Feb 2, 2008 2:14 PM, Nicholas Clark [EMAIL PROTECTED] wrote: On Fri, Feb 01, 2008 at 08:18:21PM +0200, Shlomi Fish wrote: Due to the fact I did not hear from the original author for 2 weeks, I'd like to ask the CPAN admins

Re: CPAN security

2007-10-12 Thread Gabor Szabo
://search.cpan.org/dist/CPAN-Porters Gabor -- Gabor Szabo http://www.szabgab.com/ Perl Training in Israel http://www.pti.co.il/

Add tags to CPAN modules via CPAN::Forum

2007-07-09 Thread Gabor Szabo
://www.cpanforum.com/tags/ Soon I'll provide a way to connect the username on CPAN::Forum with the PAUSEID so the tags added by module authors can have a higher weight in the search results. So go tag a module today. Regards Gabor -- Gabor Szabo http://www.szabgab.com/ Perl Training in Israel http

CPAN::Porters

2007-05-16 Thread Gabor Szabo
/szabgab/trunk/CPAN-Porters/ What do you think? Gabor -- Gabor Szabo http://www.szabgab.com/ Perl Training in Israel http://www.pti.co.il/

Re: How to recognize modules that needs compilation?

2007-05-15 Thread Gabor Szabo
thanks for all the ideas. Gabor -- Gabor Szabo http://www.szabgab.com/ Perl Training in Israel http://www.pti.co.il/

How to recognize modules that needs compilation?

2007-05-14 Thread Gabor Szabo
Hi, I would like to create a list of modules that need compilations as opposed to those that are pure perl Is checking for a file with .xs .c or .h extension in the distribution the correct thing to do? Is there a better way to collect this information or is it alrady available somewhere? In

  1   2   >