in reply to How to implement CPAN module variants

Scalar::Util is a good example of a module with an XS and PurePerl implementation.

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
  • Comment on Re: How to implement CPAN module variants