G_et La.rge Ma-les Safel.y juo_mw

2003-10-19 Thread Garcia
again, but a few days later the countess sent for Sonya and, with a
Men, You Wish You Had a Bigger Member?
==> We Can Help you Safely Guaranteed <==
You are going to visit the land of marvels.
Get Bigger Today


Stop Future Specialsdiscussion of them must ultimately lead to truth: but I confess



Re: Module submission Net::Mappoint

2003-05-29 Thread Claudio Garcia


Thanks for the advice. WebService::Mappoint is indeed more descriptive. I 
will change the name and will upload again.

Claudio

On Thu, 29 May 2003 00:00:44 +0100, Tim Bunce <[EMAIL PROTECTED]> wrote:

I think WebService::Mappoint would be the current recommended name
for modules providing an interface to web services. (Net::Google
and Net::Amazon predate the Webservice namespace.)
Tim.

On Wed, May 28, 2003 at 10:33:29PM +0200, Perl Authors Upload Server 
wrote:
The following module was proposed for inclusion in the Module List:

modid:   Net::Mappoint
DSLIP:   bdpOp
description: Mappoint web service SOAP access library
userid:  CGARCIA (Claudio Garcia)
chapterid:   15 (World_Wide_Web_HTML_HTTP_CGI)
communities:
similar:

rationale:

Mappoint .NET is a MIcrosoft web service that provides a SOAP API
for creating maps and other geography related functions, such as
geocoding (obtaining latitude and longitude for a street address).
Microsoft provides a WSDL file which describes the service and is
used by SOAP client libraries to expose its API to programs.
SOAP::Lite does not support WSDL to the extent needed by Mappoint,
thus the need for this module.
Net::Mappoint provides a perl mapping of the complete Mappoint API.
It automatically encodes the required SOAP requests for each call in
the API, and presents Mappoint responses as nested data structures
that are easy to access.
We chose the Net::Mappoint name because of the precedent set by
Net::Google and Net::Amazon, which provide similar APIs for Google
and Amazon web services.
enteredby:   CGARCIA (Claudio Garcia)
enteredon:   Wed May 28 20:33:29 2003 GMT
The resulting entry would be:

Net::
::MappointbdpOp Mappoint web service SOAP access library 
CGARCIA

Thanks for registering,
-- The PAUSE
PS: The following links are only valid for module list maintainers:

Registration form with editing capabilities:
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=1840_4e9017ae7c973cea&SUBMIT_pause99_add_mod_preview=1 

Immediate (one click) registration:
https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=1840_4e9017ae7c973cea&SUBMIT_pause99_add_mod_insertit=1







Proposal: creation of Layer:: top-level namespace

2002-06-03 Thread Rafael Garcia-Suarez

As PerlIO-enabled perls will become more common with perl 5.8,
people will write PerlIO layers.

The PerlIO:: namespace is there for layers implemented in C.
However it's possible to write layers in perl, by providing
a tie-like interface (as documented in the PerlIO::Via docs.)
Any perl module implementing this interface can act as a
PerlIO layer (e.g. MIME::QuotedPrint in perl 5.8) -- but we
don't have currently a namespace for modules whose only purpose
is to implement a layer in perl. (This would be the equivalent
of Tie::, used for modules whose only purpose is to implement
a tied variable.)

I propose the creation of Layer:: for these modules.

Rationale :
 open my $fh, '<:Via(Layer::Foo)', 'file';
looks nice in plain english (open my file via the layer "foo").

(PS. I've already a perlio layer module to upload to CPAN.)

-- 
Rafael Garcia-Suarez




Re:

2015-06-25 Thread Rafael Garcia-Suarez
Hi Todd,
since I'm just comaint for base.pm, I can't give you comaint.
The owner is P5P.
But you have my vote of confidence.
Ricardo, can you fix that ? or some PAUSE admin ?

On 24 June 2015 at 22:58, Todd Rinaldo  wrote:
> Rafaƫl,
>
> The module distro "base" is out of sync between CPAN and maint-5.22. P5P
> is first come on this dual life module along with you as co-maint.
> I'd like to offer to update this module on CPAN to keep it in sync. If
> you're ok with that, I've already done the leg work to get the module
> ready to upload to PAUSE so I'd just need co-maint. I'd probably bump this to 
> a
> devel release and do a release to testers before I release it as the
> version currently in core.
>
> https://github.com/toddr/base
>
> If you'd rather do the upload yourself, please feel free to steal my
> work in the above repo.
>
> Thanks,
> Todd Rinaldo
> to...@cpan.org


Request for a CPAN id

2001-10-05 Thread Rafael Garcia-Suarez

Hi, request for registration on CPAN:

name :  Rafael Garcia-Suarez
email : [EMAIL PROTECTED]
homepage :  http://rgarciasuarez.free.fr/
userid :RGARCIA

I'm planning to contribute an experimental pragma, ex::newest,
that modifies the behavior of 'use' and 'require'
so that they always load the newest version of modules that have been
installed several times in several places on a system.
This pragma is intended as a demonstration for using the recent
coderef-in-@INC feature. It works with the most recent bleadperls
(not all tests pass on 5.7.2). (also, I'm planning to contribute
other funny or language-related modules from time to time.)

-- 
Rafael Garcia-Suarez