Initial commit
[manu/RT-Extension-UserDetails.git] / lib / RT / Config_Vendor.pm
1 package RT::Config;
2
3 use strict;
4 no warnings qw(redefine);
5
6 our %META;
7
8 $META{'UserDetailsAttributes'} = { Type => 'HASH' } ;
9
10 1;