in reply to Finding a module to work on

You might enjoy working on XML::Validator::Schema. It has a few nice properties as a learning project:

-sam

Replies are listed 'Best First'.
Re^2: Finding a module to work on
by dry_green_tea (Sexton) on Oct 21, 2007 at 13:02 UTC
    i wouldn't mind working on this myself. :-) Where do you suggest i begin?
      Great! I'd start by picking a small feature from the spec that XML::Validator::Schema doesn't support - some detail in the simple type system perhaps. First write a test case that fails, then implement the code necessary to get the test passing.

      -sam

        Thanks! i'll get on to that as soon as i can. -- Alexis.