NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Hard to say... (Score:1)
Ordinary morality is for ordinary people. -- Aleister Crowley
Re:Hard to say... (Score:1)
Sure...Each of these are in a seperate file:
In the test suite:
use_ok('C') .... ok
In a seperate test file:
use_ok('P');
Fails 'Can't find package method mk_accessors via package 'C'.
On the other hand if I change P from 'use P' to 'require P' it works.