Revision history for Perl extension Text::Levenshtein::Edlib.
-0.001 Tue Feb 28 18:19:22 2017
- - original version; created by h2xs 1.23 with options
- -v 0.001 -b 5.14.0 -n Text::Levenshtein::Edlib edlib/edlib/include/edlib.h
+0.001001 2017-03-12T00:37+02:00
+ - Export CIGAR conversion routine
+ - Minor documentation improvements
+0.001 2017-02-28T23:53+00:00
+ - Initial release
-Text-Levenshtein-Edlib version 0.001
-====================================
+Text-Levenshtein-Edlib version 0.001001
+=======================================
Text::Levenshtein::Edlib is a wrapper around the edlib library that
computes Levenshtein edit distance and optimal alignment path for a
(all => [ @constants, qw/align distance to_cigar/ ], constants => \@constants);
our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
our @EXPORT = ( @{ $EXPORT_TAGS{'constants'} } );
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
require XSLoader;
XSLoader::load('Text::Levenshtein::Edlib', $VERSION);