Re: Increasing podlators Perl dependency to 5.12

2024-03-16 Thread Karen Etheridge
On Sat, Mar 16, 2024 at 6:22 PM Russ Allbery wrote: > I wanted to provide some advance notice that I plan to increase the > minimum Perl dependency for podlators (Pod::Man and Pod::Text) to 5.12 > from 5.10 in the next release. > Sounds good to me; I appreciate the heads up! It's worth noting t

Re: Exporter and subroutine circular dependencies between modules

2022-03-13 Thread Karen Etheridge
I haven't looked at your code, but I assume what you're doing is exporting a sub from each module, and something in each of those modules is calling each of those subs in turn, using the exported symbol. This is indeed an unresolvable circular dependency because unqualified sub names must be resolv

Re: Crypt-SSLeay release & maintenance

2022-03-10 Thread Karen Etheridge
On Thu, Mar 10, 2022 at 10:42 AM Nicolas R. wrote: > IMO the "Don't declare a dependency on Crypt::SSLeay" statement should not > only live on a blog post. > We should add the statement to the main POD with probably a link to the > blog. > And also consider removing it from distro using it in a n

Re: Please give me COMAINT on https://metacpan.org/release/Test-PerlTidy

2019-03-04 Thread Karen Etheridge
Edmund -- the best way of putting your modules up for adoption is described here -- http://neilb.org/2013/08/07/adoptme.html All the best! On Mon, Mar 4, 2019 at 1:30 PM Shlomi Fish wrote: > > On Mon, 4 Mar 2019 11:23:49 +0100 > Edmund von der Burg wrote: > > > Done. Thank you for taking the ti

Re: Perl 5.26 and the . in INC issue where modules won't install

2018-11-01 Thread Karen Etheridge
The 'dist' option is documented in Module::CPANfile, but the 'url' option can only be found in the t/options.t test in the distribution -- so it must be implemented at least partially, somehow. Maybe miyagawa can comment? On Thu, Nov 1, 2018 at 4:39 PM, Alex Muntada wrote: > Hi Karen, > > > You

Re: Perl 5.26 and the . in INC issue where modules won't install

2018-11-01 Thread Karen Etheridge
You can install these modules again by setting PERL_USE_UNSAFE_INC=1 in your environment while installing. You can also install locally patched modules with carton by specifying a 'file:///' path in cpanfile: requires 'Foo::Bar', '0.123', url => 'file:///local/path/Foo-Bar-0.123.tar.gz';

Re: executable only Perl distributions & CPAN

2018-09-07 Thread Karen Etheridge
On Fri, Sep 7, 2018 at 12:59 PM, Diab Jerius wrote: > > I see two options: > > 1. Create an empty package which gets indexed; or > 2. Add an entry to the "provides" field mapping the distribution's > "package" name (App::pltvectors) to the script file. > Option 1 is correct -- create an App::p

Re: Help w/ naming module

2017-09-21 Thread Karen Etheridge
Given that there is so much prior art in this space already -- is it useful to release one more variant to the CPAN, vs. simply keeping it in your darkpan? Is anyone likely to discover your module and choose it over any other? Please at least give a summary of the alternatives and how they differ,

Re: Bio-Graphics issues

2016-12-15 Thread Karen Etheridge
se99_peek_perms_sub=1> > STAJICH > <https://pause.perl.org/pause/authenquery?pause99_peek_perms_by=a&pause99_peek_perms_query=STAJICH&pause99_peek_perms_sub=1> > co-maint LDS > > I can forward the PAUSE email directly to you if that works. > > chris > > >

Re: Bio-Graphics issues

