in reply to Re^3: (solved) Clean smoke-test install for Inline based modules using Inline::MakeMaker
in thread Clean smoke-test install for Inline based modules using Inline::MakeMaker

I'd be inclined to put those sort of directions in a dev-readme.txt file (perhaps in the /t folder) or maybe as a "For maintainers" section in the README file rather than cluttering the POD with stuff that isn't pertinent to users.

True laziness is hard work
  • Comment on Re^4: (solved) Clean smoke-test install for Inline based modules using Inline::MakeMaker

Replies are listed 'Best First'.
Re^5: (solved) Clean smoke-test install for Inline based modules using Inline::MakeMaker
by davido (Cardinal) on Dec 16, 2011 at 04:18 UTC

    I see where you're going with that thought, and you may be right. But Inline currently does have a section entitled "Writing Modules with Inline". And it discusses the make dist topic. It's just incomplete in light of what we've been discovering the past few days. Perhaps that whole section could be split out into its own POD file similar to Inline::C-Cookbook.


    Dave