Add the following packages libalgorithm-diff-perl libspiffy-perl libtext-diff-perl...
[pkg-perl] / deb-src / libspiffy-perl / libspiffy-perl-0.30 / t / exporter.t
1 package Foo;
2 use Spiffy -base;
3
4 package autouse;
5
6 use Test::More tests => 1;
7
8 is 'Foo'->can('import'), \&Exporter::import,
9     'Spiffy modules support autouse';