[libwww-mechanize-formfiller-perl] branch master updated (e443b6f -> 197cdae)

gregor herrmann gregoa at debian.org
Sat Jan 21 20:08:34 UTC 2017


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

gregoa pushed a change to branch master
in repository libwww-mechanize-formfiller-perl.

      from  e443b6f   update changelog
      adds  a1c4a5e   New upstream version 0.12
       new  0523c22   Merge tag 'upstream/0.12'
       new  b575c19   New upstream release.
       new  e3dc2d8   Update years of upstream and packaging copyright.
       new  36c7304   Mark package as autopkgtest-able.
       new  42b6ac6   Declare compliance with Debian Policy 3.9.8.
       new  f4e00c2   Bump debhelper compatibility level to 9.
       new  a6314b4   Update (build) dependencies.
       new  197cdae   releasing package libwww-mechanize-formfiller-perl version 0.12-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:
 .gitignore                                         |  15 ++++
 Changes                                            |   4 +
 MANIFEST                                           |  16 ++--
 META.json                                          |   6 +-
 META.yml                                           |  18 ++--
 Makefile.PL                                        |   9 +-
 README                                             |   7 +-
 debian/changelog                                   |  11 ++-
 debian/compat                                      |   2 +-
 debian/control                                     |  37 ++++----
 debian/copyright                                   |   4 +-
 lib/WWW/Mechanize/FormFiller.pm                    |   2 +-
 lib/WWW/Mechanize/FormFiller/Value.pm              |   2 +-
 lib/WWW/Mechanize/FormFiller/Value/Callback.pm     |   2 +-
 lib/WWW/Mechanize/FormFiller/Value/Default.pm      |   2 +-
 lib/WWW/Mechanize/FormFiller/Value/Fixed.pm        |   2 +-
 lib/WWW/Mechanize/FormFiller/Value/Interactive.pm  |   2 +-
 lib/WWW/Mechanize/FormFiller/Value/Keep.pm         |   2 +-
 lib/WWW/Mechanize/FormFiller/Value/Random.pm       |   2 +-
 lib/WWW/Mechanize/FormFiller/Value/Random/Chars.pm |   2 +-
 lib/WWW/Mechanize/FormFiller/Value/Random/Date.pm  |   2 +-
 lib/WWW/Mechanize/FormFiller/Value/Random/Word.pm  |   2 +-
 t/99-manifest.t                                    |  34 -------
 xt/99-changes.t                                    |  28 ++++++
 xt/99-compile.t                                    |  43 +++++++++
 xt/99-manifest.t                                   |  31 +++++++
 {t => xt}/99-pod.t                                 |   2 +-
 {t => xt}/99-todo.t                                |  15 ++--
 {t => xt}/99-unix-text.t                           |   4 +-
 {t => xt}/99-versions.t                            | 100 +++++++++++----------
 30 files changed, 260 insertions(+), 148 deletions(-)
 create mode 100755 .gitignore
 delete mode 100755 t/99-manifest.t
 create mode 100644 xt/99-changes.t
 create mode 100644 xt/99-compile.t
 create mode 100644 xt/99-manifest.t
 rename {t => xt}/99-pod.t (93%)
 mode change 100755 => 100644
 rename {t => xt}/99-todo.t (69%)
 mode change 100755 => 100644
 rename {t => xt}/99-unix-text.t (93%)
 mode change 100755 => 100644
 rename {t => xt}/99-versions.t (89%)
 mode change 100755 => 100644

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



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