Re: Module submission CGI::Kwiki

2003-03-30 Thread Brian Ingerson
On 31/03/03 08:57 +0800, Autrijus Tang wrote: > On Mon, Mar 31, 2003 at 01:15:11AM +0200, Perl Authors Upload Server wrote: > > The following module was proposed for inclusion in the Module List: > > > > modid: CGI::Kwiki > > DSLIP: cdpOp > > description: Create an extendible Wik

Re: Module submission Module::Include

2003-03-30 Thread Brian Ingerson
On 30/03/03 11:34 +0200, Arthur Bergman wrote: > > On söndag, mar 30, 2003, at 00:52 Europe/Stockholm, Perl Authors Upload > Server wrote: > > > > > Module::Include allows you to upstream duplication in Perl > > projects. It stores code both inline (between #include and #end > > stat

Re: Fw: PAUSE Indexer report I/IN/INGY/only-0.10.tar.gz

2003-02-19 Thread Brian Ingerson
On 18/02/03 23:54 +0100, Andreas J. Koenig wrote: > >>>>> On Tue, 18 Feb 2003 13:09:04 -0800, Brian Ingerson <[EMAIL PROTECTED]> said: > > > On 18/02/03 21:54 +0100, Andreas J. Koenig wrote: > >> >>>>> On Tue, 18 Feb 200

Re: Fw: PAUSE Indexer report I/IN/INGY/only-0.10.tar.gz

2003-02-18 Thread Brian Ingerson
On 18/02/03 21:54 +0100, Andreas J. Koenig wrote: > >>>>> On Tue, 18 Feb 2003 11:59:12 -0800, Brian Ingerson <[EMAIL PROTECTED]> said: > > > I think that PAUSE should ignore everything under t/. > > So true! Fixed in rev 188 So does this mean I don&#

Fw: PAUSE Indexer report I/IN/INGY/only-0.10.tar.gz

2003-02-18 Thread Brian Ingerson
- Forwarded message from PAUSE <[EMAIL PROTECTED]> - From: PAUSE <[EMAIL PROTECTED]> Date: Tue, 18 Feb 2003 09:54:29 +0100 To: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: PAUSE Indexer report I/IN/INGY/only-0.10.tar.gz The following report has been written by the PAUSE namespace indexer

Re: PAUSE ID request

2002-02-17 Thread Brian Ingerson
r of this module > > PING Net::Ping** PAUSE ID isn't author of this module > > NI-S NIS::DBM ** PAUSE ID isn't author of this module > > .. > > I'm stopping after a casual perusal of the authors tree from Z to N. > >

Re: PAUSE ID request

2002-02-08 Thread Brian Ingerson
On 08/02/02 13:58 -, DataBuilt PAUSE wrote: > Name: DataBuilt, Inc > Email: [EMAIL PROTECTED] > Requested PAUSE ID: DBI > > Planning on contributing various modules concerning text processing, data > management, etc. > > Current PAUSE authors reflected under this ID include: > > INGY

RFC for YAML namespace

2001-05-16 Thread Brian Ingerson
Modules, YAML (Yet Another Markup Language) is a newly developing markup language that is optimized for human readability, parse speed, and interaction with scripting languages like Perl and Python. It is being developed by Clark C Evans and myself. See http://www.yaml.org YAML is surprisingly c

Request for Data::Denter

2001-04-27 Thread Brian Ingerson
"Small::Example"; yields: %Small::Example baz => Bozo the Clown bar => @ happy ? @ sad foo => 42 INFORMATION: For more information on Data::Denter, see 'perldoc Data::Denter'. Please send questi

RFC for Inline::Files namespace

2001-02-22 Thread Brian Ingerson
I'm working on a module that will allow you to have multiple DATA-like file handles in your Perl script. This is not yet complete but will look something like: 8< use Inline::Files; while () { # process BAR file } while (Foo) { while () { # process next Foo file } }

Re: Respecting the Inline namespace

2000-12-21 Thread Brian Ingerson
Johan Vromans wrote: > On Wed, Dec 20, 2000 at 07:19:59PM -0800, Brian Ingerson wrote: > >> My concern is that people will want to take over namespaces like >> Inline::COBOL without consulting the Inline community. > > > Why are you afraid that people will

Respecting the Inline namespace

2000-12-20 Thread Brian Ingerson
find the advice and assistance needed to make your module a success. The Inline community will decide if your implementation of COBOL will be distributed as the official Inline::COBOL or should use an alternate namespace. In matters of dispute, I (Brian Ingerson) retain final authority. (and I hope

RFC for new module Inline::CPR

2000-11-30 Thread Brian Ingerson
Inline.pm makes it easy to *extend* Perl with C. But what about embedding Perl in C? As I thought about this problem I came up with an entirely new programming language: CPR (C Perl Run). CPR is just like C except that you have access to the entire internals of Perl using either the Perl5 API, or

RFC for new module Inline::C

2000-11-30 Thread Brian Ingerson
Sorry. Clicked 'send' too soon. Here's the DSLI info: Inline::C bdpO Write C extensions in Perl the easy way INGY See: http://www.xray.mpe.mpg.de/mailing-lists/modules/2000-11/msg00463.html Thanks, Brian

RFC for new module Inline::C

2000-11-30 Thread Brian Ingerson
I am preparing the next major release of Inline.pm. One important features of this release is to provide support for easily adding new languages to Inline. In doing so, I needed to separate the rather hard-wired workings of C support from the generic Inline code. This has left me with a new modu