[libtest-timer-perl] branch master updated (dc5eb89 -> 0b363e2)

Salvatore Bonaccorso carnil at debian.org
Sun Nov 26 10:25:42 UTC 2017


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

carnil pushed a change to branch master
in repository libtest-timer-perl.

      from  dc5eb89   releasing package libtest-timer-perl version 2.07-1
      adds  d723943   Addressing failing CI tests, the requirement for Test::Tester not propagated properly, luckily dzil rocks!
      adds  93963eb   2nd. attempt at addressing failing CI tests, the requirement for Test::Tester not propagated properly, luckily dzil rocks!
      adds  a872b0c   Trying to get Travis CI to pass the tests
      adds  034d342   Hmmm environment variables have to be in the install section
      adds  86b6623   Reordered, so we get Dist::Zilla plugins before actual requirements
      adds  eba35df   Changed to authordeps instead of listdeps for Dist::Zilla plugins
      adds  21df2b0   Removing double quotes, see also: https://github.com/rjbs/Dist-Zilla/issues/262
      adds  d4ae434   Removing the handling of skipping satisfactions for the required modules, it seems to not work properly, since I require Test::Tester 1.302111, but it is satisfied with 0.114 - most dissatifying
      adds  8d09551   Liberated the test some more
      adds  2568268   Prepping release 2.08
      adds  6cafd19   Updated README
      adds  0db9ab0   Migrated Perl::Tidy resource file to separate file in repository
      adds  32d308d   Added TODO comment on time_between test
      adds  d8c76f3   Added information on propot use
      adds  793b6af   Added experimental slack channel integration
      adds  b647552   Addressed issue #18, let the CI do it's magic
      adds  3f17b9f   Removed redundant tests, trying to cut down execution time for the test suite
      adds  e3ff8f0   Bumped version numbers, prepping release 2.09
      adds  7ea22d4   Updated README
      adds  75ab740   New upstream version 2.09
       new  7ba3b5a   Update upstream source from tag 'upstream/2.09'
       new  cb1ae0f   Update debian/changelog
       new  0b363e2   Prepare changelog for release

The 3 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                           |  2 +-
 Changes                            | 21 +++++++++++++
 MANIFEST                           |  5 ---
 META.json                          |  6 ++--
 META.yml                           |  6 ++--
 Makefile.PL                        |  2 +-
 README                             |  2 +-
 cpanfile                           | 62 +++++++++++++++++++-------------------
 debian/changelog                   |  7 +++++
 lib/Test/Timer.pm                  |  4 +--
 lib/Test/Timer/TimeoutException.pm |  4 +--
 t/Test/Timer/Test.pm               |  2 +-
 t/test-tester.t                    |  8 ++---
 t/time_atleast.t                   | 14 ---------
 t/time_atmost.t                    | 14 ---------
 t/time_between.t                   | 14 ---------
 t/time_nok.t                       | 16 ----------
 t/time_ok.t                        | 16 ----------
 18 files changed, 77 insertions(+), 128 deletions(-)
 delete mode 100644 t/time_atleast.t
 delete mode 100644 t/time_atmost.t
 delete mode 100644 t/time_between.t
 delete mode 100644 t/time_nok.t
 delete mode 100644 t/time_ok.t

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



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