2016-12-15 Thread Karen Etheridge
It would help to see the mail from PAUSE that lists the errors. But the modules listed as "unauthorized" on the metacpanm page are indeed modules for which you do not have comaint permissions in the PAUSE database (I did not check them all, but all of those I did were modules where only LDS had per

Re: [cpan-questions #32443] Re: rt.cpan.org keeps logging me out.

2016-11-21 Thread Karen Etheridge
What is the big deal in having to log in again? If you save your credentials in your browser, it's literally just one more click. I'd like to thank the RT admins in providing this service free to the Perl community; it is really awesome that a bug queue is created automatically for every distribut

Re: Please provide me with COMAINT on https://metacpan.org/pod/Dist::Zilla::Plugin::VersionFromModule

2016-11-10 Thread Karen Etheridge
Shlomi -- you'll be able to get the features you want by switching to Dist::Zilla::Plugin::RewriteVersion, and it's well-maintained as well. :) There's no need to use [VersionFromModule] anymore -- all bundles and configurations that use it really ought to switch. On Tue, Nov 8, 2016 at 2:07 AM,

Re: Declaring optional dependencies

2016-11-09 Thread Karen Etheridge
> And this presumes that the person running the install knows enough to > "consider." Which is fine if you're coding Perl. Not so obvious if you are > trying to use someone else's package, which may silently fall back to > crippled mode "because it's better than nothing". Nowhere in the distribu

Re: Declaring optional dependencies

2016-11-09 Thread Karen Etheridge
It is my opinion that (most) optional prereqs should at least be listed in the 'suggests' category of prereqs, to at least allow for static inspection tools (such as CPANdeps) can be aware of a potential relationship. Regarding Timothe's observations that optional prereqs are a swamp -- yes, but l

Re: A couple of MooseX::Storage::IO drivers I would like to upload on CPAN...

2016-10-13 Thread Karen Etheridge
I'm not using either of those backends at the moment, so I'm not in a position to test them, but I wanted to thank you for doing this! Bravo good sir. - Karen Etheridge, et...@cpan.org On Thu, Oct 13, 2016 at 3:15 AM, Marco Masetti wrote: > Hi all, > > > time ago I'

Re: Boolean As a Top Level Name

2016-09-09 Thread Karen Etheridge
I think I'd look for such a module in the Math:: namespace. I also found these modules which may be similar: Math::BooleanEval, Math::MatrixBool. On Fri, Sep 9, 2016 at 12:33 PM, John M. Gamble wrote: > A while back I was granted co-maintenance of Algorithm::QuineMcCluskey. It > handles one Bo

Re: Add users to BIOPERLML mailing list?

2016-06-02 Thread Karen Etheridge
> I'm not aware of any "group" functionality to allow multiple users to share a "group" ID, other than just sharing the password for that PAUSE ID, which is of course suboptimal. There are a few IDs where the credentials are shared, to mark ownership over modules that transcend an individual: e.g.

Re: Please give me COMAINT on https://metacpan.org/release/XML-Amazon

2016-04-10 Thread Karen Etheridge
There are no non-wishlist bugs open on this distribution ( https://rt.cpan.org/Dist/Display.html?Name=XML-Amazon); is it possible the author isn't aware of the cpantesters failures? On Sun, Apr 10, 2016 at 12:41 PM, Shlomi Fish wrote: > Hi all, > > please give me a COMAINT status on https://meta

Re: Operator Overloads in DBIC?

2016-03-06 Thread Karen Etheridge
http://lists.perl.org/list/dbix-class.html On Sun, Mar 6, 2016 at 10:17 AM, Paul Bennett wrote: > What's the best way for me to start a conversation with the lead > developers of DBIC as well as the leads of the various modules that wrap > DBIC as a plugin for other frameworks? > > I have most o

Re: rt.cpan.org keeps logging me out.

2016-02-27 Thread Karen Etheridge
I haven't experienced this issue. Could you perhaps have enabled the mode in your browser that deletes all cookies when you quit? On Sat, Feb 27, 2016 at 3:00 AM, Shlomi Fish wrote: > Dear sirs and madams, > > thanks for maintaining http://rt.cpan.org/ . > > There is, however, a long-standing pr

Adoption of Acme::CPANAuthors::Canadian

2016-02-02 Thread Karen Etheridge
As per Zoffix's post and reply at http://blogs.perl.org/users/zoffix_znet/2016/01/modules-for-adoption-bit-rot-thursday.html, I would like to request first-come permissions on Acme::CPANAuthors::Canadian. I see it has already been set as ADOPTME in the permissions db. thanks! - ETHER, et...@cpan.o

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

2016-01-04 Thread Karen Etheridge
Has the author been contacted to request adoption of this distribution? That is part of the adoption process, unless it has already been established that the author is missing or deceased. All of Adam's distributions have already been imported from subversion to github, e.g.: https://github.com/Th

Re: autodie was not installed on http://www.cpantesters.org/cpan/report/6109ee1e-63a7-11e5-80f8-24112cde3c15

2015-09-28 Thread Karen Etheridge
> Proper test_requires support in MB requires MB 0.4200 That shouldn't matter in this case -- dynamic_config is 0, so the prereqs should be read out of META.*, and autodie is in build-requires, so the installer should be satisfying that requirement. Shlomi: please, for the love of kittens, add a

Re: Exclude tests from regular tests

2015-06-18 Thread Karen Etheridge
For that test, it sounds like the missing file should be added to the corpus/dist/ directory so the tests can use it. Alternatively, the tests should generate that file itself (just alter the tests to include all the Dist::Zilla plugins needed for a regular build, so it can generate the tarball th

Re: PDL::Fit::Levmar isn't installable via cpan; help on debugging

2015-05-20 Thread Karen Etheridge
This distribution contains no indexable .pm files. The author needs to upload a new version that contains something that can enter the 02packages index (a .pm file containing a parsable 'package' declaration that matches the distribution name). On Tue, May 19, 2015 at 8:47 AM, Diab Jerius wrote:

Re: Curating old dists on CPAN

2015-05-02 Thread Karen Etheridge
Permissions issues like this can be resolved if you send an email to modu...@perl.org, and provide documentation that the owner(s) of the module give their consent. On Fri, May 1, 2015 at 2:10 PM, John M Gamble wrote: > On 4/30/2015 5:10 PM, Neil Bowers wrote: > > I think we should either remov

Re: Test failing on Windows but not elsewhere

2015-03-09 Thread Karen Etheridge
Any time you include a path in a regex, you should surround it with \Q and \E. Those backslashes are going to bite you. :) On Mon, Mar 9, 2015 at 3:44 PM, James E Keenan wrote: > This weekend I gave my CPAN library CPAN-Mini-Visit-Simple an overhaul, a > large part of which was guaranteeing tha

Re: How avert warning re MYMETA.* ?

2015-02-13 Thread Karen Etheridge
In my non-dzilified dists, I use this at the top of MANIFEST.SKIP, which includes common things like MYMETA.*: #!include_default (make sure that your ExtUtils::Manifest is current.) On Fri, Feb 13, 2015 at 4:27 PM, Leon Timmermans wrote: > On Sat, Feb 14, 2015 at 1:17 AM, James E Keenan wrote

Re: "throw away" module namespace

2014-12-14 Thread Karen Etheridge
All the suggestions so far are bang on -- I just have one more: prepan.org is a great place to post your module and get early feedback on it!

Re: Broken CPAN Modules

2014-09-16 Thread Karen Etheridge
On Wed, Sep 17, 2014 at 12:16:49AM +0100, David Cantrell wrote: > I've run into this so many times and over such a long period of time > that it looks more like a cpanm bug to me, given that the normal > cpan client doesn't suffer from this. Perhaps it needs to learn > about some other mirrors and

Re: IRC from MetaCPAN

2014-09-16 Thread Karen Etheridge
On Wed, Sep 17, 2014 at 01:30:03AM +0300, Gabor Szabo wrote: > 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 https://github.com/CPAN-API/metacpan-web/issues/1235

Re: Broken CPAN Modules

2014-09-16 Thread Karen Etheridge
On Tue, Sep 16, 2014 at 07:52:19PM -0300, Brian Cassidy wrote: > Oops, meant to say more before hitting send :) > > http://www.cpan.org/authors/id/J/JJ/JJNAPIORK/ > > has 5.90070 > > but my local mirror: > http://mirror.its.dal.ca/cpan/authors/id/J/JJ/JJNAPIORK/ > > has 5.90072 > > -Brian At

Re: Broken CPAN Modules

2014-09-16 Thread Karen Etheridge
On Tue, Sep 16, 2014 at 05:44:44PM -0400, Shawn H Corey 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 unresolved > depen

Re: Personal Dashboard on MetaCPAN

2014-09-03 Thread Karen Etheridge
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 of the page is now related to the number of distributions you > have, so if you

Re: UNIVERSAL

2014-08-31 Thread Karen Etheridge
On Sun, Aug 31, 2014 at 04:13:03PM -0400, Lincoln A Baxter wrote: > Sys::SigAction has one instance of a call to UNIVERSAL::isa (line 135 of > SigAction.pm) in a function context: > > die '$action is not a POSIX::SigAction' if not UNIVERSAL::isa( $action > ,'POSIX::SigAction' ); > > This call is

Re: UNIVERSAL

2014-08-29 Thread Karen Etheridge
On Fri, Aug 29, 2014 at 09:34:41AM -0400, David Mertens wrote: > We can all agree that Perl likes to give lots of rope to its programmers. > Calling UNIVERSAL::isa prevents mocking, but it also prevents nefarious > classes from lying about what they do. Apparently, allowing mocking is *so* > much m

Re: UNIVERSAL

2014-08-28 Thread Karen Etheridge
On Thu, Aug 28, 2014 at 12:43:48PM +0100, David Cantrell wrote: > On Wed, Aug 27, 2014 at 08:54:07AM -0700, Karen Etheridge wrote: > > > ..but as others have said, you don't 'use UNIVERSAL' directly - in fact the > > word 'UNIVERSAL' should never have

Re: UNIVERSAL

2014-08-27 Thread Karen Etheridge
On Wed, Aug 27, 2014 at 09:17:19AM +0200, Jonas Brømsø Nielsen wrote: > So my question as a module author is, where do I get information on this new > behaviour of UNIVERSAL, I am not able to install perl 5.21.2 using perlbrew, > so I do not know where to look for the documentation and what steps

Re: Turning numbers into words

2014-07-11 Thread Karen Etheridge
On Fri, Jul 11, 2014 at 03:22:57PM +0100, Neil Bowers wrote: > This has given me an idea for another module, Lingua::EN::Numbers::WithUnits, > or a new function in Lingua::EN::Numbers :-) > > 5oz becomes "five ounces" > 8kgs becomes "eight kilograms" I'd start with Lingua::EN::Units, and have th

Re: Turning numbers into words

2014-07-10 Thread Karen Etheridge
On Wed, Jul 09, 2014 at 09:14:47PM -0700, Buddy Burden wrote: > 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::

Re: naming a new module

2014-05-14 Thread Karen Etheridge
On Wed, May 14, 2014 at 12:47:50PM +0100, David Cantrell wrote: > > These existing modules do the same thing, only slower, less > > completely, and less correctly: > > Instead of "less completely and less correctly" they might just have a > different definition of what is correct. I don't think t

Re: Personal Dashboard on MetaCPAN

2014-05-12 Thread Karen Etheridge
#x27;t look like there's a metric for the resources metadata field; one could easily be added.) Karen Etheridge -et...@cpan.org

Re: Weird test results on linux.*ld (only)

2014-04-26 Thread Karen Etheridge
On Sat, Apr 26, 2014 at 05:27:58PM -0400, Paul Bennett wrote: > Based on the results below, which show failures only on all linux-ld perls, > and only failures on any linux-ld perl, what would you all recommend as my > next debugging step(s)? > > http://matrix.cpantesters.org/?dist=Path-Hilbert%20

Re: File::ShareDir and development?

2014-04-04 Thread Karen Etheridge
On Fri, Apr 04, 2014 at 08:11:18AM +0300, Gabor Szabo wrote: > 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 "install

