Re: On naming new module for the eBay API

2022-08-25 Thread Dan Book
On Thu, Aug 25, 2022 at 2:11 PM David Shere wrote: > I am considering contributing a new module for using the eBay API. I have > read this https://pause.perl.org/pause/query?ACTION=pause_namingmodules > and have noted the existence of several other eBay API modules including > N

On naming new module for the eBay API

2022-08-25 Thread David Shere
I am considering contributing a new module for using the eBay API. I have read this https://pause.perl.org/pause/query?ACTION=pause_namingmodules and have noted the existence of several other eBay API modules including Net::eBay and eBay::API. I also see the discussion last month on this list

Re: New module: Type::Tie::Full

2021-04-30 Thread Dan Book
On Fri, Apr 30, 2021 at 4:23 AM Asher Gordon wrote: > Hello, > > I'm writing a new module that exports a similar interface to Type::Tie, > but performs a type check on the entire variable each time it is > changed. Obviously, this is much more expensive, but it can be use

New module: Type::Tie::Full

2021-04-30 Thread Asher Gordon
Hello, I'm writing a new module that exports a similar interface to Type::Tie, but performs a type check on the entire variable each time it is changed. Obviously, this is much more expensive, but it can be useful for types like Types::Standard::Dict in cases where speed is not very impo

Re: New module: Text::Wrap::OO

2021-04-06 Thread Asher Gordon
Hi Joey, Joey Kelly writes: > You ought to put it in git, no doubt (and everything else you write). For sure. I'll release the git repository at the same time as the module on CPAN. When I said "eventually," I think I accidentally implied "in a long time," which is not what I meant. Asher --

Re: New module: Text::Wrap::OO

2021-04-06 Thread Asher Gordon
Hi Dan, Thanks for the quick reply! Dan Book writes: > It's a fine list for that purpose. You may also seek feedback on > https://perldoc.perl.org/perlcommunity#IRC or > https://www.reddit.com/r/perl/. Ok, thanks. > The name and design seem fine to me. Just beware providing so many > options

Re: New module: Text::Wrap::OO

