[libhttp-browserdetect-perl] branch master updated (516a539 -> 84af88e)

gregor herrmann gregoa at debian.org
Sat Jan 6 22:40:16 UTC 2018


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

gregoa pushed a change to branch master
in repository libhttp-browserdetect-perl.

      from  516a539   update changelog
      adds  b125388   Adds Travis badge to README.
      adds  b40e1d3   Document browserdetect.org
      adds  3f69e8b   Switch to Author::OALDERS dzil bundle.
      adds  2a09a09   Fix SYNOPSIS.
      adds  0de3896   Bump copyright year
      adds  4632318   Add more robots to tests
      adds  2f0b150   Add test to ensure that all detectable robots have a robot_name()
      adds  1d75250   Change robot name from 'Baidu Spider' to 'Baidu'
      adds  44ae188   Tidy
      adds  ef49c7d   Add a robot_id() method
      adds  f37d8be   Update some robot names
      adds  f57c947   Don't die in test if method is missing
      adds  efabcdc   Remove "lib" and "url" from robot tests.
      adds  95e38cc   Add explicit $VERSION to package
      adds  eebb7c8   Add more Perls to Travis config
      adds  ecd099f   Add caching to Travis config
      adds  fc6121c   Add LICENSE and META.json to repo
      adds  ab6dde2   Commit some changes made by dzil
      adds  98127e0   Tidy
      adds  2641696   Use cpanfile and cpm for installing modules
      adds  a668545   Merge pull request #133 from oalders/more-bots
      adds  197ceac   Tidy SYNOPSIS
      adds  d63176c   v3.15
      adds  d64a34d   increment $VERSION after 3.15 release
      adds  b274dc8   Explicitly create robot() method so that it is initialized on demand
      adds  9119195   Add logic for detecting new bots
      adds  e0db6ba   Test Google Page Speed bot
      adds  dd70a27   Add example script
      adds  be36486   Remove _robot_tests()
      adds  a61735f   Add List::Util to test deps
      adds  8fb6584   Restore _robot_tests()
      adds  ff7d262   Don't test for method names in cases where we no longer create methods
      adds  47abc76   Update test configs for new bots
      adds  9a8cd26   Tidy test
      adds  ace2ddd   Fix typo in test config
      adds  69be29a   Have test fail rather than die
      adds  bca6370   Fix test config
      adds  027fc8f   Re-work interal use of robot ids
      adds  4cc4605   Tidy example script
      adds  0010ca3   Return even more robot ids
      adds  50d5970   Set required version of List::Util to latest
      adds  26066b9   Print less diagnostic info in tests
      adds  b6b3dfd   Run tests in parallel on Travis
      adds  ba75546   Add Pro Sitemaps to test config
      adds  20885ac   Document all_robot_ids()
      adds  86b3eb6   Add 'unknown' to robot ids
      adds  506df4e   Commit changes made by dzil
      adds  363ad66   Merge pull request #134 from oalders/google-page-speed
      adds  add1145   Tidy
      adds  5aca94e   v3.16
      adds  51c5926   New upstream version 3.16
       new  00d3d7d   Update upstream source from tag 'upstream/3.16'
       new  5be9934   Update debian/changelog
       new  cc1db79   Update debian/upstream/metadata.
       new  c89b5b9   Update years of upstream and packaging copyright.
       new  1e7f9b2   Update build dependencies.
       new  af2182e   Declare compliance with Debian Policy 4.1.3.
       new  6e6e4bc   Bump debhelper compatibility level to 10.
       new  84af88e   releasing package libhttp-browserdetect-perl version 3.16-1

The 8 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                                   |  66 ---
 Changes                                    |   9 +
 INSTALL                                    |  20 +-
 LICENSE                                    |   6 +-
 MANIFEST                                   |  18 +-
 MANIFEST.SKIP                              |  10 +
 META.json                                  | 660 +++++++++++++++++++++-
 META.yml                                   | 491 +++++++++++++++-
 Makefile.PL                                |  17 +-
 README.md                                  | 863 +++++++++++++++++++++++++++++
 cpanfile                                   |  26 +-
 debian/changelog                           |  10 +-
 debian/compat                              |   2 +-
 debian/control                             |   8 +-
 debian/copyright                           |   4 +-
 debian/upstream/metadata                   |   2 +-
 dist.ini                                   |  57 +-
 examples/ua.pl                             |  13 +
 lib/HTTP/BrowserDetect.pm                  | 413 +++++++++++---
 perlcriticrc                               |  86 +++
 perltidyrc                                 |  12 +
 t/00-report-prereqs.dd                     |  53 ++
 t/00-report-prereqs.t                      | 193 +++++++
 t/01-detect.t                              | 179 +++---
 t/03-language.t                            |   1 -
 t/04-random-order.t                        |  42 +-
 t/05_robot.t                               |  45 ++
 t/more-useragents.json                     |  45 +-
 t/perlcriticrc                             |   1 +
 t/release-cpan-changes.t                   |  19 -
 t/useragents.json                          |  68 ++-
 tidyall.ini                                |  17 +
 xt/author/synopsis.t                       |   5 +
 t/release-tidyall.t => xt/author/tidyall.t |  17 +-
 xt/release/cpan-changes.t                  |  10 +
 35 files changed, 3070 insertions(+), 418 deletions(-)
 delete mode 100644 Build.PL
 create mode 100644 MANIFEST.SKIP
 create mode 100644 README.md
 create mode 100644 examples/ua.pl
 create mode 100644 perlcriticrc
 create mode 100644 perltidyrc
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 create mode 100644 t/05_robot.t
 create mode 100644 t/perlcriticrc
 delete mode 100644 t/release-cpan-changes.t
 create mode 100644 tidyall.ini
 create mode 100644 xt/author/synopsis.t
 rename t/release-tidyall.t => xt/author/tidyall.t (52%)
 create mode 100644 xt/release/cpan-changes.t

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



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