[libutf8-all-perl] branch master updated (d218b5f -> f01a403)

gregor herrmann gregoa at debian.org
Sun May 10 16:10:31 UTC 2015


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

gregoa pushed a change to branch master
in repository libutf8-all-perl.

      from  d218b5f   update changelog
      adds  54e90f5   Fixed syntax error in all.pm
      adds  f04c66e   Corrected type in documentation
      adds  887e68e   Merge branch 'master' of https://github.com/doherty/utf8-all
      adds  034501c   File::Find extensions
      adds  200f7c1   File::Find extensions
      adds  cd9a4a4   Also overriding unspecified find and cwd functions
      adds  59d6981   Moved utf-8 aware File::Find and Cwd to own module
      adds  0e7d614   Allowing Win32, excluding DOS and OS/2 platforms
      adds  b418da2   Not decoding @ARGV when perl is run with -CA
      adds  b27b827   Fixed exclusion of Windows platform
      adds  94a09f6   Merge branch 'HayoBaan-master' into dev
      adds  5304d1c   Released 0.016
      adds  57a0af9   Imported Upstream version 0.016
       new  9183cee   Merge tag 'upstream/0.016'
       new  8b3b6ff   Update debian/changelog
       new  454df82   Update years of packaging copyright.
       new  16e8b42   Declare compliance with Debian Policy 3.9.6.
       new  f01a403   releasing package libutf8-all-perl version 0.016-1

The 5 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:
 Build.PL                        |   6 +-
 Changes                         |   8 ++
 MANIFEST                        |   9 +--
 META.json                       |   7 +-
 META.yml                        |   6 +-
 Makefile.PL                     |  11 +--
 README                          |  38 ++++-----
 README.mkdn                     |  43 ++++-------
 debian/changelog                |  11 ++-
 debian/control                  |   2 +-
 debian/copyright                |   2 +-
 lib/utf8/all.pm                 | 165 +++++++++-------------------------------
 t/00-compile.t                  |   9 ++-
 t/all.t                         |  99 ------------------------
 t/autodie.t                     |   4 +-
 t/cwd.t                         |  53 -------------
 t/find.t                        |  61 ---------------
 t/glob.t                        |   4 +-
 t/no_cwd.t                      |  50 ------------
 t/no_find.t                     |  59 --------------
 t/readdir.t                     |   4 +-
 xt/author/{test-eol.t => eol.t} |   2 +-
 xt/author/no-tabs.t             |   5 --
 23 files changed, 107 insertions(+), 551 deletions(-)
 delete mode 100644 t/all.t
 delete mode 100644 t/cwd.t
 delete mode 100644 t/find.t
 delete mode 100644 t/no_cwd.t
 delete mode 100644 t/no_find.t
 rename xt/author/{test-eol.t => eol.t} (67%)

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



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