Skip to content

Instantly share code, notes, and snippets.

View dougwilson's full-sized avatar

Douglas Wilson dougwilson

View GitHub Profile
@dougwilson
dougwilson / Build.PL
Created March 13, 2011 00:32
Hypothetical Test-Reporter-Transport-Metabase-CPANTesters distribution
use Module::Build 0.36;
eval { check_cpan_reporter_config(); };
my $class = Module::Build->subclass(
class => 'My::Module::Build::WithUninstall',
code => <<' ...',
sub ACTION_uninstall {
my $self = shift;