Re: File::ShareDir and development?

2014-04-03 Thread Karen Etheridge
On Thu, Apr 03, 2014 at 11:32:11PM +0300, Gabor Szabo wrote: > On Tue, Apr 1, 2014 at 7:55 PM, Karen Etheridge wrote: > > > > https://metacpan.org/pod/Test::File::ShareDir > > > thanks. That looks good for test run, but not for running the application > in the dev

Re: File::ShareDir and development?

2014-04-01 Thread Karen Etheridge
On Tue, Apr 01, 2014 at 04:03:25PM +0300, Gabor Szabo wrote: > 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 > u

Re: Best way to communicate changing the output of a module

2013-12-20 Thread Karen Etheridge
On Fri, Dec 20, 2013 at 02:59:41PM +, Matthew Astley wrote: > As you're well under the magic 1.00 version number, you could probably > just change it and mention this in the release notes. Giving useful > error messages will ease the transition. > > I tend to imagine that anyone pointint a 0.

Re: Module to test SQL data

2013-12-06 Thread Karen Etheridge
. > > Thank you very much. > Jim Keenan -- "Perfection (in design) is achieved not when there is is nothing more to add, but rather when there is nothing more to take away." - Antoine de Saint-Exupery . ... . Karen Etheridge, ka...@etheridge.ca GCS C+++$ USL+++$ P+++$ w--- M++

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

