TL;DR: I want to name my new module Test::Mock::Simple because which
contains no helpers (so no potential contamination of the namespace) and
all it does is replace a name space's method that you specify allowing
original functionality through.
I'm contacting you because the perlmodstyle sugg
Hi namespace keepers,
I'm requesting the new module name: Getargs::Long (by analogy with
Getopt::Long).
It allows one to easily parse/extract information from routines called
with a set of -argument => value pairs.
Here's the interface I came up with:
use
> On Tue, 30 May 2000 17:06:58 -0400, Robert Kiesling <[EMAIL PROTECTED]>
>said:
> I have two module projects in the works: one to implement an
> text editing workspace, and another to create a Browser for
> the Perl class library. I would like to call them Workspace.pm
> and Browser.p
I have two module projects in the works: one to implement an
text editing workspace, and another to create a Browser for
the Perl class library. I would like to call them Workspace.pm
and Browser.pm, but would like any feedback that you would
care to offfer.
Thanks,
Robert Kiesling
--
stop
Greetings. I've got some questions regarding perl modules.
I have an old widget called Sybase::Login. Because I need it for some
other things, I'm generalizing it, and removing it's dependency on
Sybase. The current module functionality will be replaced by (I
propose) Tk::Login (a generalized log
Hi,
We're writing a Perl
module which will interact with www.authentidate.com, an online
timestamping service. We're planning to give people a pretty full
feature/hook range for uploading, stamping, and viewing and manipulating their
accounts through the module.
I'd like to use the
na