Re: Dpchrist::FileType

2011-03-04 Thread Mark Jason Dominus
> Dear Mark Jason Dominus: > > Please reconsider changing the name of the Dpchrist::FileType Perl > module/ distribution: > > > http://search.cpan.org/~mjd/Dpchrist-FileType-0.10/lib/Dpchrist/FileType.pm I have scheduled the modules for deletion.

Re: What hurts you the most in Perl?

2010-12-01 Thread Jason Purdy
applications (using JavaScript). IMHO, Perl is getting relegated to server-side/backend applications and when more power is getting brought to the front, it's losing mindshare/focus. - Jason http://use.perl.org/~Purdy/journal/31280 On 11/24/2010 07:01 AM, Gabor Szabo wrote: The other day I

Re: Begging for money - too tacky?

2008-07-15 Thread Jason Purdy
7;t get complete coverage. - Jason Dave Rolsky wrote: On Tue, 15 Jul 2008, David Cantrell wrote: IIRC Amazon have a donation thing. If you have an Amazon wishlist, point people at that too. About half the donations I get for CPANdeps are in the form of books and DVDs. In my case, I mostly don&#x

Naming advice: Smart Card Interface module

2006-04-14 Thread Jason McManus
, pkcs11, etc), and thus I would to like to do future-proofing as early as possible. (However, moving modules around might be just worth a separate submission later, as it would likely entail a fairly substantial rewrite..) Any advice would be appreciated. Thank you kindly, Jason McManus

Re: detecting the invoking perl

2004-12-29 Thread jason
ls::MakeMaker setup. > > Does this answer the question? > Yes it does. Cool. I was always concerned about this, but haven't had an impetus to find out what the deal was/fix it until i wanted to close out that bug. Thanks Randall and Ovid for the pointers. /me ducks now for not

detecting the invoking perl

2004-12-29 Thread jason
@"}' if $running_under_some_shell; #!/usr/bin/perl -w Andy, could you shed some light on this? I *think* this might be doing what i want, but am not quite sure. Does anyone have any thoughts? Thanks! -jason gessner [EMAIL PROTECTED]

script local namespacing?

2004-08-01 Thread Jason Adams
not conflict. This however is a personal project which I may eventually decide to distibute. I was thinking 'local:: ProgramName'? Or perhaps "program::ProgramName"? Jason Adams

new module, Data::Form::Elements

2004-07-06 Thread jason scott gessner
=> 1, errmsg => "Please provide your password." } ); ... $form->validate( %ARGS ); if ( $form->is_valid() ) { # continue logging on ... } I would appreciate any feedback, bug reports ,etc. Thanks! -jason scott gessner [EMAIL PROTECTED]

Re: [RFC] - New module proposal: JavaScript::DebugConsole

2004-05-05 Thread jason scott gessner
HTTP::Recorder has a console feature that you may want to check out as well. I know that Linda hasn't made it a separate module, but the two of you may have an interesting possibility to combine features. -jason scott gessner [EMAIL PROTECTED] On May 5, 2004, at 9:23 AM, Enrico Sorci

New Wrapper API for Data::FormValidator

2004-04-06 Thread jason scott gessner
if # something is missing or invalid. Basically, this will construct a profile for D::FV to use, but still allow easy access to the objects in the form in another part of an application. I am looking for naming ideas. I had initially thought of Data::FormValidator::API, but it lacks a certain pizazz. ;) Any thoughts? Any interest? And hello! This is my first post to the group. Thanks! -jason scott gessner [EMAIL PROTECTED]

proposed module ExtUtils::XSLink

2002-10-04 Thread Jason Adams
accces the "praent's" source when they are being built. Any way my primary question is naming the second being are there any other modules that do this? Also any changes for my interface (I'll put a simple example below)? Jason Adams Example for 2 modules Foo and Foo::

Detecting updates to installed modules?

2002-03-24 Thread Jason W May
entory function or query-for-update. Thanks, -Jason

Re: Seeking input and naming suggestions for "Validator" module

2002-01-16 Thread Jason W May
[EMAIL PROTECTED] (Mark Stosberg) writes: > Jason W May wrote: > > > > I have code in progress that provides a framework for application- > > specific data validation routines. > > Hello Jason, > > I'm the Data::FormValidator maintainer. I'm also

Seeking input and naming suggestions for "Validator" module

2002-01-10 Thread Jason W May
x27;ve scanned the other validation-related modules on CPAN (CGI::Validate, Data::FormValidator, Params::Validate and others) and none are quite what I need. * What should I call this thing? Data::Validator? Data::AutoValidator? It works with CGI, Apache and so on but it's independent from those. Any suggestions? Thanks, -Jason

Compiling Modules with the Bytecode backend.

2001-04-24 Thread Jason Leidigh
sn't find it.To finish here is a good start.  If anyone wants to help me finish and see if we can make it work all the waygreat.  I will on my own time continue..   The problem is I am try to make this work on Solaris 2.6 also with Perl 5.6.1 and no luck.any ideas? Jason Z. Leid