Re: Perl Modules in GitHub

2016-03-29 Thread Philippe Bruhat (BooK)
ake it easier to share > ownership of modules. Depending on the modules, there's also https://github.com/Perl-Toolchain-Gang -- Philippe Bruhat (BooK) Even when the words are true, they may not speak the truth. (Moral from Groo The Wanderer #70 (Epic))

Re: Please give me COMAINT on https://metacpan.org/release/File-Remove

2016-01-04 Thread Philippe Bruhat (BooK)
eplaces the full history with the history of whatever was released. -- Philippe Bruhat (BooK) Eliminate a problem before it eliminates you! (Moral from Groo The Wanderer #65 (Epic))

Re: File::ShareDir and development?

2014-04-04 Thread Philippe Bruhat (BooK)
, without a developement purpose. Whatever lies in the filesystem is a given, while you can use an environment variable to provide context. -- Philippe Bruhat (BooK) When you run from your problem, you make it that much harder for good fortune to catch you, as well. (Moral from Groo The Wanderer

Re: Problem naming a module

2013-11-25 Thread Philippe Bruhat (BooK)
is to give up on being descriptive, and come up with a brand name. In which case, Fleur is just as fine as anything else. :-) -- Philippe Bruhat (BooK) No matter how you dress a cow, it still gives milk. (Moral from Groo The Wanderer #46 (Epic))

Problem naming a module

2013-11-21 Thread Philippe Bruhat (BooK)
' if $percent{CRIT} 0.5; return 'WARN' if $percent{CRIT} 0.25; return 'UNKN'; } Without the %-prefix, names are translated to absolute values from %count. Thanks for your time and ideas, -- Philippe Bruhat (BooK) Food and life were both meant

Re: Problem naming a module

2013-11-21 Thread Philippe Bruhat (BooK)
used to categorize random RGB triplets (with a little less than 30% of 'unknown', though). Mmm, maybe a better word than score or summary is category. So what about something along the lines of Data::Categorize? (although Data:: is a prefix that usually adds no information) -- Philippe Bruhat

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

2013-11-21 Thread Philippe Bruhat (BooK)
(I think because it only searches in the documentation?) but maybe that's because I'm used to s.c.o's grep utility (which lacks some useful linking back to the file where it found the string). -- Philippe Bruhat (BooK) For every winner, there must be one or more losers

Re: Problem naming a module

2013-11-21 Thread Philippe Bruhat (BooK)
On Fri, Nov 22, 2013 at 03:07:48AM +0100, Philippe Bruhat (BooK) wrote: Mmm, maybe a better word than score or summary is category. So what about something along the lines of Data::Categorize? (although Data:: is a prefix that usually adds no information) And using the word categorize

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

2013-01-10 Thread Philippe Bruhat (BooK)
was looking for that solution. Dist::Zilla's VersionPkg plugin will write the distribution version in every .pm file of the project. -- Philippe Bruhat (BooK) Life is a play. The secret is to know your lines, respect the other players and make a good exit. (Moral from Groo The Wanderer

Re: RFC: Time::mkgmtime

2012-06-14 Thread Philippe Bruhat (BooK)
::Local's timegm and timelocal do? -- Philippe Bruhat (BooK) The more destruction we spread, the more we destroy ourselves. (Moral from Groo #12 (Image))

Re: Writing tests

2009-12-15 Thread Philippe Bruhat (BooK)
planned to email several Perl test-oriented mailing lists about the module. Maybe it's time for me to do that. :-) -- Philippe Bruhat (BooK) Your reputation is what you make of it... and what you choose to take with you. (Moral from Groo The Wanderer #48 (Epic))

Re: Regulating Module Authorship

2008-09-22 Thread Philippe Bruhat (BooK)
CPAN search engine is at: http://kobesearch.cpan.org/. Its source code is here: http://cpan.uwinnipeg.ca/dist/CPAN-Search-Lite. -- Philippe Bruhat (BooK) Fantasy is a nice vacation but Reality is where you spend your life. (Moral from Groo The Wanderer #44

Re: Namespace for new perl (chess) module

2008-02-05 Thread Philippe Bruhat (BooK)
name than Chess::Rating (or Chess::Rating::Calculate). I'm just a bit chess-centric because I'm playing that game and not Go or others ;-) Perhaps Statistics::Ratings::Elo? Or Games::Ratings::rating name ? -- Philippe Bruhat (BooK) The man who does not know his own powers is the least

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

2008-01-29 Thread Philippe Bruhat (BooK)
to opt-out once only. -- Philippe Bruhat (BooK) Blood is thicker than water... so beware of thick relatives. (Moral from Groo The Wanderer #18 (Epic))

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

2008-01-29 Thread Philippe Bruhat (BooK)
On Tue, Jan 29, 2008 at 10:14:08AM -0600, Andy Lester wrote: On Jan 29, 2008, at 10:10 AM, Philippe Bruhat (BooK) wrote: Maybe the most practical option is still the global skip file mentioned by David Golden. Uninterested people would get a single unsollicited email, and would need to opt

Re: help for module name?

2007-05-28 Thread Philippe Bruhat (BooK)
Le lundi 28 mai 2007 à 08:47, Jerome Quelin écrivait: thus, the dist audio::mpd::items would not be enough - unless i also release separately audio::mpd::stats and... which is a bit silly imo. therefore: - audio::mpdhelper? - audio::mpdcommon? Maybe Audio::MPD::Common, so that

Re: help for module name?

2007-05-28 Thread Philippe Bruhat (BooK)
Le lundi 28 mai 2007 à 13:11, Jerome Quelin écrivait: On 07/05/28 12:31 +0200, Philippe 'Book' Bruhat wrote: thus, the dist audio::mpd::items would not be enough - unless i also release separately audio::mpd::stats and... which is a bit silly imo. therefore: - audio::mpdhelper?

Re: [OT] recovering an SVN repo with SVK

2007-02-12 Thread Philippe Bruhat (BooK)
Le dimanche 11 février 2007 à 18:06, David Landgren écrivait: Turns out you can't do this in straight Perl. If you, you wind up with stanzas that look like Prop-content-length: 98 Content-length: 98 PROPS-END and I suspect that will cause indigestion later on. Rather than fiddle

Re: [OT] recovering an SVN repo with SVK

2007-02-12 Thread Philippe Bruhat (BooK)
Le lundi 12 février 2007 à 16:13, David Landgren écrivait: Something that would save me from having to spool the output of the svnadmin dump command to a temp file would be to admit the possibility of feeding a glob to new() and getting it to read the contents of a filehandle (which would

Re: James Freeman's other modules

2007-01-12 Thread Philippe Bruhat (BooK)
Le vendredi 12 janvier 2007 à 14:11, David Landgren écrivait: I was also wondering whether - given that backpan exists so people can always find them if they really want them - there shouldn't be a mechanism for removing modules that are unloved and unused. That strikes me as a little