[libio-all-perl] branch master updated (be914d7 -> 6ca6fcc)

Salvatore Bonaccorso carnil at debian.org
Sun Jun 8 10:00:09 UTC 2014


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

carnil pushed a change to branch master
in repository libio-all-perl.

      from  be914d7   Upload to unstable as 0.61-1
      adds  3995c8b   Imported Upstream version 0.62
       new  371bbee   Merge tag 'upstream/0.62'
       new  6ca6fcc   Prepare changelog for release

The 2 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                           |  497 +++++------
 LICENSE                           |    2 +-
 MANIFEST                          |   27 +-
 META.json                         |   53 --
 META.yml                          |   14 +-
 Makefile.PL                       |    6 +-
 Notes/Design.md                   |  100 ---
 Notes/Design.st                   |   13 -
 README                            |  598 +++++--------
 README.md                         | 1669 -------------------------------------
 ToDo                              |   48 --
 cpanfile                          |    5 -
 debian/changelog                  |    7 +
 dist.ini                          |   20 -
 {examples => eg}/create-cat-to.pl |    0
 lib/IO/All.pm                     |    4 +-
 lib/IO/All.pod                    | 1052 +++++++++++------------
 lib/IO/All/Base.pm                |    2 +-
 lib/IO/All/DBM.pm                 |    2 +-
 lib/IO/All/Dir.pm                 |    2 +-
 lib/IO/All/File.pm                |    2 +-
 lib/IO/All/Filesys.pm             |    2 +-
 lib/IO/All/Link.pm                |    2 +-
 lib/IO/All/MLDBM.pm               |    2 +-
 lib/IO/All/Pipe.pm                |    2 +-
 lib/IO/All/STDIO.pm               |    2 +-
 lib/IO/All/Socket.pm              |    2 +-
 lib/IO/All/String.pm              |    2 +-
 lib/IO/All/Temp.pm                |    2 +-
 method_list                       |  163 ----
 pkg/manifest.skip                 |    3 -
 t/IO_All_Test.pm                  |   12 +-
 t/RT81224.t                       |    6 +-
 t/absolute.t                      |    6 +-
 t/accept.t                        |    3 +-
 t/all.t                           |   88 +-
 t/all2.t                          |    8 +-
 t/append.t                        |    3 +-
 t/assert.t                        |    3 +-
 t/assert2.t                       |    3 +-
 t/autotie.t                       |    5 +-
 t/backwards.t                     |   12 +-
 t/binary_utf8.t                   |    3 +-
 t/chdir.t                         |    8 +-
 t/chomp.t                         |    6 +-
 t/construct.t                     |   26 +-
 t/dbm.t                           |    3 +-
 t/devnull.t                       |    3 +-
 t/empty.t                         |    3 +-
 t/encoding.t                      |   20 +-
 t/error1.t                        |    3 +-
 t/file_spec.t                     |   24 +-
 t/file_subclass.t                 |    3 +-
 t/fileno.t                        |    3 +-
 t/glob.t                          |    6 +-
 t/head.t                          |    3 +-
 t/import_flags.t                  |    3 +-
 t/inline_subclass.t               |    4 +-
 t/input.t                         |   34 +-
 t/link.t                          |    3 +-
 t/link2.t                         |    6 +-
 t/lock.t                          |    3 +-
 t/mldbm.t                         |    3 +-
 t/new.t                           |    5 +-
 t/os.t                            |    3 +-
 t/overload.t                      |   38 +-
 t/pipe.t                          |    3 +-
 t/print.t                         |    3 +-
 t/println.t                       |    8 +-
 t/read.t                          |    6 +-
 t/read_write.t                    |    3 +-
 t/round_robin.t                   |    6 +-
 t/scalar.t                        |    8 +-
 t/seek.t                          |    6 +-
 t/separator.t                     |    3 +-
 t/stat.t                          |    8 +-
 t/string_open.t                   |    3 +-
 t/subtleties.t                    |    3 +-
 t/synopsis1.t                     |   22 +-
 t/synopsis2.t                     |   21 +-
 t/synopsis3.t                     |   16 +-
 t/synopsis5.t                     |    6 +-
 t/tie.t                           |    8 +-
 t/tie_file.t                      |    6 +-
 {unit => t/unit}/append.pl        |    0
 {unit => t/unit}/client.pl        |    0
 {unit => t/unit}/println.pl       |    0
 {unit => t/unit}/server.pl        |    0
 {unit => t/unit}/stdio.pl         |    0
 {unit => t/unit}/test.pl          |    0
 {unit => t/unit}/xxx.pl           |    0
 t/xxx.t                           |    1 -
 92 files changed, 1290 insertions(+), 3520 deletions(-)
 delete mode 100644 META.json
 delete mode 100644 Notes/Design.md
 delete mode 100644 Notes/Design.st
 delete mode 100644 README.md
 delete mode 100644 ToDo
 delete mode 100644 cpanfile
 delete mode 100644 dist.ini
 rename {examples => eg}/create-cat-to.pl (100%)
 delete mode 100644 method_list
 delete mode 100644 pkg/manifest.skip
 rename {unit => t/unit}/append.pl (100%)
 rename {unit => t/unit}/client.pl (100%)
 rename {unit => t/unit}/println.pl (100%)
 rename {unit => t/unit}/server.pl (100%)
 rename {unit => t/unit}/stdio.pl (100%)
 rename {unit => t/unit}/test.pl (100%)
 rename {unit => t/unit}/xxx.pl (100%)

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