Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / i486-linux-gnu-thread-multi / autobox / universal.pm
1 package # hide from PAUSE
2     autobox::universal;
3
4 use strict;
5 use warnings;
6
7 use autobox (); # don't import()
8
9 use Exporter (); # perl 5.8.0 doesn't support "use Exporter qw(import)"
10
11 our @ISA = qw(Exporter);
12 our @EXPORT_OK = qw(type); 
13
14 1;