From mrkvnz+perl at gmail.com Mon Oct 1 18:59:38 2012 From: mrkvnz+perl at gmail.com (Mark Venz) Date: Tue, 2 Oct 2012 11:59:38 +1000 Subject: [Brisbane-pm] Perl Mongers Meeting Oct 3rd, 6pm Jumbo Interactive In-Reply-To: References: Message-ID: G'day All, As we have only one speaker, Could people provide one-liners (and/or explanations) to provoke discussion? Also, if you're not using the meetup site, for attendance indication, could you let me know if you're attending, (for catering purposes). Meetup site: http://www.meetup.com/BrisbanePM/events/82351852/ Thanks, Mark On Fri, Sep 14, 2012 at 3:47 PM, Mark Venz wrote: > G'day All, > > Announcing a Perl Mongers Meeting on the 3rd Oct, from 6pm in the > Jumbo Interactive Boardroom. > > The location is: > Level 1, 601 Coronation Drv, > Toowong > > In the tradition of using long departed landmarks, the building > (branded Vodafone) stands in the old Toowong Pool, halfway between > The Regatta and the RE, (or the Toowong train station, and Regatta > ferry stop.) Map: http://osm.org/go/ueD0y47M4- > > As Jumbo Interactive are again providing refreshments, please > indicate if you're planning to attend. > > For this meeting we have one confirmed speaker, and an available > slot. > > Fraser Tweedale is talking on Test::Builder::Clutch. > https://metacpan.org/module/Test::Builder::Clutch > As this is a 20min talk, there is time for a second talk, if anyone > is willing to put their hand-up. > > > Someone mentioned in passing "I'd love to do a talk, but I don't > know what to talk about." > > Some thoughts in that direction: > 1. Pick a module you're familiar/or not familiar with, study the > docs and put together a small tutorial, > 2. Find a problem you've solved recently, describe and explain the > solution, > 3. We all love reinforcement that Perl is the language of choice, > say why you think so, with examples, > 4. Refactor some code you wrote $PERIOD ago into modern perl -- > discuss, > 5. List some Perl One-liners you use all the time or some rarely > used hacks, describe, > 6. Produce a tutorial on a subset of tool usage, such as the > debugger, REPLs, builders > > Don't be concerned that someone might know more about the subject, > as there's bound to be someone who knows less and you'll both learn > something. > > Look forward to seeing you there, > > Mark From A.Thyssen at griffith.edu.au Mon Oct 1 19:09:32 2012 From: A.Thyssen at griffith.edu.au (Anthony Thyssen) Date: Tue, 2 Oct 2012 12:09:32 +1000 Subject: [Brisbane-pm] Perl Mongers Meeting Oct 3rd, 6pm Jumbo Interactive In-Reply-To: References: Message-ID: <20121002120932.4747ff49@chimera.itc.griffith.edu.au> On Tue, 2 Oct 2012 11:59:38 +1000 Mark Venz wrote: | G'day All, | | As we have only one speaker, | Could people provide one-liners (and/or explanations) to provoke discussion? | | Also, if you're not using the meetup site, for attendance indication, | could you let me know if you're attending, | (for catering purposes). | Meetup site: http://www.meetup.com/BrisbanePM/events/82351852/ | | Thanks, | | Mark | I wanted to go to the last meeting but was unable to attend. This time I will be there. Anthony Thyssen, Long Term Perl Programmer. SysAdmin at Griffith University. Author of the vector-real module (3d vector math operators) which links with matrix-real, but ONLY if installed (optional). Anthony Thyssen ( System Programmer ) -------------------------------------------------------------------------- Help! Police! That guy stole my .sig! STOP!!! THIEF!!! -------------------------------------------------------------------------- Anthony's Castle http://www.ict.griffith.edu.au/anthony/ From ben.kolera at gmail.com Tue Oct 2 18:16:53 2012 From: ben.kolera at gmail.com (Ben Kolera) Date: Wed, 3 Oct 2012 11:16:53 +1000 Subject: [Brisbane-pm] Perl Mongers Meeting Oct 3rd, 6pm Jumbo Interactive In-Reply-To: References: Message-ID: <03305BCADAB246188F65BBEAF94FB29C@gmail.com> Mark & Fellow Perl Mongers, Did we have any ideas about talks / discussion for the last half of the meetup? I could probably wrangle together enough content to talk about my experiences with testing apps built on DBI & DBIx::Class through a variety of methods: * Test::MockObject (mocking your DB layer out of your application) * DBD::Mock * DBD::SqLite * Test::{PostgreSQL,MySql} * Using DBIx::MultiStatementDo for setting up a schema & test data via DBI. * My opinion of the deficiencies of the current state of play and where we need to move to. Probably about 10 minutes of talk there, at most. Is that interesting to anyone? I have somewhat selfish interests for wanting to do this as it would be really nice to have someone just tell me "you fool, just use CPAN module X as it solves all of your problems already". ;) I'd be really rushing to get something together for this so it won't be perfect and we'd be better off going with something else if we can; but I'm happy to try and fill the gap at the last minute if needed. Cheers, Ben On Tuesday, 2 October 2012 at 11:59 AM, Mark Venz wrote: > G'day All, > > As we have only one speaker, > Could people provide one-liners (and/or explanations) to provoke discussion? > > Also, if you're not using the meetup site, for attendance indication, > could you let me know if you're attending, > (for catering purposes). > Meetup site: http://www.meetup.com/BrisbanePM/events/82351852/ > > Thanks, > > Mark > > On Fri, Sep 14, 2012 at 3:47 PM, Mark Venz wrote: > > G'day All, > > > > Announcing a Perl Mongers Meeting on the 3rd Oct, from 6pm in the > > Jumbo Interactive Boardroom. > > > > The location is: > > Level 1, 601 Coronation Drv, > > Toowong > > > > In the tradition of using long departed landmarks, the building > > (branded Vodafone) stands in the old Toowong Pool, halfway between > > The Regatta and the RE, (or the Toowong train station, and Regatta > > ferry stop.) Map: http://osm.org/go/ueD0y47M4- > > > > As Jumbo Interactive are again providing refreshments, please > > indicate if you're planning to attend. > > > > For this meeting we have one confirmed speaker, and an available > > slot. > > > > Fraser Tweedale is talking on Test::Builder::Clutch. > > https://metacpan.org/module/Test::Builder::Clutch > > As this is a 20min talk, there is time for a second talk, if anyone > > is willing to put their hand-up. > > > > > > Someone mentioned in passing "I'd love to do a talk, but I don't > > know what to talk about." > > > > Some thoughts in that direction: > > 1. Pick a module you're familiar/or not familiar with, study the > > docs and put together a small tutorial, > > 2. Find a problem you've solved recently, describe and explain the > > solution, > > 3. We all love reinforcement that Perl is the language of choice, > > say why you think so, with examples, > > 4. Refactor some code you wrote $PERIOD ago into modern perl -- > > discuss, > > 5. List some Perl One-liners you use all the time or some rarely > > used hacks, describe, > > 6. Produce a tutorial on a subset of tool usage, such as the > > debugger, REPLs, builders > > > > Don't be concerned that someone might know more about the subject, > > as there's bound to be someone who knows less and you'll both learn > > something. > > > > Look forward to seeing you there, > > > > Mark > _______________________________________________ > Brisbane-pm mailing list > Brisbane-pm at pm.org (mailto:Brisbane-pm at pm.org) > http://mail.pm.org/mailman/listinfo/brisbane-pm From frase at frase.id.au Tue Oct 2 18:58:49 2012 From: frase at frase.id.au (Fraser Tweedale) Date: Wed, 3 Oct 2012 11:58:49 +1000 Subject: [Brisbane-pm] Perl Mongers Meeting Oct 3rd, 6pm Jumbo Interactive In-Reply-To: <03305BCADAB246188F65BBEAF94FB29C@gmail.com> References: <03305BCADAB246188F65BBEAF94FB29C@gmail.com> Message-ID: <20121003015848.GM98310@bacardi.hollandpark.frase.id.au> On Wed, Oct 03, 2012 at 11:16:53AM +1000, Ben Kolera wrote: > Mark & Fellow Perl Mongers, > > Did we have any ideas about talks / discussion for the last half > of the meetup? I could probably wrangle together enough content to > talk about my experiences with testing apps built on DBI & > DBIx::Class through a variety of methods: > > * Test::MockObject (mocking your DB layer out of your application) > * DBD::Mock > * DBD::SqLite > * Test::{PostgreSQL,MySql} > * Using DBIx::MultiStatementDo for setting up a schema & test data via DBI. > * My opinion of the deficiencies of the current state of play and where we need to move to. > > Probably about 10 minutes of talk there, at most. > > Is that interesting to anyone? I have somewhat selfish interests > for wanting to do this as it would be really nice to have someone > just tell me "you fool, just use CPAN module X as it solves all of > your problems already". ;) > > I'd be really rushing to get something together for this so it > won't be perfect and we'd be better off going with something else > if we can; but I'm happy to try and fill the gap at the last > minute if needed. > > Cheers, > Ben > Sounds interesting to me, Ben. Regards, Fraser > > On Tuesday, 2 October 2012 at 11:59 AM, Mark Venz wrote: > > > G'day All, > > > > As we have only one speaker, > > Could people provide one-liners (and/or explanations) to provoke discussion? > > > > Also, if you're not using the meetup site, for attendance indication, > > could you let me know if you're attending, > > (for catering purposes). > > Meetup site: http://www.meetup.com/BrisbanePM/events/82351852/ > > > > Thanks, > > > > Mark > > > > On Fri, Sep 14, 2012 at 3:47 PM, Mark Venz wrote: > > > G'day All, > > > > > > Announcing a Perl Mongers Meeting on the 3rd Oct, from 6pm in the > > > Jumbo Interactive Boardroom. > > > > > > The location is: > > > Level 1, 601 Coronation Drv, > > > Toowong > > > > > > In the tradition of using long departed landmarks, the building > > > (branded Vodafone) stands in the old Toowong Pool, halfway between > > > The Regatta and the RE, (or the Toowong train station, and Regatta > > > ferry stop.) Map: http://osm.org/go/ueD0y47M4- > > > > > > As Jumbo Interactive are again providing refreshments, please > > > indicate if you're planning to attend. > > > > > > For this meeting we have one confirmed speaker, and an available > > > slot. > > > > > > Fraser Tweedale is talking on Test::Builder::Clutch. > > > https://metacpan.org/module/Test::Builder::Clutch > > > As this is a 20min talk, there is time for a second talk, if anyone > > > is willing to put their hand-up. > > > > > > > > > Someone mentioned in passing "I'd love to do a talk, but I don't > > > know what to talk about." > > > > > > Some thoughts in that direction: > > > 1. Pick a module you're familiar/or not familiar with, study the > > > docs and put together a small tutorial, > > > 2. Find a problem you've solved recently, describe and explain the > > > solution, > > > 3. We all love reinforcement that Perl is the language of choice, > > > say why you think so, with examples, > > > 4. Refactor some code you wrote $PERIOD ago into modern perl -- > > > discuss, > > > 5. List some Perl One-liners you use all the time or some rarely > > > used hacks, describe, > > > 6. Produce a tutorial on a subset of tool usage, such as the > > > debugger, REPLs, builders > > > > > > Don't be concerned that someone might know more about the subject, > > > as there's bound to be someone who knows less and you'll both learn > > > something. > > > > > > Look forward to seeing you there, > > > > > > Mark > > _______________________________________________ > > Brisbane-pm mailing list > > Brisbane-pm at pm.org (mailto:Brisbane-pm at pm.org) > > http://mail.pm.org/mailman/listinfo/brisbane-pm > > > > _______________________________________________ > Brisbane-pm mailing list > Brisbane-pm at pm.org > http://mail.pm.org/mailman/listinfo/brisbane-pm