2013-11-22 Thread Karen Etheridge
On Fri, Nov 22, 2013 at 03:13:27AM +0100, Philippe Bruhat (BooK) wrote: > Well, I found the results of the "Search distribution" form not very > good (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 lin

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

2013-11-21 Thread Karen Etheridge
On Thu, Nov 21, 2013 at 12:33:26PM -0900, Arthur Corliss wrote: > I'm in the same boat. I have yet to hear of any reason compelling enough to > make me break old habits... s.c.o can display broken or outdated data. I've seen cases where its idea of an indexed dist is quite different than PAUSE.

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

2013-11-18 Thread Karen Etheridge
On Mon, Nov 18, 2013 at 12:51:18PM -0500, Olaf Alders wrote: > I don't have a real answer here, but one problem may be the huge amount of > inbound links search.cpan.org has vs metacpan.org Having been around so much > longer, it's natural that search.cpan.org is the clear winner in this > depa

Re: Unclear as to problem: Tried to register 'Types', but says can't due to unrelated module.

2013-11-13 Thread Karen Etheridge
On Wed, Nov 13, 2013 at 08:58:41AM -0800, Linda A. Walsh wrote: > It's not meant to be fancy -- just simple and convenient. Simple and convenient for you perhaps, but that doesn't merit an upload to the CPAN where code is expected to be usable by all. At this point I feel obliged to point to http

Re: (FYI)...Module naming collision Or mirage?

2013-11-12 Thread Karen Etheridge
On Tue, Nov 12, 2013 at 09:43:54PM -0800, Linda A. Walsh wrote: > > It will fail unless Ingy gives you permission (he has first-come > >on that namespace). > > ??? Who is Ingy and how does he come into the picture? https://pause.perl.org/pause/authenquery?pause99_peek_perms_by=me&pause99_pee

advice requested, re ElasticSearch and Elasticsearch clients

2013-09-30 Thread Karen Etheridge
The problem: ElasticSearch.pm is a module that has existed for some time on the CPAN. Elasticsearch.pm has just been uploaded quite recently, presenting a new API, but its installation will overwrite any existing ElasticSearch.pm on case-insensitive file systems. https://metacpan.org/module/Elas

Re: Please takeover HTML::Element::Library

2013-08-21 Thread Karen Etheridge
On Thu, Aug 22, 2013 at 04:24:57AM +0200, Aristotle Pagaltzis wrote: > * Aristotle Pagaltzis [2013-08-22 04:23]: > > [1]: https://metacpan.org/author/ADOPTME > > Hmm, http://search.cpan.org/~adoptme/ seems better for this case??? Also https://rt.cpan.org/Dist/ByMaintainer.html?Name=ADOPTME , whi

Re: Why wasn't my upload indexed?

2013-08-19 Thread Karen Etheridge
'modules' list, and answered: > In-Reply-To: <20130816182332.GE4896@tequila> > From: David Golden > Date: Fri, 16 Aug 2013 14:41:31 -0400 > Message-ID: > > Subject: Re: Why wasn't my upload indexed? (fwd) > To: Karen Etheridge > Cc: "modu...@per