Directory.pm 99 B

1234567
  1. package NIC::Bridge::Directory;
  2. use strict;
  3. use warnings;
  4. use parent qw(NIC::Bridge::NICType);
  5. 1;