package Wrap::PDL; use PDL; use base 'Exporter'; # for simplicity... sub my_method { # Code } 1;