[Columbus-pm] Columbus-pm Digest, Vol 29, Issue 4

Alper Yilmaz alperyilmaz at gmail.com
Wed Apr 28 08:07:00 PDT 2010


speaking of perl and web, anybody interested in giving talk on Plack
or Dancer, and about their practical use cases..

alper/yilmaz


On Wed, Apr 28, 2010 at 10:55 AM,  <columbus-pm-request at pm.org> wrote:
> Send Columbus-pm mailing list submissions to
>        columbus-pm at pm.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://mail.pm.org/mailman/listinfo/columbus-pm
> or, via email, send a message with subject or body 'help' to
>        columbus-pm-request at pm.org
>
> You can reach the person managing the list at
>        columbus-pm-owner at pm.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Columbus-pm digest..."
>
>
> Today's Topics:
>
>   1. which lib (Jonathan Hogue)
>   2. Re: which lib (Terrence Brannon)
>   3. Re: which lib (Terrence Brannon)
>   4. Re: which lib (Terrence Brannon)
>   5. PM Site and mailing list was "which lib" (Jonathan Hogue)
>   6. Re: which lib (Jonathan Hogue)
>   7. Re: which lib (Jonathan Hogue)
>   8. Re: PM Site and mailing list was "which lib" (Len Jaffe)
>   9. May meeting (Jonathan Hogue)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 28 Apr 2010 10:15:06 -0400
> From: Jonathan Hogue <jon at hogue.org>
> Subject: [Columbus-pm] which lib
> To: columbus-pm <columbus-pm at pm.org>
> Message-ID:
>        <g2zf7a7c49c1004280715o8166c998i8486843c6038427e at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Is there a way to effectively do a unix "which" on a perl library.
>
> like
>> which Test::More
> /usr/local/perl5/lib/Test/More.pm
>
> That would be cool.
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 28 Apr 2010 10:33:13 -0400
> From: Terrence Brannon <metaperl at gmail.com>
> Subject: Re: [Columbus-pm] which lib
> To: Jonathan Hogue <jon at hogue.org>
> Cc: columbus-pm <columbus-pm at pm.org>
> Message-ID:
>        <m2ja8e52b651004280733kdee5b0c8xa7a9585e57d39194 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> perl -MData::Dumper -MTest::More -e 'print Dumper \%INC'
>
> you will see $INC{Test::More} pointing to it's location
>
> regards from Boca Raton, FL! perhaps on my way to Memphis, TN!
>
> -- Terrence
>
> On Wed, Apr 28, 2010 at 10:15 AM, Jonathan Hogue <jon at hogue.org> wrote:
>> Is there a way to effectively do a unix "which" on a perl library.
>>
>> like
>>> which Test::More
>> /usr/local/perl5/lib/Test/More.pm
>>
>> That would be cool.
>> _______________________________________________
>> Columbus-pm mailing list
>> http://columbus.pm.org/
>> Columbus-pm at pm.org
>> http://mail.pm.org/mailman/listinfo/columbus-pm
>>
>
>
> ------------------------------
>
> Message: 3
> Date: Wed, 28 Apr 2010 10:33:59 -0400
> From: Terrence Brannon <metaperl at gmail.com>
> Subject: Re: [Columbus-pm] which lib
> To: Jonathan Hogue <jon at hogue.org>
> Cc: columbus-pm <columbus-pm at pm.org>
> Message-ID:
>        <w2ua8e52b651004280733ldabd1bb0vc3e9c37be0e87b82 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> In other news, replies go to the author, not hte list by default... is
> that preferred?
>
> On Wed, Apr 28, 2010 at 10:15 AM, Jonathan Hogue <jon at hogue.org> wrote:
>> Is there a way to effectively do a unix "which" on a perl library.
>>
>> like
>>> which Test::More
>> /usr/local/perl5/lib/Test/More.pm
>>
>> That would be cool.
>> _______________________________________________
>> Columbus-pm mailing list
>> http://columbus.pm.org/
>> Columbus-pm at pm.org
>> http://mail.pm.org/mailman/listinfo/columbus-pm
>>
>
>
> ------------------------------
>
> Message: 4
> Date: Wed, 28 Apr 2010 10:34:48 -0400
> From: Terrence Brannon <metaperl at gmail.com>
> Subject: Re: [Columbus-pm] which lib
> To: Jonathan Hogue <jon at hogue.org>
> Cc: columbus-pm <columbus-pm at pm.org>
> Message-ID:
>        <g2oa8e52b651004280734p673fe3d0xf8eac57ea112b204 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Also see perlbrew for managing several perls on the same machine
>
>
> ------------------------------
>
> Message: 5
> Date: Wed, 28 Apr 2010 10:39:55 -0400
> From: Jonathan Hogue <jon at hogue.org>
> Subject: [Columbus-pm] PM Site and mailing list was "which lib"
> To: Terrence Brannon <metaperl at gmail.com>
> Cc: columbus-pm <columbus-pm at pm.org>
> Message-ID:
>        <k2hf7a7c49c1004280739t3220d622s8135185722c87d76 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> probably not, but I'm not sure it's within our control.
>
> I am interested in changing the sw for the pm site. drupal is okay...
> was interested in throwing up a custom catalyst site, but that's never
> going to happen. I'm too busy.
>
> The python group is using meetup for all it's coordination. That's an
> interesting choice, since it is good marketing.
> The ruby group is using google groups (which includes a mailing list,
> which we don't need, but would give us control over this option.)
>
> What do you all think of those two options?
>
> On Wed, Apr 28, 2010 at 10:33 AM, Terrence Brannon <metaperl at gmail.com> wrote:
>> In other news, replies go to the author, not hte list by default... is
>> that preferred?
>>
>> On Wed, Apr 28, 2010 at 10:15 AM, Jonathan Hogue <jon at hogue.org> wrote:
>>> Is there a way to effectively do a unix "which" on a perl library.
>>>
>>> like
>>>> which Test::More
>>> /usr/local/perl5/lib/Test/More.pm
>>>
>>> That would be cool.
>>> _______________________________________________
>>> Columbus-pm mailing list
>>> http://columbus.pm.org/
>>> Columbus-pm at pm.org
>>> http://mail.pm.org/mailman/listinfo/columbus-pm
>>>
>>
>
>
> ------------------------------
>
> Message: 6
> Date: Wed, 28 Apr 2010 10:40:42 -0400
> From: Jonathan Hogue <jon at hogue.org>
> Subject: Re: [Columbus-pm] which lib
> To: Terrence Brannon <metaperl at gmail.com>
> Cc: columbus-pm <columbus-pm at pm.org>
> Message-ID:
>        <y2hf7a7c49c1004280740s605efff7v964f08b227fb6cf0 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Managing Perl would be nice. Stuck with what I have. Yah!
>
> On Wed, Apr 28, 2010 at 10:34 AM, Terrence Brannon <metaperl at gmail.com> wrote:
>> Also see perlbrew for managing several perls on the same machine
>>
>
>
> ------------------------------
>
> Message: 7
> Date: Wed, 28 Apr 2010 10:50:23 -0400
> From: Jonathan Hogue <jon at hogue.org>
> Subject: Re: [Columbus-pm] which lib
> To: Rob Kinyon <rob.kinyon at gmail.com>
> Cc: columbus-pm <columbus-pm at pm.org>
> Message-ID:
>        <g2pf7a7c49c1004280750n733db9d9pe41ab320485b0796 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> nice trick with the version. That's what I wanted any way.
>
> perl -ITest::More -e "print $Test::More::VERSION;" fails more than it succeeds.
>
> On Wed, Apr 28, 2010 at 10:33 AM, Rob Kinyon <rob.kinyon at gmail.com> wrote:
>> perldoc -l Test::More
>>
>> also, there's the neat "perl -MTest::More\ 9999 -e1" to tell you the
>> installed version.
>>
>> Rob
>>
>> On Wed, Apr 28, 2010 at 10:15, Jonathan Hogue <jon at hogue.org> wrote:
>>> Is there a way to effectively do a unix "which" on a perl library.
>>>
>>> like
>>>> which Test::More
>>> /usr/local/perl5/lib/Test/More.pm
>>>
>>> That would be cool.
>>> _______________________________________________
>>> Columbus-pm mailing list
>>> http://columbus.pm.org/
>>> Columbus-pm at pm.org
>>> http://mail.pm.org/mailman/listinfo/columbus-pm
>>>
>>
>>
>>
>> --
>> Thanks,
>> Rob Kinyon
>>
>
>
> ------------------------------
>
> Message: 8
> Date: Wed, 28 Apr 2010 10:54:05 -0400
> From: Len Jaffe <lenjaffe at jaffesystems.com>
> Subject: Re: [Columbus-pm] PM Site and mailing list was "which lib"
> To: Jonathan Hogue <jon at hogue.org>
> Cc: columbus-pm <columbus-pm at pm.org>
> Message-ID:
>        <r2k78e64ca1004280754q67d56654o703957d8ab7c86bf at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Catalyst-based wiki... either self-hosted, or at one of Six Apart's
> Properties like VOX....
>
> Len.
>
> On Wed, Apr 28, 2010 at 10:39 AM, Jonathan Hogue <jon at hogue.org> wrote:
>> probably not, but I'm not sure it's within our control.
>>
>> I am interested in changing the sw for the pm site. drupal is okay...
>> was interested in throwing up a custom catalyst site, but that's never
>> going to happen. I'm too busy.
>>
>> The python group is using meetup for all it's coordination. That's an
>> interesting choice, since it is good marketing.
>> The ruby group is using google groups (which includes a mailing list,
>> which we don't need, but would give us control over this option.)
>>
>> What do you all think of those two options?
>>
>> On Wed, Apr 28, 2010 at 10:33 AM, Terrence Brannon <metaperl at gmail.com> wrote:
>>> In other news, replies go to the author, not hte list by default... is
>>> that preferred?
>>>
>>> On Wed, Apr 28, 2010 at 10:15 AM, Jonathan Hogue <jon at hogue.org> wrote:
>>>> Is there a way to effectively do a unix "which" on a perl library.
>>>>
>>>> like
>>>>> which Test::More
>>>> /usr/local/perl5/lib/Test/More.pm
>>>>
>>>> That would be cool.
>>>> _______________________________________________
>>>> Columbus-pm mailing list
>>>> http://columbus.pm.org/
>>>> Columbus-pm at pm.org
>>>> http://mail.pm.org/mailman/listinfo/columbus-pm
>>>>
>>>
>> _______________________________________________
>> Columbus-pm mailing list
>> http://columbus.pm.org/
>> Columbus-pm at pm.org
>> http://mail.pm.org/mailman/listinfo/columbus-pm
>>
>
>
>
> --
> lenjaffe at jaffesystems.com   614-404-4214
> http://www.theycomewithcheese.com/ - An Homage to Fromage
> YAPC::NA 2010 in Columbus, OH - June 21-23 - http://yapc2010.com/
>
>
> ------------------------------
>
> Message: 9
> Date: Wed, 28 Apr 2010 10:55:12 -0400
> From: Jonathan Hogue <jon at hogue.org>
> Subject: [Columbus-pm] May meeting
> To: columbus-pm <columbus-pm at pm.org>
> Message-ID:
>        <l2kf7a7c49c1004280755l766c83dbs47acb72303ae374 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Will be May 20.
>
> Anyone want to give a talk on GIT? Intro to Catalyst? Finding, using,
> and writing Catalyst plugins or extensions? Anything else Perl
> related? I'm very much interested in Web perl, but anybody doing
> anything interesting that's not in the web space?
>
>
> ------------------------------
>
> _______________________________________________
> Columbus-pm mailing list
> Columbus-pm at pm.org
> http://mail.pm.org/mailman/listinfo/columbus-pm
>
> End of Columbus-pm Digest, Vol 29, Issue 4
> ******************************************
>


More information about the Columbus-pm mailing list