http://www.perlmonks.org?node_id=749040

sglai has asked for the wisdom of the Perl Monks concerning the following question:

Need help on this. I am running this on Win32. Thanks.
use XML::Pastor; $pastor = XML::Pastor->new(); $pastor->generate( mode =>'offline', style => 'multiple', schema=>'my. +xsd', class_prefix=>'MyApp::Data', destination=>'.');
Can't locate object method "effectiveAttributes" via package "XML::Pas +tor::Schema::SimpleType" at...