Re: Question

2001-04-19 Thread darren chamberlain
[EMAIL PROTECTED] ([EMAIL PROTECTED]) said something to this effect on 04/18/2001: Hi, I have a question regarding the usage of the modules. I have written my module in: /net/project/gmi/dev/lib The name of it is: GMIPackage I am running my Perl program using that module in:

Re: Making a distribution for a new module.

2001-04-27 Thread darren chamberlain
Paul Hendryx ([EMAIL PROTECTED]) said something to this effect on 04/27/2001: Is there documentation somewhere about how to create a distribution file for a new module? I would like to share my modules with CPAN, but dont know where to start. Any help would be greatly appriciated. Try h2xs.

Re: ANNOUNCE: Nmap::Scanner 0.01

2002-02-08 Thread darren chamberlain
Max Schubert [EMAIL PROTECTED] said something to this effect on 02/08/2002: I just uploaded to my home directory on CPAN my first attempt at a CPAN release ... Nmap::Scanner. Might this belong more appropriately in the Net:: namespace? Net::Nmap, for example? (darren) -- The awful

Re: repost: RFC: CPAN::Grab

2002-03-07 Thread darren chamberlain
Quoting Kurt D. Starsinic [EMAIL PROTECTED] [Mar 07, 2002 10:28]: On Mar 07, Sam Vilain wrote: Which reminds me. Is anyone working on a CPAN debian package archive? I remember Schwern making a joke about it after Ingy's plea for PPM help at YAPC last year. Did anything ever

Re: How to run a script as part of make

2002-04-03 Thread darren chamberlain
* Randal L. Schwartz [EMAIL PROTECTED] [2002-04-03 01:08]: Hugh == Hugh S Myers [EMAIL PROTECTED] writes: Hugh To answer the last, first, make test fails unless the script Hugh is run. What I don't know is the hook the execution of the Hugh script into part, at least not in terms of

Re: RFC - vCard and vCalendar - parse generate

2003-01-03 Thread darren chamberlain
* Jay Lawrence [EMAIL PROTECTED] [2003-01-03 10:48]: I have the basics of a v* file parser/generator underway. This stemmed from my initial need to parse vCard files (because Apple's Address Book can't print and I needed my xmas card labels! *** ) and ultimately vCalendar files. These

Re: [RFC] new module proposal

2003-03-27 Thread darren chamberlain
* Enrico Sorcinelli enrico at sorcinelli.it [2003-03-27 01:10]: I wrote a simple collection of HTML/XML widget generator (like tabs, boxes, paths) using a master class and the subclasses rendering the particular elements with the same API. I searched on CPAN and apparently I've not found

Re: Class::PObject - another solution for object persistence

2003-06-18 Thread darren chamberlain
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * Sherzod Ruzmetov sherzodr at hotmail.com [2003-06-18 15:46]: I have recently uploaded Class::PObject - class framework for persistent object programming in Perl. it takes a different approach than existing libraries, interface resembling more

Re: [RFC] new module proposal - Template::Plugin::SessionManager

2003-06-20 Thread darren chamberlain
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * Enrico Sorcinelli enrico at sorcinelli.it [2003-06-20 10:29]: You can get the module here: http://pisa.pm.org/Template-Plugin-Session-0.01.tar.gz $ wget -nv http://pisa.pm.org/Template-Plugin-Session-0.01.tar.gz

Re: [RFC] new module proposal - Template::Plugin::SessionManager

2003-06-20 Thread darren chamberlain
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * Enrico Sorcinelli enrico at sorcinelli.it [2003-06-20 12:46]: Then I propose these modules: - Template::Plugin::Apache::SessionManager the TT2 wrapper around Apache::SessionManger - Template::Plugin::Session the TT2 simple wrapper around

Re: RFC Regexp::Capture

2003-06-26 Thread darren chamberlain
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * Ken Williams ken at mathforum.org [2003-06-26 18:20]: On Thursday, June 26, 2003, at 02:37 PM, Steve Grazzini wrote: There's also a pragma to make the named groups available as implicitly-declared 'my' variables. use Regexp::Capture;

