NAME

Parrot::Configure::Messages - Introduce and conclude Parrot configuration process

SYNOPSIS

    use Parrot::Configure::Messages qw(
        print_introduction
        print_conclusion
    );

    print_introduction($parrot_version);

    print_conclusion($make_version);

DESCRIPTION

Parrot::Configure::Messages exports on demand two subroutines which print messages to STDOUT when Configure.pl is run.

SUBROUTINES

print_introduction()

print_conclusion()

NOTES

The functionality in this package was transferred from Configure.pl by Jim Keenan.

SEE ALSO

Configure.pl.