SYNOPSIS

    In dist.ini:

     [InsertBlock::FromModule]

    In lib/Your/Module.pm (that wants to embed one or more functions):

     # INSERT_BLOCK: Function::Embeddable import
     # INSERT_BLOCK: Function::Embeddable another_func

DESCRIPTION

FUNCTIONS

 import

    A lightweight Exporter-style exporter. Supports @EXPORT and @EXPORT_OK.
    No support for tags.

SEE ALSO

    Dist::Zilla::Plugin::InsertBlock::FromModule

