dummy_foundation/lib/XML/XQL/Strict.pm
author tahirm@symbian.org
Thu, 28 May 2009 10:10:03 +0100
changeset 0 02cd6b52f378
permissions -rw-r--r--
adding synch hg to p4 & create dummy foundation structure scripts

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;