package Useful::Stuff; use 5.6.0; use strict; use warnings; our $VERSION = 0.01; use base 'Exporter'; our @EXPORT_OK = qw( connect_ftp ); sub connect_ftp { } 1; __END__ =head1 NAME =cut