NAME

PDL::Exporter - PDL export control

DESCRIPTION

Implements the standard conventions for import of PDL modules in to the namespace

Hopefully will be extended to allow fine control of which namespace is used.

SYNOPSIS

use PDL::Exporter;

use PDL::MyModule;       # Import default function list ':Func'
use PDL::MyModule '';    # Import nothing (OO)
use PDL::MyModule '...'; # Same as Exporter

AUTHOR

Copyright (C) Karl Glazebrook (kgb@aaoepp.aao.gov.au). Reproducing documentation from the pdl distribution in any way that does not include a statement telling who the original authors are is forbidden. Reproducing and/or distributing the documentation in any form that alters the text is forbidden.