Re: Class::FakeAttributes -- Opinions Wanted

2003-11-03 Thread darren chamberlain
* A. Pagaltzis pagaltzis at gmx.de [2003-11-03 17:38]: * Orton, Yves [EMAIL PROTECTED] [2003-11-03 17:27]: If the 'foo' attribute hasn't been set to anything, then you want an empty list to iterate over. With version C, that's what you get. No. If $self-{foo} is undef you get an

Re: How to indicate a dependency in my module

2003-11-10 Thread darren chamberlain
* Bruno Negrao qmail at engepel.com.br [2003-11-10 17:10]: I?m finishing to write a module, Proc::Daemontools, and it requires that the daemontools package be installed on a machine for it to work. Where must I indicate that this module have a dependency? I already wrote this on the README

Re: New modules

2003-11-13 Thread darren chamberlain
* Oliver White oliver.white at blibbleblobble.co.uk [2003-11-12 20:22]: As a first step, I was considering adding a module to read GSHHS data [a binary format for coastline data] and give it a name something like Geo::GSHHS. More info at the site:

Re: Tie::Array::Sorted

2003-11-13 Thread darren chamberlain
* Orton, Yves yves.orton at de.mci.com [2003-11-12 17:00]: /me feels silly Ach, dont be. The main reason I feel silly is that I just used Tie::IxHash yesterday. I just never made the connection... (darren) -- There is not enough love in the world to squander it on anything by human

Re: DBIx::Recordset : how to make 0.25 the most recent version?

2004-01-08 Thread darren chamberlain
* Terrence Brannon metaperl at urth.org [2004/01/08 05:59]: 1- I uploaded version 0.25 of DBIx::Recordset to supercede to 0.24 release as I am the new maintainer 2 - CPAN.pm showed 0.24 as the new release so I asked Gerald to edit the metadata on PAUSE for DBIx::Recordset, to turn it over

Re: Version Numbers

2004-01-09 Thread darren chamberlain
* David Wheeler david at kineticode.com [2004/01/08 19:46]: What's the consensus on the version numbers to give to different modules in a CPAN distribution? Lately, all the code I write has had two version numbers: $VERSION and $REVISION. I keep $VERSION up to date with the version number of

Re: optional mix-in classes

2004-01-21 Thread darren chamberlain
* Eric Wilhelm ewilhelm at sbcglobal.net [2004/01/21 10:58]: I'm trying to find a good way for CAD::Drawing::IO to determine which of the CAD::Drawing::IO::* modules are available. It sounds like what you want is to ensure that the IO::* modules are polymorphic, i.e., to ensure that they all

Re: Finding the module you want (was: New module Mail::SendEasy)

2004-02-10 Thread darren chamberlain
* Dave Rolsky autarch at urth.org [2004/02/10 09:03]: On Tue, 10 Feb 2004, A. Pagaltzis wrote: * It's better to have comparative articles than module centric reviews; they're also less susceptible to manipulation. I think these are great. The problem is they're a lot of work. I've

Re: Finding the module you want (was: New module Mail::SendEasy)

2004-02-10 Thread darren chamberlain
* Eric Cholet cholet at logilune.com [2004/02/10 17:27]: Le 10 f?vr. 04, ? 16:16, darren chamberlain a ?crit : I agree with you, but, if you are already investigating software to handle a task, wouldn't you look at as many alternatives as possible? I certainly wouldn't. Rather, I would

Re: running tests

2004-04-05 Thread darren chamberlain
* Andy Lester andy at petdance.com [2004/04/02 16:59]: Sure, but even better is to run only the tests that need to be run, which is a key part of prove. You can run prove -Mblib t/mytest.t instead of the entire make test suite. $ make test TEST_FILES=t/mytest.t (darren) -- An idea is not

Re: CPAN Rating