2021-04-06 Thread Joey Kelly
On April 6, 2021 11:15:45 AM MST, Asher Gordon wrote: >Hi everyone, > >I have just written my first Perl module (that I'm going to release). >It >is an object oriented interface to Text::Wrap. My question is, what do >you think of the name? Is it a good name, descriptive enough? And do >you >have

Re: New module: Text::Wrap::OO

2021-04-06 Thread Dan Book
On Tue, Apr 6, 2021 at 2:19 PM Asher Gordon wrote: > Hi everyone, > > I have just written my first Perl module (that I'm going to release). It > is an object oriented interface to Text::Wrap. My question is, what do > you think of the name? Is it a good name, descriptive enough? And do you > have

New module: Text::Wrap::OO

2021-04-06 Thread Asher Gordon
Hi everyone, I have just written my first Perl module (that I'm going to release). It is an object oriented interface to Text::Wrap. My question is, what do you think of the name? Is it a good name, descriptive enough? And do you have any other advice for releasing my first module? I don't curren

naming help for new module Net::Fritz

2016-06-08 Thread Christian Garbs
ure… I'd add a notice to the documentation saying something like "This package contains some code to talk the TR064 protocol. If anybody with knowledge of this protocol can identify these parts, I'm happy to extract them to a new module (eg. Protocol::TR064)." Splitting off parts of

New module proposal: Linux::RTC::Ioctl

2016-05-15 Thread Timothy Madden
Hello I would like to upload a new Linux module for access to the Real Time Clock (RTC) driver using ioctl calls. I use it for the wake-up alarm than can power on the computer over night for maintenance tasks. https://github.com/terminatorul/Linux-RTC-Ioctl As I am by no means an expert on Linu

Re: naming a new module

2014-05-14 Thread Karen Etheridge
On Wed, May 14, 2014 at 12:47:50PM +0100, David Cantrell wrote: > > These existing modules do the same thing, only slower, less > > completely, and less correctly: > > Instead of "less completely and less correctly" they might just have a > different definition of what is correct. I don't think t

Re: naming a new module

2014-05-14 Thread David Cantrell
On Mon, May 12, 2014 at 05:09:27PM -0700, Greg Lindahl wrote: > We're open-sourcing our module that generates the basedomain of a > hostname, i.e. ic.ac.uk or blekko.com. We need a name. > > These existing modules do the same thing, only slower, less > completely, and less correctly: > > Mozill

Re: naming a new module

2014-05-12 Thread Aristotle Pagaltzis
* Greg Lindahl [2014-05-13 02:10]: > We're open-sourcing our module that generates the basedomain of a > hostname, i.e. ic.ac.uk or blekko.com. We need a name. > > These existing modules do the same thing, only slower, less > completely, and less correctly: > > Mozilla::PublicSuffix > Domain::Pu

naming a new module

2014-05-12 Thread Greg Lindahl
We're open-sourcing our module that generates the basedomain of a hostname, i.e. ic.ac.uk or blekko.com. We need a name. These existing modules do the same thing, only slower, less completely, and less correctly: Mozilla::PublicSuffix Domain::PublicSuffix ParseUtil::Domain IO::Socket::SSL::Pu

Re: new module - Mail::DMARC

2013-05-02 Thread Pedro Melo
Hi, On Sun, Apr 28, 2013 at 5:42 PM, Matt Simerson wrote: > > I am coordinating with Davide Migliavacca, author of the > Mail::DMARC::libopendmarc module. His module is an XS interface to > libopendmarc. We've both like the idea of having Mail::DMARC be merely an > interface, and putting my perl

new module - Mail::DMARC

2013-05-01 Thread Matt Simerson
I am packing up some code I wrote for another project as a perl module. The code is a DMARC implementation in perl, so the obvious name seems to be: Mail::DMARC I am coordinating with Davide Migliavacca, author of the Mail::DMARC::libopendmarc module. His module is an XS interface to libopend

Re: new module version

2012-10-29 Thread Mikhail Che
David Cantrell wrote 2012-10-29 19:56: On Mon, Oct 29, 2012 at 04:19:56PM +0500, Mikhail Che wrote: Shlomi Fish wrote 2012-10-29 16:03: metacpan.org is now preferable over search.cpan.org . Nice. But is there command line utility like cpan for install from metacpan.org? No. There isn't o

Re: new module version

2012-10-29 Thread David Cantrell
On Mon, Oct 29, 2012 at 04:19:56PM +0500, Mikhail Che wrote: > Shlomi Fish wrote 2012-10-29 16:03: > >metacpan.org is now preferable over search.cpan.org . > Nice. But is there command line utility like cpan for install from > metacpan.org? No. There isn't one for installing from search.cpan.org

Re: new module version

2012-10-29 Thread David Cantrell
On Mon, Oct 29, 2012 at 01:03:08PM +0200, Shlomi Fish wrote: > It's there now - http://search.cpan.org/dist/lib-remote/ . Note that generally > metacpan.org is now preferable over search.cpan.org . Note that this is a matter of opinion, not of fact. -- David Cantrell | Enforcer, South London Li

Re: new module version

2012-10-29 Thread Mikhail Che
Shlomi Fish wrote 2012-10-29 16:03: On Mon, 29 Oct 2012 14:31:03 +0500 Mikhail Che wrote: Shlomi Fish wrote 2012-10-29 14:07: Hi Mikhail, On Mon, 29 Oct 2012 13:28:33 +0500 Mikhail Che wrote: Hi Shlomi Shlomi Fish wrote 2012-10-29 13:05: Hi Mikhail, On Mon, 29 Oct 2012 12:42:39 +0500 M

Re: new module version

2012-10-29 Thread Shlomi Fish
On Mon, 29 Oct 2012 14:31:03 +0500 Mikhail Che wrote: > Shlomi Fish wrote 2012-10-29 14:07: > > > Hi Mikhail, > > > > On Mon, 29 Oct 2012 13:28:33 +0500 > > Mikhail Che wrote: > > > >> Hi Shlomi Shlomi Fish wrote 2012-10-29 13:05: > >> > >>> Hi Mikhail, On Mon, 29 Oct 2012 12:42:39 +0500 Mikhai

Re: new module version

2012-10-29 Thread Mikhail Che
Eirik Berg Hanssen wrote 2012-10-29 14:45: On Mon, Oct 29, 2012 at 9:28 AM, Mikhail Che wrote: Is this module yours? Are you the owner of this namespace? What is this module? Yes, is my module lib::remote. I did upload version 0.01 and send register namespace request http://www.nntp.perl.or

Re: new module version

2012-10-29 Thread Mikhail Che
Eirik Berg Hanssen wrote 2012-10-29 14:45: On Mon, Oct 29, 2012 at 9:28 AM, Mikhail Che wrote: Is this module yours? Are you the owner of this namespace? What is this module? Yes, is my module lib::remote. I did upload version 0.01 and send register namespace request http://www.nntp.perl.or

Re: new module version

2012-10-29 Thread Eirik Berg Hanssen
On Mon, Oct 29, 2012 at 9:28 AM, Mikhail Che wrote: > >> Is this module yours? Are you the owner of this namespace? >> What is this module? >> > > Yes, is my module lib::remote. I did upload version 0.01 and send register > namespace request http://www.nntp.perl.org/**group/perl.modules/2012/10/**

Re: new module version

2012-10-29 Thread Mikhail Che
Shlomi Fish wrote 2012-10-29 14:07: Hi Mikhail, On Mon, 29 Oct 2012 13:28:33 +0500 Mikhail Che wrote: Hi Shlomi Shlomi Fish wrote 2012-10-29 13:05: Hi Mikhail, On Mon, 29 Oct 2012 12:42:39 +0500 Mikhail Che wrote: Hi, How to apply new version for uploaded module? PAUSE indexer status OK

Re: new module version

2012-10-29 Thread Shlomi Fish
Hi Mikhail, On Mon, 29 Oct 2012 13:28:33 +0500 Mikhail Che wrote: > Hi Shlomi > > Shlomi Fish wrote 2012-10-29 13:05: > > > Hi Mikhail, > > > > On Mon, 29 Oct 2012 12:42:39 +0500 > > Mikhail Che wrote: > > > >> Hi, How to apply new version for uploaded module? PAUSE indexer > >> status > >>

Re: new module version

2012-10-29 Thread Mikhail Che
Hi Shlomi Shlomi Fish wrote 2012-10-29 13:05: Hi Mikhail, On Mon, 29 Oct 2012 12:42:39 +0500 Mikhail Che wrote: Hi, How to apply new version for uploaded module? PAUSE indexer status OK. Is this module yours? Are you the owner of this namespace? What is this module? Yes, is my module l

Re: new module version

2012-10-29 Thread Shlomi Fish
Hi Mikhail, On Mon, 29 Oct 2012 12:42:39 +0500 Mikhail Che wrote: > Hi, > > How to apply new version for uploaded module? PAUSE indexer status OK. > Is this module yours? Are you the owner of this namespace? What is this module? > Why my on PAUSE is empty? Which one? > > Always for new

new module version

2012-10-29 Thread Mikhail Che
Hi, How to apply new version for uploaded module? PAUSE indexer status OK. Why my on PAUSE is empty? Always for new versions? Thanks. --- Regards, Mikhail (MCHE)

Re: Taking another swing [was: New module naming]

2011-11-11 Thread Nicholas Clark
On Tue, Nov 08, 2011 at 07:45:25AM +0100, Zbigniew Lukasiak wrote: > On Tue, Nov 8, 2011 at 2:22 AM, Aristotle Pagaltzis wrote: > > ... > > > In the real world people learn by copy-pasting code and tweaking until > > it seems to do what they wanted. Every code example should be as close > > to r

Re: New module naming

2011-11-08 Thread Shlomi Fish
Hello Sawyer, On Tue, 8 Nov 2011 17:38:56 +0200 sawyer x wrote: > Wow this has turned into a monster thread... ouch. > > On Mon, Nov 7, 2011 at 7:42 PM, Shlomi Fish wrote: > > The problem is that using my $a and my $b will prevent the built-in $a and > > $b > > from being used and as a result

Re: New module naming

2011-11-08 Thread sawyer x
Wow this has turned into a monster thread... ouch. On Mon, Nov 7, 2011 at 7:42 PM, Shlomi Fish wrote: > Hi Sawyer, > Hey. :) The problem is that using my $a and my $b will prevent the built-in $a and > $b > from being used and as a result is a bad idea. We should make sure that > synopses and

New module naming

2011-11-08 Thread Trystan
Hi. I've written few libraries I'd like to release on CPAN and I'm looking for some advice on how to name them. I found this idea in Head First OOA&D, chapter 5. It's somewhat like a very simple version of Key-Value Coding

Re: Taking another swing [was: New module naming]

2011-11-07 Thread Zbigniew Łukasiak
On Tue, Nov 8, 2011 at 2:22 AM, Aristotle Pagaltzis wrote: ... > In the real world people learn by copy-pasting code and tweaking until > it seems to do what they wanted. Every code example should be as close > to real working code as possible, ideally *should* be real working code; > or else so

Re: New module naming

2011-11-07 Thread Eirik Berg Hanssen
On Mon, Nov 7, 2011 at 12:36 PM, sawyer x wrote: > This is a case where $a and $b makes absolute sense. It is also the same > case as Perl's sort() function that uses $a and $b to indicate two values > of the same importance. ... except declaring them as lexicals still _breaks_ their use in s

Re: New module naming

2011-11-07 Thread Eirik Berg Hanssen
On Mon, Nov 7, 2011 at 9:28 PM, Bob Parker wrote: > > In this particular case, pretty much everyone clearly understood that what > was given was a GENERIC EXAMPLE, not real code. It didn't call for code > review, comment or criticism on the use of variables or their naming. What > was requested w

Re: Taking another swing [was: New module naming]

2011-11-07 Thread Aristotle Pagaltzis
* Bob Parker [2011-11-08 04:55]: > "Aristotle" you are, by your words and deeds in this thread, what was > known in my days in school as a bully. Apparently age and so-called > maturity has not changed that. Hating Shlomi does not justify bullying him and painting me as the bully for not letting

Re: Taking another swing [was: New module naming]

2011-11-07 Thread Bob Parker
uch of the mailing list's time. If you have anything further to say, you can say it privately. -Original Message- From: Aristotle Pagaltzis Date: Tue, 8 Nov 2011 02:22:15 +0100 To: Perl Module Authors List Subject: Re: Taking another swing [was: New module naming] >* Bob Parker

Re: Taking another swing [was: New module naming]

2011-11-07 Thread Aristotle Pagaltzis
* Bob Parker [2011-11-08 00:30]: > Clearly you are another fanboy of Shlomi's. You found me out. I am two days short of proposing gay marriage to him. > * Aristotle Pagaltzis [2011-11-07 23:50]: > >* sawyer x [2011-11-07 12:40]: > >>This is a case where $a and $b makes absolute sense. It is al

Re: Taking another swing [was: New module naming]

2011-11-07 Thread Bob Parker
Clearly you are another fanboy of Shlomi's. -Original Message- From: Aristotle Pagaltzis Date: Mon, 7 Nov 2011 23:46:02 +0100 To: Perl Module Authors List Subject: Taking another swing [was: New module naming] >* sawyer x [2011-11-07 12:40]: >> * Shlomi Fish [20

Re: Politics & Personalities - was Re: New module naming

2011-11-07 Thread Aristotle Pagaltzis
* Bob Parker [2011-11-07 22:15]: > Perhaps you are a fan of the guy, perhaps not - I don't know you. Perhaps it doesn’t even matter. Perhaps you can be a decent person to someone you dislike. > What I do know is that for the past several years, I have seen what > should have been basic and comm

Taking another swing [was: New module naming]

2011-11-07 Thread Aristotle Pagaltzis
* sawyer x [2011-11-07 12:40]: > * Shlomi Fish [2011-11-07 18:45]: > > You shouldn't call lexical variables "$a" and "$b": > > That was a completely pointless comment, Shlomi. Only in sending it to the list instead of as a private comment, and in his way of stating it – as a do-not instead of a

Re: New module naming

2011-11-07 Thread Trystan
> Uhm. So when would I ever use this over a simple hash? Well I used it because the application I'm working on has a data model with a lot of variation (I did this instead of creating a massive class hierarchy). The accessors are the hash key scalar string. The 'equals' and 'contains' methods are

Politics & Personalities - was Re: New module naming

2011-11-07 Thread Bob Parker
From: Eirik Berg Hanssen Reply-To: Date: Mon, 7 Nov 2011 21:39:15 +0100 To: Bob Parker Cc: Shlomi Fish , Perl Module Authors List Subject: Re: New module naming > On Mon, Nov 7, 2011 at 9:28 PM, Bob Parker wrote: >> >> In this particular case, pretty much everyone cle

Re: New module naming

2011-11-07 Thread Bob Parker
-Original Message- From: Shlomi Fish Date: Mon, 7 Nov 2011 19:42:35 +0200 To: sawyer x Cc: Perl Module Authors List Subject: Re: New module naming >Hi Sawyer, > >On Mon, 7 Nov 2011 13:36:58 +0200 >sawyer x wrote: > >> On Mon, Nov 7, 2011 at 10:07 AM,

Re: New module naming

2011-11-07 Thread Trystan
On Mon, Nov 7, 2011 at 12:39 PM, Aristotle Pagaltzis wrote: > * Trystan [2011-11-06 23:30]: > > I found this idea in Head First > > OOA&D, chapter 5. It's > > somewhat like a very simple version of Key-Value > > Coding< > http://developer.apple.com/library/

Re: New module naming

2011-11-07 Thread Aristotle Pagaltzis
* Trystan [2011-11-06 23:30]: > I found this idea in Head First > OOA&D, chapter 5. It's > somewhat like a very simple version of Key-Value > Coding

Re: New module naming

2011-11-07 Thread Shlomi Fish
Hi Sawyer, On Mon, 7 Nov 2011 13:36:58 +0200 sawyer x wrote: > On Mon, Nov 7, 2011 at 10:07 AM, Shlomi Fish wrote: > > > > > You shouldn't call lexical variables "$a" and "$b": > > > > That was a completely pointless comment, Shlomi. > > He's trying to showcase an action on two objects that

Re: New module naming

2011-11-07 Thread Trystan
> What about Object::KVC, Object::KVC::String, Object::KVC::List? KVC it is. I had actually been considering that. In the Object::Generic documentation the author says his module should have been in the "Class::" namespace. What is the difference between the Object:: namespace and Class:: name

Re: New module naming

2011-11-07 Thread sawyer x
On Mon, Nov 7, 2011 at 10:07 AM, Shlomi Fish wrote: > > You shouldn't call lexical variables "$a" and "$b": > That was a completely pointless comment, Shlomi. He's trying to showcase an action on two objects that have the exact same level of importance and relevance. Calling them $a and $b is t

Re: New module naming

2011-11-07 Thread Serguei Trouchelle
What about Object::KVC, Object::KVC::String, Object::KVC::List? Trystan wrote: I found this idea in Head First OOA&D , chapter 5. It's somewhat like a very simple version of Key-Value Coding

Re: New module naming

2011-11-07 Thread Shlomi Fish
Hi Trystan, On Sun, 6 Nov 2011 16:28:03 -0600 Trystan wrote: > Hi. I've written few libraries I'd like to release on CPAN and I'm looking > for some advice on how to name them. > > I found this idea in Head First OOA&D, > chapter 5. It's somewhat like a v

New module naming

2011-11-06 Thread Trystan
Hi. I've written few libraries I'd like to release on CPAN and I'm looking for some advice on how to name them. I found this idea in Head First OOA&D, chapter 5. It's somewhat like a very simple version of Key-Value Coding

Re: Re: Naming a new module USB::Descriptor?

2011-08-05 Thread Brandon Fosdick
On 07/22/64 11:59 , David Cantrell wrote: > I'd have thought that Device::USB::Descriptor would be a good place, with no > need for a further ::Device. Underneath that you could have things like > D::U::Descriptor::HID, D::U::Descriptor::Storage or whatever. Actually, a USB descriptor set is a

Re: Naming a new module USB::Descriptor?

2011-08-03 Thread David Cantrell
On Mon, Aug 01, 2011 at 10:59:35AM -0700, Brandon Fosdick wrote: > My day job has me manually creating descriptors for USB devices more often > than I care to, so I've created a module for auto-generating said > descriptors. The resulting object tree can then be output as a structure > suitable

Naming a new module USB::Descriptor?

2011-08-01 Thread Brandon Fosdick
I sent this to modu...@perl.org, but didn't get a response. So, I'm trying here. My day job has me manually creating descriptors for USB devices more often than I care to, so I've created a module for auto-generating said descriptors. The resulting object tree can then be output as a structure s

new module/namespace query

2010-12-05 Thread Narbey Derbekyan
Greetings, I'm in the process of finishing a module for reading data from a Velleman PPS10 oscilloscope and would like some input on naming it. There already exist some modules that interface with other Velleman products and are under the Device::Velleman namespace. For example: De

new module/namespace query

2010-12-04 Thread Narbey Derbekyan
Greetings, I'm in the process of finishing a module for reading data from a Velleman PPS10 oscilloscope and would like some input on naming it. There already exist some modules that interface with other Velleman products and are under the Device::Velleman namespace. For example: Dev

Re: advice on submitting new module

2010-08-26 Thread Kartik Thakore
, Ben Bimber wrote: Hello, I am trying to submit a new module for the first time and would like to be sure I'm doing everything correctly. The module itself is extremely simple: one file written in pure perl (attached). I followed what I believe I needed to create in terms of other files

New module tentatively named MediaWiki::Bot::Shell

2010-07-28 Thread Mike.lifeguard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, I've been doing some work on MediaWiki::Bot, which already had a namespace decided for me. Now, I'm writing a shellish interface to it so users can interactively give commands, which I bet could/should be called MediaWiki::Bot::Shell, though I'

Re: New module - perl API for Slideshare

2010-06-01 Thread David Precious
On Tuesday 01 June 2010 17:02:33 Ashish Mukherjee wrote: > Hi, > > I am working on a new module to provide an API for the Slideshare Web > Service. Don't see any similar module on CPAN or discussed on the lists. I > was considering naming it WWW::SlideShare. Does this s

New module - perl API for Slideshare

2010-06-01 Thread Ashish Mukherjee
Hi, I am working on a new module to provide an API for the Slideshare Web Service. Don't see any similar module on CPAN or discussed on the lists. I was considering naming it WWW::SlideShare. Does this seem appropriate? Any other feedback/suggestion? - Ashish

Re: Advice on new module

2010-03-25 Thread Kyle Emmons
Thanks, everyone, for the input! Net::PJLink v0.02 should have much improved tests. = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = Confidentiality Notice for North Kansas City Schools: This correspondence and any attachments are for the sole use of the intended reci

Re: Advice on new module

2010-03-23 Thread Ben Morrow
Quoth kemm...@nkcsd.k12.mo.us ("Kyle Emmons"): > Hello module authors, > > I am preparing a new module for upload to CPAN. Currently it is named > Net::PJLink, as it is an implementation of the PJLink network protocol > (used for controlling multimedia projectors). Howe

Re: Advice on new module

2010-03-23 Thread David Cantrell
On Tue, Mar 23, 2010 at 08:50:38AM -0500, Kyle Emmons wrote: > I am preparing a new module for upload to CPAN. Currently it is named > Net::PJLink, as it is an implementation of the PJLink network protocol (used > for controlling multimedia projectors). However, I read the warning at

Re: Advice on new module

2010-03-23 Thread Ryan Voots
Kyle Emmons said: > Hello module authors, > > I am preparing a new module for upload to CPAN. Currently it is named > Net::PJLink, as it is an implementation of the PJLink network protocol (used > for controlling multimedia projectors). However, I read the warning at > http

Advice on new module

2010-03-23 Thread Kyle Emmons
Hello module authors, I am preparing a new module for upload to CPAN. Currently it is named Net::PJLink, as it is an implementation of the PJLink network protocol (used for controlling multimedia projectors). However, I read the warning at https://pause.perl.org/pause/authenquery?ACTION

Re: Name Proposal for new Module (HTML::EditableTable)

2009-12-02 Thread David Precious
Andrew Espenscheid wrote: Hello, We plan to contribute modules that encapsulate the concept of an editable html table with a focus on engineering web applications. I propose the following names for the modules HTML::EditableTable > HTML::EditableTable::Horizontal HTML::EditableTable::Vertica

Re: Name Proposal for new Module (HTML::EditableTable)

2009-12-02 Thread Eric Wilhelm
# from Andrew Espenscheid # on Tuesday 01 December 2009 06:39: >I propose the following names for the modules > >HTML::EditableTable >HTML::EditableTable::Horizontal >HTML::EditableTable::Vertical Hi Andrew, The 'tableTable' part of the name is a bit of a mouthful. What about "TableEditor"? B

Name Proposal for new Module (HTML::EditableTable)

2009-12-02 Thread Andrew Espenscheid
Hello, We plan to contribute modules that encapsulate the concept of an editable html table with a focus on engineering web applications. I propose the following names for the modules HTML::EditableTable HTML::EditableTable::Horizontal HTML::EditableTable::Vertical Thanks for your considerati

Re: New module: Alien::SDL

2009-08-08 Thread Kartik Thakore
Oooh Than you. On Fri, Aug 7, 2009 at 9:02 AM, Thomas Klausner wrote: > Hi! > > On Fri, Aug 07, 2009 at 08:21:18AM -0400, Kartik Thakore wrote: > > > I have started work on Alien module similiar to the wxwidgets except for > > SDL and related libs. It purpose will be to provide details on how SD

Re: New module: Alien::SDL

2009-08-08 Thread Thomas Klausner
Hi! On Fri, Aug 07, 2009 at 08:21:18AM -0400, Kartik Thakore wrote: > I have started work on Alien module similiar to the wxwidgets except for > SDL and related libs. It purpose will be to provide details on how SDL is > installed on the host system. Moreover if SDL is missing it will download

Re: New module: Alien::SDL

2009-08-07 Thread David Golden
On Fri, Aug 7, 2009 at 8:21 AM, Kartik Thakore wrote: > either source or binaries. Since this will be my first CPAN module, how do I > upload the module? I already have a cpan account. Read the instructions: https://pause.perl.org/pause/authenquery?ACTION=pause_04about Upload here: https://paus

New module: Alien::SDL

2009-08-07 Thread Kartik Thakore
I have started work on Alien module similiar to the wxwidgets except for SDL and related libs. It purpose will be to provide details on how SDL is installed on the host system. Moreover if SDL is missing it will download either source or binaries. Since this will be my first CPAN module,

Re: New Module

2009-05-03 Thread Aristotle Pagaltzis
* Chris Dolan [2009-05-03 16:25]: > If you blog because you are inspired to say something important > to the community, then I want to read it. If you blog every > time you release a module, or just because mst told you to, > then you are just lowering the signal-to-noise ratio. > > High S/N means

Re: New Module

2009-05-03 Thread Chris Dolan
On May 3, 2009, at 6:54 AM, Aristotle Pagaltzis wrote: * Jonathan Rockway [2009-05-03 08:00]: This is why Perl people should blog more. Agreed, that helps up to a point. But you can’t natter on about *every* module at the same level of noise. I vehemently agree. At the risk of derailing t

Re: New Module

2009-05-03 Thread Aristotle Pagaltzis
* Jonathan Rockway [2009-05-03 08:00]: > * On Sat, May 02 2009, Aristotle Pagaltzis wrote: > > Yeah, if there are thousands of other programmers using a > > module, then its name can be pretty much anything. > > > > If more or less the only marketing it has is search.cpan.org > > results page, the

Re: New Module

2009-05-02 Thread Jonathan Rockway
* On Sat, May 02 2009, Aristotle Pagaltzis wrote: > * Jonathan Rockway [2009-05-01 19:15]: >> People will find your module, even if the name doesn't make >> sense. (Examples: Moose, Catalyst.) > > Yeah, if there are thousands of other programmers using a module, > then its name can be pretty much

Re: New Module

2009-05-02 Thread Aristotle Pagaltzis
* Jonathan Rockway [2009-05-01 19:15]: > People will find your module, even if the name doesn't make > sense. (Examples: Moose, Catalyst.) Yeah, if there are thousands of other programmers using a module, then its name can be pretty much anything. If more or less the only marketing it has is sea

Re: New Module

2009-05-02 Thread Ivan Wills
2009/5/2 Jonathan Rockway > * On Thu, Apr 30 2009, Ivan Wills wrote: > > > My module uses template toolkit templates. > > > > By manage I mean provide a command line tool to supply template > parameters and print > > out processed templates. My long term goal is to provide a infrastructure > to p

Re: New Module

2009-05-01 Thread Jonathan Rockway
* On Thu, Apr 30 2009, Ivan Wills wrote: > My module uses template toolkit templates. > > By manage I mean provide a command line tool to supply template parameters > and print > out processed templates. My long term goal is to provide a infrastructure to > produce > commands like catalyst.pl or

Re: New Module

2009-04-30 Thread Marco Masetti
Ivan Wills ha scritto: 2009/4/29 Andy Armstrong mailto:a...@hexten.net>> On 29 Apr 2009, at 11:59, Ivan Wills wrote: I have most converted a script that I have long used for managing templates (for files like perl files, XHTML etc) into a package that I can upload to

Re: New Module

2009-04-30 Thread Ivan Wills
2009/4/29 Andy Armstrong > On 29 Apr 2009, at 11:59, Ivan Wills wrote: > >> I have most converted a script that I have long used for managing >> templates (for files like perl files, XHTML etc) into a package that I can >> upload to CPAN. It includes a script to actually pass the templates. >> >>

Re: New Module

2009-04-29 Thread Andy Armstrong
On 29 Apr 2009, at 11:59, Ivan Wills wrote: I have most converted a script that I have long used for managing templates (for files like perl files, XHTML etc) into a package that I can upload to CPAN. It includes a script to actually pass the templates. At the moment it is called Template:

New Module

2009-04-29 Thread Ivan Wills
Hi, I have most converted a script that I have long used for managing templates (for files like perl files, XHTML etc) into a package that I can upload to CPAN. It includes a script to actually pass the templates. At the moment it is called Template::CMD. I was wondering if this is the correct/be

Re: New module idea for intranet location of ipaddresses

2008-03-07 Thread Bill Ward
On Fri, Mar 7, 2008 at 9:18 AM, Andrew Stringer <[EMAIL PROTECTED]> wrote: > I am not sure how an external config file fits with a perl module > though. Should a module be entirely self contained? Well, one way is to do the way Perl itself (Config.pm) and CPAN.pm do it - store the configuration

New module idea for intranet location of ipaddresses

2008-03-07 Thread Andrew Stringer
Hi all, 1st post to list The idea of the module I am working on comes from Max Mind's Geoip location module and the awstats log analysis package. My module does a similar thing, it allows an ipaddress to be passed and provides location info, but it is designed for use in an intranet (10.x.

Re: Choosing a name for may new module

2007-09-28 Thread Jean-Christian Hassler
Thank you very much for your time. My new quest is now the Catalyst list. Le vendredi 28 septembre 2007 à 12:47 -0500, Jonathan Rockway a écrit : > Jean-Christian Hassler wrote: > > Well... The module itself is not made specially for catalyst. I d'like > > to use it in a view for catalyst in a se

Re: Choosing a name for may new module

2007-09-28 Thread Jonathan Rockway
Jean-Christian Hassler wrote: > Well... The module itself is not made specially for catalyst. I d'like > to use it in a view for catalyst in a second time. > > Just like HTML::Template which is used in > Catalyst::View::HTML::Template . Fair enough. Regardless, I think you'll get more interest on

Re: Choosing a name for may new module

2007-09-27 Thread Jean-Christian Hassler
Well... The module itself is not made specially for catalyst. I d'like to use it in a view for catalyst in a second time. Just like HTML::Template which is used in Catalyst::View::HTML::Template . Le jeudi 27 septembre 2007 à 15:32 -0500, Jonathan Rockway a écrit : > Jean-Christian Hassler wro

Re: Choosing a name for may new module

2007-09-27 Thread Jonathan Rockway
Jean-Christian Hassler wrote: > Hello !! > > I would like to create a module to use as a view in the catalyst > framework. You should ask on the Catalyst list instead. See http://lists.scsys.co.uk/mailman/listinfo/catalyst for details. Regards, Jonathan Rockway signature.asc Descripti

Choosing a name for may new module

2007-09-27 Thread Jean-Christian Hassler
Hello !! I would like to create a module to use as a view in the catalyst framework. It's a bit like HTML::FormFu : I want to define inputs, render and validate it but I want it to be much more oriented for a web application. I want to only define the widgets (and their order of presentation) an

Proposal for new module Statistics::Gtest

2007-08-12 Thread David Fleck
I've written a small object-oriented module to calculate a G-statistic for goodness of fit, given tabular data. I'm pretty certain one doesn't exist in CPAN, but if anyone knows of such a thing, please stop me before I push it up to PAUSE. For more information about the module and what it does

New module name: Data::Catalog?

2007-03-24 Thread Andrew & Terri Hanenkamp
I'm trying to name a new module I'm building as an experiment. It's a module for building indexes of data. It attempts to create a common interface to folksonomy, taxonomy, tagging, and search systems in one place. It's an experiment because I'm not sure how well it wil

Re: RFC: new module Finance::MortgageCalculator

2006-11-07 Thread Jim Schneider
Perhaps Finance::Calculator::Mortgage? - Original Message - From: "Dmitri Tikhonov" <[EMAIL PROTECTED]> To: "Smylers" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, November 01, 2006 9:32 AM Subject: Re: RFC: new module Finance::MortgageCalculator Mo

Re: RFC: new module Finance::MortgageCalculator

2006-11-05 Thread Smylers
On November 1st Chris wrote: > Is this discount completely unique to the UK? I wouldn't've thought so. But I only know UK mortgages, and the things I mentioned weren't included by Dmitri in the description of what his module does, nor on the webpage he linked to about how to calculate USA and Ca

Re: RFC: new module Finance::MortgageCalculator

2006-11-01 Thread Chris
On Wed, 1 Nov 2006, Smylers wrote: > In the UK mortgages many also have a discounted rate for the first few > years. I had one which had a discount of 1.2% points for 2 years > followed by a premium of 0.8% points for 3 years (so paying out less > during the first couple of years after buying a h

Re: RFC: new module Finance::MortgageCalculator

2006-11-01 Thread Struan Donald
* at 31/10 22:08 -0500 Dmitri Tikhonov said: > Fellow authors, > > I intend to write a new module, Finance::MortgageCalculator, with the > express purpose of calculating mortgages. Does anyone foresee any > problem with the name? I searched CPAN for a while but have not found >

Re: RFC: new module Finance::MortgageCalculator

2006-11-01 Thread Smylers
Dmitri Tikhonov writes: > Mortgages may compound differently -- monthly (the most common in the > USA), biweekly, or semi-annually (Canadian). Or indeed daily: http://www.nationwide.co.uk/mortgage/homebuyers/intro.htm > The common thing between them is that there's still a fixed number of > p

  1   2   3   4   5   6   >