1package
2  DES;
3
4require Exporter;
5require DynaLoader;
6@ISA = qw(Exporter DynaLoader);
7# Items to export into callers namespace by default
8# (move infrequently used names to @EXPORT_OK below)
9@EXPORT = qw(
10);
11# Other items we are prepared to export if requested
12@EXPORT_OK = qw(
13crypt
14);
15
16# Preloaded methods go here.  Autoload methods go after __END__, and are
17# processed by the autosplit program.
18bootstrap DES;
191;
20__END__
21