sethd.org
this is not the blog you're looking for

Resume
LinkedIn

RECENT ENTRIES

Test Coverage
Perl and Inline POD
Vim Articles (by Damian Conway)
Interesting Modules 2010-03-05
Dave Rolsky Is Right
Interesting Modules 2010-03-02
Perl Call Semantics
Interesting Modules 2010-03-01
Interesting Modules 2010-02-27
Cleaning Namespaces
Ranting About Yahoo! Mail
Interesting Modules 2010-02-24
Interesting Modules 2010-02-23
Testing A Database Intensive Application
Excellent Post About Exceptions
Interesting Modules 2010-02-22
Interesting Modules 2010-02-21
Setting Up A Windows Computer: Part 2
Los Angeles Boat Show
Interesting Modules 2010-02-19
Interesting Modules 2010-02-17
First Day at New Gig
My Favorite Hike
Initial Picasa Experience
Interesting Modules 2010-02-15
Interesting Modules 2010-02-14
Interesting Modules 2010-02-13
Leaving Oversee
Universal CityWalk
The SheevaPlug and MythTV
Interesting Modules 2010-02-11
Lucky Strike at LA Live
Log Analysis Tools: Part 1
Protocol Buffers and Perl
Perl Profiling
Blosxom and plugins
Module::Build is useful for more than bundling
Test::Builder::Module: Why am I just learning about this?
Downtown Los Angeles
Navigation
ArcLight Cinemas
This Hiking Trail
Sports Blogging
Apache 1.3 End-Of-Life
Feb 07, 2010

Test::Builder::Module: Why am I just learning about this?

So I have been writing tests for years. I've written a number of modules that do (essentially) what Test::Most does. Yet in all this time I knew nothing of Test::Builder::Module. Argh! This module makes building test modules so easy. No more

  my $caller = caller();
  eval "package $caller; use Test::More";
Instead you can use Test::Builder::Module to do a lot of this. It appears to be an extremely useful module and it's high time I start using it.

Tags: , , , .
[p] Posted @ 20:52 by Seth


This site uses the very simple and easy to use blosxom blogging software.


Advanced Search

OTHER SITES