Sub::Signatures on its way to a CPAN near you

Ovid on 2004-12-05T21:40:03

Sub::Signatures has been uploaded via PAUSE and should soon be available at your friendly neighborhood CPAN. It supports:

  • Methods
  • Subroutines
  • Signature based Method/subroutine dispatch
  • Optional strong typing via the ref function
  • Exporting
  • Inheritance
  • 'loose' and 'strict' modes to fit your coding style
  • Useful error messages

It also has about 82 tests, though some are somewhat duplicates (long story.)

And from the POD where I do a bit of begging:

This is alpha code. Many people understandably do not wish to use alpha code in production. To get this code robust enough for production use, send me bug reports. Send me patches. Send me requests. Send me feedback.

For the impatient (like me)