Skip to content

Instantly share code, notes, and snippets.

@gfx
Created September 23, 2009 04:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gfx/191704 to your computer and use it in GitHub Desktop.
Save gfx/191704 to your computer and use it in GitHub Desktop.
#!perl
use Test::LeakTrace qw(leaktrace);
for my $x (qw(Date::Manip)){
eval "use $x";
leaktrace {
eval {
$x->import();
};
} '-verbose';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment