The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

header - re-exporting the set of standard perl pragmas

SYNOPSIS

    use header;

    # or re-export

    sub import {
        header->import( -caller => caller );
    }

DESCRIPTION

ATTRIBUTES

METHODS

SEE ALSO