Release commit for 0.003006
[scpubgit/Object-Remote.git] / t / fatnode.t
CommitLineData
e454581e 1use strict;
2use warnings;
3
4use strictures 1;
5use Test::More;
6
7plan tests => 1;
8
9require Object::Remote::FatNode;
10my $data = do {
11 no warnings 'once';
12 $Object::Remote::FatNode::DATA;
13};
14
15ok $data !~ m|MODULELOADER_HOOK|mx,'MODULELOADER_HOOK should not be in the fatpack.';