[libtest-trap-perl] branch master updated (7c7132a -> de7232f)

gregor herrmann gregoa at debian.org
Fri May 29 18:02:56 UTC 2015


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

gregoa pushed a change to branch master
in repository libtest-trap-perl.

      from  7c7132a   update changelog
       new  ad897f2   Unconditionally build depend on libmodule-build-perl.
       new  c19e4c1   update changelog
       new  f0d81db   Add debian/upstream/metadata
       new  78c6979   Update debian/changelog
      adds  59c1a94   Imported Upstream version 0.3.2
       new  604b8b8   Merge tag 'upstream/0.3.2'
       new  b1cfed2   Update debian/changelog
       new  5b8af5f   Declare compliance with Debian Policy 3.9.6.
       new  06272d2   Add alternative (build) dependency for Test::Tester.
       new  de7232f   releasing package libtest-trap-perl version 0.3.2-1

The 9 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                                           |   3 +
 Changes                                            |  99 ++++++++++++++
 MANIFEST                                           |   4 +
 META.json                                          |  42 +++---
 META.yml                                           |  46 +++----
 Makefile.PL                                        |  28 ++--
 debian/changelog                                   |  12 +-
 debian/control                                     |  10 +-
 debian/upstream/metadata                           |   4 +
 lib/Test/Trap.pm                                   | 152 +++++++++++++++------
 lib/Test/Trap/Builder.pm                           |  66 +++++----
 lib/Test/Trap/Builder/PerlIO.pm                    |  12 +-
 lib/Test/Trap/Builder/SystemSafe.pm                | 103 ++++++++++++--
 lib/Test/Trap/Builder/TempFile.pm                  |  82 +++++++++--
 t/03-files-perlio.t                                |   4 +-
 ...les-perlio.t => 03-files-systemsafe-preserve.t} |   7 +-
 t/03-files-systemsafe.t                            |   4 +-
 ...files-perlio.t => 03-files-tempfile-preserve.t} |   7 +-
 t/03-files-tempfile.t                              |   4 +-
 t/03-files.pl                                      |  66 ++++++++-
 t/04-exit.t                                        |  15 +-
 t/05-import.t                                      |  12 +-
 t/06-layers.t                                      |   8 +-
 t/14-leaks.t                                       |   2 +-
 t/15-tempfile-options.t                            |  94 +++++++++++++
 t/16-systemsafe-options.t                          |  94 +++++++++++++
 26 files changed, 788 insertions(+), 192 deletions(-)
 create mode 100644 debian/upstream/metadata
 copy t/{03-files-perlio.t => 03-files-systemsafe-preserve.t} (50%)
 copy t/{03-files-perlio.t => 03-files-tempfile-preserve.t} (51%)
 create mode 100644 t/15-tempfile-options.t
 create mode 100644 t/16-systemsafe-options.t

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



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