[libanyevent-perl] branch master updated (273547b -> b623652)

Xavier Guimard xguimard-guest at alioth.debian.org
Sun Sep 8 05:33:30 UTC 2013


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

xguimard-guest pushed a change to branch master
in repository libanyevent-perl.

      from  273547b   releasing package libanyevent-perl version 7.040-3
      adds  cf165cc   Imported Upstream version 7.050
       new  9c60e65   Merge tag 'upstream/7.050'
       new  9407729   Refresh spelling patch offset
       new  aa2cd20   Add patch to correct missing encoding declaration in pod documentation
       new  62d5a7a   Update debian/copyright years
       new  b623652   Update d/ch (+version 7.050-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:
 Changes                                      |   25 +++++++++++
 MANIFEST                                     |   10 +----
 META.json                                    |   10 ++---
 META.yml                                     |    4 +-
 Makefile.PL                                  |   62 +++++++++++++-------------
 README                                       |   38 +++++++++++-----
 constants.pl.PL                              |   40 ++++++++++++++---
 debian/changelog                             |   10 +++++
 debian/copyright                             |    2 +-
 debian/patches/declare-encoding-in-pod.patch |   26 +++++++++++
 debian/patches/fix-spelling.patch            |    2 +-
 debian/patches/series                        |    1 +
 lib/AnyEvent.pm                              |   56 +++++++++++++----------
 lib/AnyEvent/Debug.pm                        |   23 ++++++++++
 lib/AnyEvent/Handle.pm                       |    8 ++--
 lib/AnyEvent/IO.pm                           |   13 +++---
 lib/AnyEvent/Intro.pod                       |   27 ++++++-----
 lib/AnyEvent/Log.pm                          |   57 +++++++++++++++++++++--
 lib/AnyEvent/Socket.pm                       |   12 ++---
 lib/AnyEvent/Util.pm                         |    7 +--
 lib/AnyEvent/Util/uts46data.pl               |  Bin 61596 -> 61596 bytes
 mktest                                       |   15 ++++---
 t/61_fltk_01_basic.t                         |    1 +
 t/61_fltk_02_signals.t                       |    1 +
 t/61_fltk_03_child.t                         |    1 +
 t/61_fltk_04_condvar.t                       |    1 +
 t/61_fltk_05_dns.t                           |    1 +
 t/61_fltk_07_io.t                            |    1 +
 t/61_fltk_09_multi.t                         |    1 +
 t/62_cocoa_01_basic.t                        |    1 +
 t/62_cocoa_02_signals.t                      |    1 +
 t/62_cocoa_03_child.t                        |    1 +
 t/62_cocoa_04_condvar.t                      |    1 +
 t/62_cocoa_05_dns.t                          |    1 +
 t/62_cocoa_07_io.t                           |    1 +
 t/62_cocoa_09_multi.t                        |    1 +
 t/64_glib_01_basic.t                         |    1 +
 t/64_glib_02_signals.t                       |    1 +
 t/64_glib_03_child.t                         |    1 +
 t/64_glib_04_condvar.t                       |    1 +
 t/64_glib_05_dns.t                           |    1 +
 t/64_glib_07_io.t                            |    1 +
 t/64_glib_09_multi.t                         |    1 +
 t/65_event_01_basic.t                        |    1 +
 t/65_event_02_signals.t                      |    1 +
 t/65_event_03_child.t                        |    1 +
 t/65_event_04_condvar.t                      |    1 +
 t/65_event_05_dns.t                          |    1 +
 t/65_event_07_io.t                           |    1 +
 t/65_event_09_multi.t                        |    1 +
 t/66_ioasync_01_basic.t                      |    1 +
 t/66_ioasync_02_signals.t                    |    1 +
 t/66_ioasync_03_child.t                      |    1 +
 t/66_ioasync_04_condvar.t                    |    1 +
 t/66_ioasync_05_dns.t                        |    1 +
 t/66_ioasync_07_io.t                         |    1 +
 t/66_ioasync_09_multi.t                      |    1 +
 t/67_tk_01_basic.t                           |    1 +
 t/67_tk_02_signals.t                         |    1 +
 t/67_tk_03_child.t                           |    1 +
 t/67_tk_04_condvar.t                         |    1 +
 t/67_tk_05_dns.t                             |    1 +
 t/67_tk_07_io.t                              |    1 +
 t/67_tk_09_multi.t                           |    1 +
 t/68_poe_01_basic.t                          |    1 +
 t/68_poe_02_signals.t                        |    1 +
 t/68_poe_03_child.t                          |    1 +
 t/68_poe_04_condvar.t                        |    1 +
 t/68_poe_05_dns.t                            |    1 +
 t/68_poe_07_io.t                             |    1 +
 t/68_poe_09_multi.t                          |    1 +
 t/69_ev_01_basic.t                           |    1 +
 t/69_ev_02_signals.t                         |    1 +
 t/69_ev_03_child.t                           |    1 +
 t/69_ev_04_condvar.t                         |    1 +
 t/69_ev_05_dns.t                             |    1 +
 t/69_ev_07_io.t                              |    1 +
 t/69_ev_09_multi.t                           |    1 +
 t/81_hosts.t                                 |   31 +++++++++++++
 util/gen_uts46data                           |    2 +-
 util/tst_uts46data                           |    2 +-
 81 files changed, 409 insertions(+), 130 deletions(-)
 create mode 100644 debian/patches/declare-encoding-in-pod.patch
 create mode 100644 t/81_hosts.t

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



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