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

NAME

Data::Hopen::HopenFileKit - Kit to be used by a hopen file

SYNOPSIS

This is a special-purpose test kit used for interpreting hopen files. See "_run_phase" in Data::Hopen::App. Usage:

    use Data::Hopen::HopenFileKit "<filename>"[, other args]

<filename> is the name you want to use for the package using this module, and will be loaded into constant $FILENAME in that package.

[other args] are per Exporter, and should be omitted unless you really know what you're doing!

FUNCTIONS

_language_import

import() routine for the fake "language" package

Create a package "language" so that the calling package can invoke it.

import

Set up the calling package. See "SYNOPSIS" for usage.