The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Bio-Protease

1.102650  2010-09-22 19:59:59 America/Argentina/Buenos_Aires

     - Remove memoization via Memoize, was failing tests with new versions of
       Moose.

1.100640  2010-03-05 02:13:12 America/Argentina/Buenos_Aires

     - tidy up test file specificities.yaml due to some failing tests on darwin
     - Several minor doc fixes

1.100620  2010-03-03 12:11:29 America/Argentina/Buenos_Aires

    - Added specificity: alcalase
    - Fix bug were passing a regexp to specificity wouldn't work
    - Methods now die when given no/senseless arguments
    - Test corner cases more thoroughly: 100% coverage reached \o/

1.100470  2010-02-16 12:04:34 America/Argentina/Buenos_Aires

    - Some internal refactorings, no functional changes.
    - Remove alpha warning.

1.100420  2010-02-10 23:39:36 America/Argentina/Buenos_Aires

    - Rely on YAML instead of YAML::Any
    - bump Moose and ClassAttribute prerequisites
    - improve kwalitee

1.093151     Wed Nov 11 11:57:55 2009

    - Interface is now implemented as a role instead of a base class.
    - Instead of a scalar reference, _cuts is passed a plain scalar.
    - Various doc improvements.
    - Use PodWeaver instead of PodPurler.

1.092670     Mon Sep 14 10:16:12 2009

    - remove three final stops in the specificities.yaml file that made
      Load fail when YAML.pm was used.
    - Use autodie. This is 2009.
    - Doc fix: _cuts() is a method rather than a subroutine.
    - Fixed broken link in docs.
    - Factual mistkae in the is_substrate() docs: it's boolean, not
      scalar context.

1.092560     Sun Sep 13 11:39:41 2009
    - Documentation improvements.
    - Substitute "use ok" by "use_ok()" in test suite due to test
      failures on Solaris.