[libutf8-all-perl] branch master updated (c9efda6 -> fe8379e)

gregor herrmann gregoa at debian.org
Mon Sep 8 17:48:57 UTC 2014


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  c9efda6   releasing package libutf8-all-perl version 0.013-1
       new  d35f9e3   Add debian/upstream/metadata
       new  c1fe082   Update debian/changelog
      adds  5b76e8c   initial commit
      adds  d279868   First version of utf8::all
      adds  eb8c853   Add Makefile.PL & README
      adds  46a4726   Released 0.001
      adds  b66d385   Add unimport()
      adds  1663732   code cleanup
      adds  f8e0391   Assert that unimport() is covered by POD
      adds  f76b936   expand test suite slightly
      adds  e28a9e8   Released 0.002
      adds  70f3de9   better abstract
      adds  5b0ab0c   Trim out unneeded code
      adds  dd6e92a   Use only one open::import call
      adds  d7564ff   Import charnames qw(:full :short) for users
      adds  76c468e   Update meta files
      adds  38d70ca   update Changes
      adds  89e027e   Released 0.003
      adds  0790760   Fix test suite for older Perls
      adds  149485e   Released 0.004
      adds  70b85f5   Use Import::Into instead of a home-grown "solution"
      adds  e81cc6c   Don't permit running with autodie < 2.12
      adds  6db8036   Promote utf8 warnings to fatal errors
      adds  130fcfa   Update meta files
      adds  b22d683   Use has_version=0 in new release of my pluginbundle; add MANIFEST.SKIP
      adds  ed2fa8c   Released 0.005
      adds  0981e9a   Be less strict with detecting fatal UTF-8 error in test suite
      adds  d5ae180   Released 0.006
      adds  1964ce7   Use version.pm for comparing versions in the test suite
      adds  d78e229   Better detection of warnings in t/FATAL_utf8.t
      adds  5e44118   Don't fail the test suite if autodie is too old
      adds  7335144   Released 0.007
      adds  d72befc   Enable feature unicode_strings if the perl is new enough
      adds  d37a083   Enable the fc and unicode_eval features on perl >= 5.16.0
      adds  4ecca6d   Skip tests that aren't applicable on older perls
      adds  7978a07   Avoid creating files called SCALAR(0x...) in the test suite
      adds  e3de34f   Wrap CORE::readdir to provide UTF-8 filenames
      adds  ba5ad7e   Mimic readdir's context-sensitivity
      adds  919b24c   Omit unneeded `no warnings qw(redefine)`
      adds  bc37b2a   Wrap CORE::readdir to provide UTF-8 filenames
      adds  ba21fde   Released 0.008
      adds  b6162f8   Don't depend on file system ordering
      adds  36c415f   +Changes
      adds  1afeb32   Released 0.009
      adds  7d3496c   Don't rely on localizable error message text in the test suite
      adds  c9c1733   Released 0.010
      adds  ee24ece   Only decode readdir entries if utf8::all is in effect
      adds  6c2cccf   Support direct dirhandles in readdir
      adds  071b114   Remove unused variable
      adds  0d0549a   Released 0.011
      adds  8fe7e82   Remove autodie Conflicts; bail out if autodie <= 2.11
      adds  7bfa9a4   Disable wrapping readding on Windows
      adds  f674eda   Released 0.012
      adds  87dc0a2   Warn instead of bailing out when autodie is too old
      adds  659dcad   Only decoding @ARGV when called from main [GH-18]
      adds  06f1e27   Added testcase to verify @ARGV not decoded
      adds  ae76e60   Rewrote conditional statement on @ARGV decoding
      adds  f2d28da   Only decode @ARGV in the main package
      adds  d5dce48   Use a for loop when handling @ARGV
      adds  371b112   Released 0.013
      adds  5320d97   Handle systems with no locales
      adds  ce68684   Added: utf-8 aware File::Find and Cwd::
      adds  36cec37   Updated to include latest changes
      adds  0a20aa7   Ignore files created by build/make
      adds  51382c2   Added tests for new functionality
      adds  24c9b5f   Added tests for new functionality
      adds  23b582a   Added UTF-8 aware glob
      adds  5314d51   Added redef of glob to the pod documentation
      adds  28133bc   Merged with 0.012
      adds  eaab5d9   Removed Japanese characters from source cwd.t
      adds  05adb65   Only decoding @ARGV when called from main [GH-18]
      adds  45fe602   Merge branch '@ARGV'
      adds  2ab613b   Corrected the pod documentation
      adds  508e633   Added testcase to verify @ARGV not decoded
      adds  4c1e289   Merge branch '@ARGV'
      adds  fa5eced   Made redefinition of functions optional
      adds  5418a20   Rewrote conditional statement on @ARGV decoding
      adds  9854953   Merge branch '@ARGV'
      adds  0e9484a   Inverted semantics of the options
      adds  898d4f2   Merge branch 'master' of https://github.com/HayoBaan/utf8-all into non-core-modules
      adds  b2fa31e   Cleanup options handling, ':all' tag, remove no_glob and no_readdir
      adds  18d1bdb   Released 0.014
      adds  291b7dc   Don't use v5.20.0 syntax :(
      adds  72cf315   Corrected type in documentation
      adds  fb05381   Add a minimum perl test
      adds  1da91be   Released 0.015
      adds  d3ec487   Imported Upstream version 0.015
       new  f00a0ff   Merge tag 'upstream/0.015'
       new  7301b4e   Update debian/changelog
       new  5c4b9a4   Add autopkgtest control file.
       new  fe8379e   releasing package libutf8-all-perl version 0.015-1

The 6 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                          |  12 +++
 MANIFEST                         |   8 +-
 META.json                        |  10 +-
 META.yml                         |   5 +-
 Makefile.PL                      |   8 +-
 README                           |  52 +++++++--
 README.mkdn                      |  60 ++++++++---
 debian/changelog                 |   8 ++
 debian/tests/control             |   8 ++
 debian/tests/test-files          |   2 +
 debian/upstream/metadata         |   7 ++
 dist.ini                         |   1 +
 lib/utf8/all.pm                  | 224 ++++++++++++++++++++++++++++++++++-----
 t/00-compile.t                   |   4 +-
 t/FATAL_utf8.t                   |   2 +
 t/all.t                          |  99 +++++++++++++++++
 t/autodie.t                      |   9 +-
 t/cwd.t                          |  53 +++++++++
 t/find.t                         |  61 +++++++++++
 t/glob.t                         |  48 +++++++++
 t/no_cwd.t                       |  50 +++++++++
 t/no_find.t                      |  59 +++++++++++
 t/readdir.t                      |   9 +-
 t/unicode_strings.t              |  26 ++++-
 xt/{release => author}/no-tabs.t |   8 +-
 xt/release/kwalitee.t            |   9 +-
 xt/release/minimum-version.t     |   2 +-
 xt/release/synopsis.t            |   5 +-
 29 files changed, 772 insertions(+), 83 deletions(-)
 create mode 100644 debian/tests/control
 create mode 100644 debian/tests/test-files
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/all.t
 create mode 100644 t/cwd.t
 create mode 100644 t/find.t
 create mode 100644 t/glob.t
 create mode 100644 t/no_cwd.t
 create mode 100644 t/no_find.t
 rename xt/{release => author}/no-tabs.t (83%)

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