<div class="gmail_quote">On Wed, Apr 21, 2010 at 5:11 PM, Robert Buels <span dir="ltr"><<a href="mailto:rmb32@cornell.edu">rmb32@cornell.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I don't get that error using that code.<br>
<br>
Are all your modules in different files? Â load_namespaces is actually based on .pm files on disk, not just package names.<br></blockquote><div><br></div><div>Separate files:</div><div><br></div><div>jkeroes@water:~/svn/modules/Integra-UBI-Schema</div>
<div>[Thu Apr 22, 00:18:21 | 526] $ tree</div><div>.</div><div>├── lib/</div><div>│  └── Integra/</div><div>│    └── UBI/</div><div>│      ├── Schema/</div><div>│      │  └── Result/</div><div>│      │    ├── ECCKT.pm</div>
<div>│      │    └── Interface.pm</div><div>│      └── Schema.pm</div><div>├── t/</div><div>│  ├── 00-load.t</div><div>│  ├── boilerplate.t</div><div>│  ├── pod-coverage.t</div><div>│  └── pod.t</div><div>
├── .cvsignore</div><div>├── Changes</div><div>├── MANIFEST</div><div>├── Makefile.PL</div><div>└── README</div><div><br></div><div>6 directories, 12 files</div></div>