[libhttp-cookiemonster-perl] branch master updated (32a0c92 -> a9f0e97)

gregor herrmann gregoa at debian.org
Thu Oct 23 20:53:57 UTC 2014


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

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

      from  32a0c92   update changelog
       new  0738d28   Add debian/upstream/metadata
       new  3fb31f7   Update debian/changelog
      adds  454dee6   initial commit
      adds  ee5424c   Adds ability to update cookie jar
      adds  5c30b4c   Set cookies by name or by object
      adds  859ac6a   Setting cookies by name was a bad idea
      adds  8ed4d90   Adds some scaffolding
      adds  b218d74   Updates Pod mostly
      adds  76a6bc4   Updates README
      adds  b7a797a   Adds perlcriticrc
      adds  94e417c   Serializes cookies for use in tests
      adds  d395f77   Changes feeling_lucky() to get_cookie()
      adds  025db42   fixes call to _set_all_cookies
      adds  093fdb3   serialized cookie_jar now included in dist when dzil builds
      adds  8c710ad   Updates README
      adds  8fc56dc   Updates Changes
      adds  fda862e   Pod fixes
      adds  8c3fb07   Specifiy minimum Moo version
      adds  1d6cfa4   Removes _set_all_cookies
      adds  584c443   Bumps version to 0.02
      adds  28faac8   all_cookies() now returns an ARRAY when called in list context
      adds  c786cb4   Bumps version to 0.03
      adds  d1176cc   Uses BUILDARGS to accept just one argument when creating new object
      adds  8017174   Adds cookies() function for quick read-only cookie access
      adds  fd9eaed   Checking in changes prior to release of 0.04
      adds  00bd93d   Adds example script for reading cookies from an arbitrary URL.
      adds  78d7664   Fixes typo in SYNOPSIS
      adds  f7cb36d   Typo fix.
      adds  42b3db6   Fixes doc typo.
      adds  bf84010   Adds delete_cookie() method.
      adds  b48ec29   Adds .travis.yml
      adds  b682c6b   Adds cpanfile.
      adds  623dce2   Bumps version to 0.06
      adds  de10cb7   v0.06
      adds  7f63656   Bumps version to 0.07
      adds  46800fb   v0.07
      adds  ed15ff9   Handle cookie value escaping and unescaping.
      adds  c065e52   Updates cpanfile.
      adds  9751366   Updates dzil config.
      adds  8627fd6   Adds tidyall config.
      adds  47e9a4f   Adds Perl minimum version + module version to main_module.
      adds  e71aa0e   Tidy everything.
      adds  4f68bf0   Doc updates and version bump to 0.08
      adds  ee43776   Ignore swap files.
      adds  a756953   v0.08
      adds  da66dc1   Imported Upstream version 0.08
       new  85d39a0   Merge tag 'upstream/0.08'
       new  31b42d6   Update debian/changelog
       new  2d0322e   Declare compliance with Debian Policy 3.9.6.
       new  fc598db   Update (build) dependencies.
       new  9becc97   Mark package as autopkgtest-able.
       new  a9f0e97   releasing package libhttp-cookiemonster-perl version 0.08-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                         |  16 +-
 Changes                          |   3 +
 INSTALL                          |   8 +-
 LICENSE                          |   2 +-
 MANIFEST                         |   3 +-
 META.json                        |  12 +-
 META.yml                         |  37 +++
 Makefile.PL                      |  20 +-
 README                           |   2 +-
 cpanfile                         |  36 ++-
 cpanfile.snapshot                | 640 ++++++++++++++++++++++++++++-----------
 debian/changelog                 |   9 +-
 debian/control                   |  11 +-
 debian/upstream/metadata         |   7 +
 dist.ini                         |  13 +-
 lib/HTTP/CookieMonster.pm        |  44 ++-
 lib/HTTP/CookieMonster/Cookie.pm |  15 +-
 t/release-pod-coverage.t         |  11 +-
 18 files changed, 633 insertions(+), 256 deletions(-)
 create mode 100644 META.yml
 create mode 100644 debian/upstream/metadata

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



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