Re: Module submission mem

2013-03-28 Thread brian d foy
[[ This message was both posted and mailed: see the To, Cc, and Newsgroups headers for details. ]] In article 51527363.4090...@tlinx.org, Linda W perl-didd...@tlinx.org wrote: Just out of curiosity, did anyone look at the POD of the page? I don't read the documentation. If I need to do

Re: Module submission mem

2013-03-26 Thread brian d foy
[[ This message was both posted and mailed: see the To, Cc, and Newsgroups headers for details. ]] In article 5150f5c5.2020...@tlinx.org, Linda W perl-didd...@tlinx.org wrote: use mem doesn't load modules. if it is put *in* a module, it directs perl to use the in memory copy of the

Re: Module submission mem

2013-03-26 Thread Matt S Trout
On Mon, Mar 25, 2013 at 06:11:33PM -0700, Linda W wrote: use mem doesn't load modules. if it is put *in* a module, it directs perl to use the in memory copy of the module rather than searching for it on disk **when**, a user does a use of that module, later in the file. Well,

Re: Module submission mem

2013-03-26 Thread Linda W
brian d foy wrote: Ah, okay, I misunderstood that. However, I still don't get that from the name you're using. Still, I'm not at all arguing about what your module does or how it does it or why it does it. Here are some pointers to the original discussion:

Re: Module submission mem

2013-03-26 Thread Linda W
Matt S Trout wrote: On Mon, Mar 25, 2013 at 06:11:33PM -0700, Linda W wrote: use mem doesn't load modules. if it is put *in* a module, it directs perl to use the in memory copy of the module rather than searching for it on disk **when**, a user does a use of that module,

Re: Module submission mem

2013-03-25 Thread LA Walsh
If you wish to get further approval for it, feel free. As I am locked out of communicating with that group by it's protector/leader Ricardo, such a requirement for me is equivalent to banning contributions.ures on that list all being met by resistance, but in nearly all cases (assuming I wasn't

Re: Module submission mem

2013-03-25 Thread Matt S Trout
On Sat, Mar 23, 2013 at 02:14:11AM -0700, Linda A. Walsh wrote: They already told me to write a patchto do exactly this. I propose a more sensible name of From::Memory - i.e. use From::Memory 'Package::Name'; This is not a pragma anyway. This is my result. Besides I am not a part of

Re: Module submission mem

2013-03-25 Thread L A Walsh
Matt S Trout wrote: On Sat, Mar 23, 2013 at 02:14:11AM -0700, Linda A. Walsh wrote: They already told me to write a patchto do exactly this. I propose a more sensible name of From::Memory - i.e. use From::Memory 'Package::Name'; --- If course the status quo would promote

Re: Module submission mem

2013-03-25 Thread Linda W
Matt S Trout wrote: This is not a pragma anyway. - This is a prime example of why I got kicked off the list. You put out something completely false and unsupportable like the above. I will quote a manpage, like 'perlpragma': NAME perlpragma - how to write a user pragma

Re: Module submission mem

2013-03-25 Thread Matt S Trout
On Mon, Mar 25, 2013 at 01:56:22PM -0700, L A Walsh wrote: Anyone who knows me over any range of situations knows that I most often -- even unconsciously, mirror the communication of those communicating to me. Those who are respectful and nice, I am compelled to be such to them. Those

Re: Module submission mem

2013-03-25 Thread Linda W
Matt S Trout wrote: On Mon, Mar 25, 2013 at 01:56:22PM -0700, L A Walsh wrote: Anyone who knows me over any range of situations knows that I most often -- even unconsciously, mirror the communication of those communicating to me. Those who are respectful and nice, I am compelled

Re: Module submission mem

2013-03-25 Thread brian d foy
[[ This message was both posted and mailed: see the To, Cc, and Newsgroups headers for details. ]] In article 514f65af.4050...@tlinx.org, LA Walsh perl-didd...@tlinx.org wrote: The name was designed to be simple and easy to use and remember. Hi Linda, I'm not interested in any of the p5p

Re: Module submission mem

2013-03-24 Thread brian d foy
[[ This message was both posted and mailed: see the To, Cc, and Newsgroups headers for details. ]] In article 514d7263.7090...@tlinx.org, Linda A. Walsh l...@tlinx.org wrote: They already told me to write a patchto do exactly this. I'm not particularly questioning the module, just the

Re: Module submission mem

2013-03-23 Thread Linda A. Walsh
They already told me to write a patchto do exactly this. This is my result. Besides I am not a part of p5p -- I have been specifically excluded from them by their leadership. Therefore, it does not make sense to hold this up over such - as they've already indicated they don't need to

Re: Module submission mem

2013-03-22 Thread brian d foy
[[ This message was both posted and mailed: see the To, Cc, and Newsgroups headers for details. ]] In article 20130320044811.4e0fe1f...@pause.perl.org, Perl Authors Upload Server upl...@pause.perl.org wrote: The following module was proposed for inclusion in the Module List: modid:

Module submission mem

2013-03-19 Thread Perl Authors Upload Server
The following module was proposed for inclusion in the Module List: modid: mem DSLIP: bdppp description: allow use of in-'mem' copy of package; userid: LAWALSH (Linda A Walsh) chapterid: 2 (Language_Extensions) communities: similar: rationale: it's a