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

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

      from  83976f8   update changelog
       new  ec6e3d2   Add debian/upstream/metadata
       new  f469402   Update debian/changelog
      adds  c085f2e   some basic cookie parsing
      adds  8281339   work in progress
      adds  b87c792   add appears to work now
      adds  1d1cba4   flatten attributes
      adds  0732085   return cookes for a request in sorted order
      adds  04fbd94   cookie header generation
      adds  f554d18   fix sort testing
      adds  bfa90a2   LWP adapter added and partially tested
      adds  1137697   always unescape paths
      adds  ff9c363   more HTTP::Cookies tests adapted
      adds  7d97803   simplified all_cookies
      adds  f9af8f5   refactor URL unesacaping
      adds  120b0f3   simplify cookie scanning
      adds  4207b23   allow = in cookie and attribute values
      adds  1a09e29   allow negative times
      adds  0fa30b3   finished converting HTTP::Cookies tests
      adds  1670232   added META and README
      adds  7486bbd   add as_list function
      adds  1081bc3   save/load
      adds  ce0d55b   refactor load
      adds  a4be77c   add save/load test
      adds  eb55588   make all_cookies private
      adds  e665154   make _all_cookies return a copy
      adds  f13f6b7   rearrange code
      adds  bb9adda   rename everything to HTTP::CookieJar
      adds  4b83d53   updated abstract and wrote trivial SYNOPSIS
      adds  7b592c2   updated gitignore
      adds  aa20e7a   dump/load_cookies without save/load to file
      adds  7d88e9b   fix up test for hostonly = 0 no longer being stored
      adds  bedf07a   use HTTP::Date instead of our own date routines
      adds  28aa5c3   rearrange and tidy code
      adds  dde2dff   clean up validation, returns, and remove as_string
      adds  c0d187e   added docs and addressed critic errors
      adds  f59a06e   fix up spelling and stopwords
      adds  f7a14de   add optional public suffix constraint
      adds  a30e91c   tweaked Changes
      adds  77279dd   tidy code
      adds  ca5b745   bump Changes
      adds  46502b6   avoid warning on empty cookie on old perls
      adds  23f5ece   require Time::Local 1.1901
      adds  68570e9   updated Changes, readme and meta
      adds  6141f14   bump Changes
      adds  a9ed967   work around 2038 limitations of Time::Local on some 
platforms
      adds  e024323   bump Changes
      adds  10a480f   make HTTP::Request/Response optional
      adds  07b0942   bump Changes
      adds  076dfc6   fix test fail with hash randomization
      adds  7678b62   updated Changes and meta
      adds  42f3d37   bump Changes
      adds  5df55b2   modernize distribution meta
      adds  aab870e   tidy all files
      adds  bc6f0ec   .travis.yml
      adds  e726cc3   updated Changes
      adds  821661e   bump Changes
      adds  fe86d6c   modernize repo layout
      adds  cd03650   Drops use of Time::Mock
      adds  cbbad73   update .travis.yml
      adds  2aba633   Imported Upstream version 0.007
       new  9aceb37   Merge tag 'upstream/0.007'
       new  348e01f   Update debian/changelog
       new  dfdec93   Drop use_test-mocktime.patch, not needed anymore.
       new  66dabc1   debian/libhttp-cookiejar-perl.docs: rename file.
       new  416cac4   Update years of packaging copyright. Add upstream 
copyright year.
       new  ff4a777   Mark package as autopkgtest-able.
       new  e02a160   Declare compliance with Debian Policy 3.9.6.
       new  70e7a86   Bump debhelper compatibility level to 9.
       new  c2da219   Fix typo in alternative build dependency.
       new  459851b   releasing package libhttp-cookiejar-perl version 0.007-1

The 12 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:
 CONTRIBUTING => CONTRIBUTING.mkdn      |  50 +++---
 Changes                                |  10 ++
 MANIFEST                               |   8 +-
 META.json                              |  35 +++--
 META.yml                               |  16 +-
 Makefile.PL                            |  25 +--
 README                                 |   2 +-
 cpanfile                               |  21 ++-
 debian/changelog                       |  17 ++-
 debian/compat                          |   2 +-
 debian/control                         |   8 +-
 debian/copyright                       |   4 +-
 debian/libhttp-cookiejar-perl.docs     |   2 +-
 debian/patches/series                  |   1 -
 debian/patches/use_test-mocktime.patch |  26 ----
 debian/upstream/metadata               |   7 +
 dist.ini                               |   2 +-
 lib/HTTP/CookieJar.pm                  | 234 ++++++++++++++---------------
 lib/HTTP/CookieJar/LWP.pm              |   4 +-
 t/00-report-prereqs.dd                 |  63 ++++++++
 t/00-report-prereqs.t                  | 267 ++++++++++++++++-----------------
 t/lib/MockTime.pm                      |  22 +++
 t/sort.t                               |   5 +-
 xt/author/00-compile.t                 |  12 +-
 xt/author/pod-spell.t                  |   2 +-
 xt/{release => author}/test-version.t  |  12 +-
 26 files changed, 472 insertions(+), 385 deletions(-)
 rename CONTRIBUTING => CONTRIBUTING.mkdn (66%)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/use_test-mocktime.patch
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/lib/MockTime.pm
 rename xt/{release => author}/test-version.t (54%)

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to