Remove the PrintingServices component from TB10.1 on wards(on behalf of dane.waby@nokia.com)
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;