[libtext-levenshtein-perl] branch master updated (29f614f -> 9ae79c9)

gregor herrmann gregoa at debian.org
Sat Oct 25 13:40:17 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libtext-levenshtein-perl.

      from  29f614f   update changelog
       new  cf4911c   Add debian/upstream/metadata
       new  1cb201a   Update debian/changelog
      adds  1110282   initial import of Text-Levenshtein 0.02 from CPAN
      adds  56c7300   import Text-Levenshtein 0.03 from CPAN
      adds  72721ef   import Text-Levenshtein 0.04 from CPAN
      adds  861c7d9   import Text-Levenshtein 0.03 from CPAN
      adds  e5505f7   import Text-Levenshtein 0.05 from CPAN
      adds  33306e4   import Text-Levenshtein 0.06_01 from CPAN
      adds  2747169   Reformatted as per CPAN::Changes::Spec
      adds  b7c9510   Moved module to lib/Text/
      adds  3f48071   Moved test.pl to t/01-original.t
      adds  1e2cf6a   Removed META.yml (rely on generated metadata)
      adds  fe44fdf   Switched to Dist::Zilla
      adds  44b082c   Specified min perl version as 5.6.0
      adds  7a94332   Drop the '&' before 'fastdistance' in the doc. RT#42535
      adds  23a1f1a   Completely rewrote the code, based on wikipedia article
      adds  91aa022   Added COPYRIGHT AND LICENSE section in pod
      adds  b485a94   Added a bunch of similar modules to the SEE ALSO section
      adds  fda2457   Added github repo to doc
      adds  7158c27   Use List::Util::min() rather than a hand-rolled min() function
      adds  ac7ded2   Updated README
      adds  fec90a5   Replaced UTF-8 dash character with regular one
      adds  24723ad   Added Japanese hiragana test
      adds  930c2fb   Added some Russian test cases
      adds  ab4a55c   Another test
      adds  e83fb88   Merge pull request #1 from benkasminbullock/patch-1
      adds  cbd7e11   Merge branch 'master' of https://github.com/neilbowers/Text-Levenshtein
      adds  802b2e6   Prep for release
      adds  78e383c   Added Text::Levenshtein::TestUtils to make it easier to write tests
      adds  6537eae   Added Swedish tests based on examples from my brother
      adds  2298ef2   Need to force UTF-8 on std handles to prevent warning from Test::Builder
      adds  6d4570c   Moved Russian tests to their own file
      adds  c2e6a86   Added separate Japanese tests
      adds  ccf6194   Let you include comments in test cases, with leading '#'
      adds  8e31798   Refactored to use new testing module
      adds  5db5467   Added greek tests
      adds  1b1e0d0   Added option to ignore diacritics
      adds  dd312c8   Imported Upstream version 0.10
       new  3d9ef79   Merge tag 'upstream/0.10'
       new  7d51f3e   Update debian/changelog
       new  91a8bec   Declare compliance with Debian Policy 3.9.6.
       new  266ec19   Mark package as autopkgtest-able.
       new  9ae79c9   releasing package libtext-levenshtein-perl version 0.10-1

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                             |  6 +++++
 MANIFEST                            |  3 ++-
 META.yml                            |  7 +++---
 Makefile.PL                         | 11 ++++-----
 debian/changelog                    | 11 +++++++--
 debian/control                      |  3 ++-
 debian/upstream/metadata            |  6 +++++
 dist.ini                            |  2 +-
 lib/Text/Levenshtein.pm             | 45 +++++++++++++++++++++++++++++++++----
 t/04-invalid-inputs.t               |  6 ++---
 t/24-ignore-diacritics.t            | 27 ++++++++++++++++++++++
 t/lib/Text/Levenshtein/TestUtils.pm | 12 ++++++----
 12 files changed, 115 insertions(+), 24 deletions(-)
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/24-ignore-diacritics.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-levenshtein-perl.git



More information about the Pkg-perl-cvs-commits mailing list