Add a utility to convert raptor timestamps back into localtime.
Lots of change to the find_public_apis.pl script, trying to get more insight
Add filename globbing to the sbs_findstr.pl script, so you can scan *compile*
package XML::XQL::Strict;
BEGIN
{
die "Can't 'use' or 'require' XML::XQL module before XML::XQL::Strict\nJust 'us' or 'require' XML::XQL::Strict instead" if ($XML::XQL::Included);
$XML::XQL::Restricted = 1;
require XML::XQL;
};
1;