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 Algorithm-NIN

0.05    Fri Feb 25 15:49:39 2011
        - Slightly changed the module header to be more specific.
        - Also updated the pod slightly for method validate().

0.04    Thu Feb 24 11:34:51 2011
        - Updated error message for when NI is longer than 9 characters.
        - Added checks for when NI is shorter than 8 characters.
        - Fixed 01-test-case.t as the error message has changed.
        - Added 09-test-case.t when NI is shorter than 8 characters.
        - Added 10-test-case.t for method format().

0.03    Thu Feb 24 11:19:43 2011
        - Added test cases.

0.02    Thu Feb 24 10:34:22 2011
        - Added SIGNATURE on build process.
        - Added SIGNATURE file to the distribution package.
        - Added Module::Build v0.36 as pre-requisite in Build.PL.
        - Removed create Makefile.PL on the fly from Build.PL.

0.01    Wed Feb 23 18:08:10 2011
        - First version released.