[libio-all-perl] 01/08: Merge tag 'upstream/0.50'

Damyan Ivanov dmn at alioth.debian.org
Sat Oct 19 14:17:45 UTC 2013


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

dmn pushed a commit to branch master
in repository libio-all-perl.

commit a7cbd98686012763611a1e469faacca552a8522e
Merge: 505ddff 79d9f97
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sat Oct 19 13:35:20 2013 +0000

    Merge tag 'upstream/0.50'
    
    Upstream version 0.50

 Changes                          |   24 +
 LICENSE                          |    6 +-
 MANIFEST                         |   49 +-
 META.json                        |   47 ++
 META.yml                         |   27 +-
 Makefile.PL                      |   67 +-
 README                           |   89 +-
 README.md                        | 1676 ++++++++++++++++++++++++++++++++++++++
 ToDo                             |   48 ++
 cpanfile                         |    2 +
 dist.ini                         |   18 +
 inc/Module/Install.pm            |  470 -----------
 inc/Module/Install/Base.pm       |   83 --
 inc/Module/Install/Can.pm        |  154 ----
 inc/Module/Install/Fetch.pm      |   93 ---
 inc/Module/Install/GithubMeta.pm |   57 --
 inc/Module/Install/Makefile.pm   |  418 ----------
 inc/Module/Install/Metadata.pm   |  722 ----------------
 inc/Module/Install/Package.pm    |  323 --------
 inc/Module/Install/Win32.pm      |   64 --
 inc/Module/Install/WriteAll.pm   |   63 --
 inc/Module/Package.pm            |   71 --
 lib/IO/All.pm                    |   23 +-
 lib/IO/All.pod                   |   72 +-
 lib/IO/All/Dir.pm                |   23 +-
 lib/IO/All/File.pm               |    3 +-
 lib/IO/All/Filesys.pm            |   35 +
 method_list                      |  163 ++++
 pkg/manifest.skip                |    3 +
 t/IO_All_Test.pm                 |   40 +-
 t/absolute.t                     |    2 +
 t/accept.t                       |    5 +-
 t/all.t                          |    2 +
 t/all2.t                         |    2 +
 t/append.t                       |   13 +-
 t/assert.t                       |   13 +-
 t/assert2.t                      |    9 +-
 t/autotie.t                      |   10 +-
 t/backwards.t                    |    2 +
 t/chdir.t                        |    5 +-
 t/chomp.t                        |    2 +
 t/construct.t                    |    2 +
 t/dbm.t                          |    5 +-
 t/devnull.t                      |    2 +
 t/empty.t                        |    7 +-
 t/encoding.t                     |    2 +
 t/file_spec.t                    |    9 +-
 t/file_subclass.t                |   10 +-
 t/fileno.t                       |    5 +-
 t/glob.t                         |   11 +
 t/import_flags.t                 |    2 +
 t/inline_subclass.t              |   12 +-
 t/input.t                        |    2 +
 t/link.t                         |   13 +-
 t/link2.t                        |    5 +-
 t/lock.t                         |   11 +-
 t/mimetype.t                     |   13 +
 t/mldbm.t                        |    7 +-
 t/new.t                          |    4 +-
 t/os.t                           |   23 +
 t/overload.t                     |   61 +-
 t/print.t                        |    7 +-
 t/println.t                      |    2 +
 t/read.t                         |    2 +
 t/read_write.t                   |    2 +
 t/release-pod-syntax.t           |   15 +
 t/scalar.t                       |    2 +
 t/seek.t                         |    7 +-
 t/separator.t                    |    7 +-
 t/stat.t                         |    2 +
 t/string_open.t                  |    2 +
 t/subtleties.t                   |    9 +-
 t/synopsis1.t                    |    2 +
 t/synopsis2.t                    |    2 +
 t/synopsis3.t                    |    2 +
 t/tie.t                          |    2 +
 t/tie_file.t                     |    9 +-
 unit/append.pl                   |   10 +
 unit/client.pl                   |    5 +
 unit/println.pl                  |    8 +
 unit/server.pl                   |   11 +
 unit/stdio.pl                    |    6 +
 unit/test.pl                     |    5 +
 unit/xxx.pl                      |   12 +
 84 files changed, 2619 insertions(+), 2716 deletions(-)

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



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