'required' => '0',
'min_ver' => '0.28',
},
'UNIVERSAL::can' => {
'usage' => 'SIP',
'required' => '1',
'min_ver' => '1.10',
};
1;
use CGI qw ( -utf8 );
use C4::Auth qw(&check_api_auth);
use UNIVERSAL qw(can); # make sure this is *after* C4 modules.
use UNIVERSAL::can;
use vars qw(@ISA $VERSION @EXPORT_OK);
-