- or download this
package Xyz ;
use strict ;
use warnings ;
...
package Xyz::YAML ;
...... etc
- or download this
use Xyz ;
Xyz::XML->render() ; # this works
Class::Trait->apply($my_obj, 'Xyz::XML') ; # problems
- or download this
test render XML
Trait (Xyz::XML) could not be found : Can't locate Xyz/XML.pm ......