in reply to RFC: MooX::Role::Reconstruct (was MooX::Restore)

Hint: use pod2markdown to make the docs more obvious:
pod2markdown lib/MooX/Role/Reconstruct.pm > README.md
But of course that external page may change, so it's much better do describe here what the purpose of this module is.

Replies are listed 'Best First'.
Re^2: RFC: MooX::Role::Reconstruct (was MooX::Restore)
by Loops (Curate) on Nov 03, 2014 at 10:47 UTC

    Hi Arunbear,

    Thanks for mentioning Pod::Markdown, it was new to me. But i'm curious why you prefer it in this case over simply:

    perldoc lib/MooX/Role/Reconstruct.pm
    Update: Ah, I see. A Readme in the root for users.. (github will also display it).