user-pic

Jeff Ober

  • Website: www.artfulcode.net
  • About: I am a software developer for Cox Media Group, writing Python for cash and Perl for fun.
  • Commented on Simplified error cleanup with Filter::Cleanup
    That's excellent. In retrospect, XS is a very obvious way to deal with that :)...
  • Commented on Reddit API for Perl
    Reddit::API has been renamed to Reddit::Client. Thank you for the suggestion....
  • Posted Simplified error cleanup with Filter::Cleanup to Jeff Ober

    Writing fault-tolerant programs can be a tedious exercise. Often, each step in the program logic depends on the success of the step prior, resulting in deeply nested calls to eval. Tracking the global $@ and ensuring that errors are not lost can be tricky and result in hard-to-follow logic.

  • Posted Reddit::API renamed to Reddit::Client to Jeff Ober

    To better fit CPAN's naming conventions, Reddit::API has been renamed to Reddit::Client. As there are no dependencies in the reverse lookup graph, Reddit::API is scheduled for deletion.

    Reddit::Client begins its life at 0.02 with mostly complete unit tests (thanks for the footnote, Gabor),…

  • Posted Reddit API for Perl to Jeff Ober

    I have completed the meat of a reasonably complete API wrapper for Reddit. You can grab it at https://github.com/jsober/Reddit-API.

    It is pretty simple to use, and the docs are complete, but here is the gist:

    ="prettyp…
Subscribe to feed Recent Actions from Jeff Ober

Subscribe to feed Responses to Comments from Jeff Ober

About blogs.perl.org

blogs.perl.org is a common blogging platform for the Perl community. Written in Perl and offering the modern features you’ve come to expect in blog platforms, the site is run by Dave Cross and Aaron Crane, with a design donated by Six Apart, Ltd.