This is Joel Berger's Typepad Profile.
Join Typepad and start following Joel Berger's activity
Joel Berger
Recent Activity
@Andy, those accessors are very different.
There seems to be an under-current of people fighting for vanilla Perl objects. No fight necessary, use what is good for you, voo isn't going anywhere. that said once you love the Moo(se)* revolution, you might not want to go back :-)
Perl objects round up
This morning, I came across this discussion on Reddit. Following the lead of dams and zakame, I had been playing with p5-mop, so I decided to compare. First, here is singe's original example using Object::Tiny #!/usr/bin/env perl use v5.18; use warnings; package myBaseClass { use Object::Tiny q...
the new features of cpanm are great, but we should find a way to release the new version to CPAN so people will know about it. Github has the fix, but most people will never know!
Also the File::Temp warning surely comes from being in the directory at the end of the script. File::Temp tries to remove the temporary folder, but it can't because it is the current working directory. Adding `my $orig = getcwd;` near the top, and `chdir $orig;` near the end will fix the warning (and more importantly allow proper removal of the temporary directory).
Perl modules on CPAN and github
There has been some discussion this month about CPAN and github and how me might use them better: Brendan Byrd Neil Bowers David Golden Tim Bunce Yanick Champoux Coincidentally, I ran into a bug this week that seems related. Namely, that Config::Simple steps on the $_ variable. That is, if we ...
Joel Berger is now following The Typepad Team
Mar 16, 2013
Subscribe to Joel Berger’s Recent Activity