2004-06-16 Thread darren chamberlain
* Andy Lester andy at petdance.com [2004/06/16 10:24]: On Wed, Jun 16, 2004 at 04:19:26PM +0100, Orton, Yves ([EMAIL PROTECTED]) wrote: I think part of the problem is that those with a desire to do something about it are not really in the position to do so. What do I have to patch to

Re: META.yml keywords (was: Re: Finding prior art Perl modules)

2004-07-14 Thread darren chamberlain
* Randy W. Sims ml-perl at thepierianspring.org [2004/07/14 15:11]: Fergal Daly wrote: Does META.yaml have a place for keyowrds? The spec doesn't currently provide for keywords. Is anyone generating META.yaml files by hand? I thought they were all generated (and regenerated) by

Re: CPAN and command line scripts

2004-10-14 Thread Darren Chamberlain
* Ruslan U. Zakirov cubic at acronis.com [2004/10/13 22:12]: Hello. http://search.cpan.org/~ruz/RT-Action-NotifyGroup/ has script 'sbin/rt-notify-group-admin.in' that has POD and this POD is what end-user wants more then other docs. What requirements should I satisfy if I want

Re: MySQL::Backup?

2004-10-27 Thread Darren Chamberlain
* Smylers Smylers at stripey.com [2004/10/27 07:13]: Yes, it might've been better if everything in MySQL:: had been called Database::MySQL::whatever. To take the discussion in a different direction for a moment, I'm not sure that I agree that everything in MySQL:: should be in

Re: Module Name

2004-12-27 Thread Darren Chamberlain
David Landgren wrote: Terrence Brannon wrote: I believe you can do everything that this module does using Parse::RecDescent. Maybe so, but Parse::RecDescent is slow, and that in itself is reason enough to avoid using it. You also have to write the grammar, which can take a non-trivial amount of

Re: Module::Signature issues

2006-05-11 Thread Darren Chamberlain
* James E Keenan jkeen_via_google at yahoo.com [2006/05/07 20:31]: When I manually downloaded Pod-Readme-0.08 (which still included a SIGNATURE file), I got this error message: [Downloads] 523 $ cd Pod-Readme-0.08 [Pod-Readme-0.08] 524 $ cpansign -v Executing gpg --verify --batch --no-tty

Re: Reclaiming lists.{perl,cpan}.org

2007-01-26 Thread Darren Chamberlain
On 1/26/07, Éric Cholet [EMAIL PROTECTED] wrote: Le 26 janv. 07 à 04:14, Ken Williams a écrit : Well, the list itself is indeed moved, but I can't find anyone to change lists.cpan.org to *tell* people it moved. Elaine maintains that page, but she didn't answer my emails requesting some

Sed (was Re: Package::Unicorn)

2007-02-18 Thread Darren Chamberlain
On 2/18/07, A. Pagaltzis [EMAIL PROTECTED] wrote: (If I had a nickel for every time I've wished Perl had an s///-like function that returned a modified copy instead of modifying the original string in place…) This was the impetus behind my Sed[0] module: my $a = Hello, world; my $b = sed {

Re: Module name - smoke testing automation

2007-04-15 Thread Darren Chamberlain
On 4/15/07, A. Pagaltzis [EMAIL PROTECTED] wrote: Maybe this deserves to go in some module. Yeah, File::Which. -- (darren)

Re: autoabbrev algorithm from Getopt::Long

2009-02-13 Thread Darren Chamberlain
On Fri, Feb 13, 2009 at 09:05, Johan Vromans jvrom...@squirrel.nl wrote: I could just extract the code from Getopt::Long but I think it would be a useful thing to have as a CPAN module... No problem with that, but since this is only supposed to assist typing, would't looking at readline

Re: Please help me name a module for lossy text compression

2012-12-20 Thread Darren Chamberlain
On Thu, Dec 20, 2012 at 11:09 AM, Brian Katzung bri...@kappacs.com wrote: On second thought... Text::Filter::NoPunctuation is probably better than ::Unpunctuate. ::StripPunctuation would be even more descriptive. -- Darren Chamberlain d...@sevenroot.org