Tag Archives: modules

Module::Signature Rocks My Socks

Just discovered the perl module Module::Signature by 唐鳳 (Audrey Tang) the other day. It’s pretty spiffy. Implementing is easy (stolen from the docs): MakeMaker: WriteMakefile( (MM->can(‘signature_target’) ? (SIGN => 1) : ()), # … original arguments … ); Module::Build: Module::Build->new( … Continue reading

Posted in General | Tagged , , , | 2 Comments