Tag Archives: cpan

WebService::MobileMe uploaded to the CPAN

Just a quick post to announce a new perl module I uploaded to the CPAN the other day. It’s still to be considered alpha quality as it is lacking error checking and other such necessary stuffs but is working for … Continue reading

Posted in General | Tagged , , , | Leave a comment

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