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

js pushed a change to branch master
in repository libplack-middleware-expires-perl.

      from  3df10fb   Add README.source emphasizing control.in file as *not* a 
show-stopper for contributions, referring to wiki page for details.
       new  f139efc   Bump debhelper compatibility level to 8: debhelper 8 is 
available even in oldstable.
       new  a45ebcb   Bump to standards-version 3.9.5.
       new  47596b8   Update watch file to use metacpan.org URL.
       new  ed79789   Update copyright info: Extend coverage of packaging, and 
bump its licensing to GPL-3+.
       new  9966ee9   Sync control.in with control: Use anonscm hostname for 
Vcs-Git.
       new  7c49a96   Fix use canonical Vcs-Git URL.
       new  4cee018   Add git URL as alternate source.
       new  54b041a   Stop track tarball checksum: Check against upstrem git 
instead.
       new  393e4a2   Update changelog, control file and copyright info.
      adds  9594cf6   initial commit
      adds  0b3d4ec   first commit
      adds  9930d57   first test
      adds  1cf3469   test
      adds  463d828   Checking in changes prior to tagging of version 0.01.
      adds  6c8b129   Checking in changes prior to tagging of version 0.02.
      adds  5df7829   remove time sensitive header tests
      adds  23fef80   minil migrate
      adds  ef65584   travis
      adds  10f0bca   Checking in changes prior to tagging of version 0.04.
      adds  6a7dd9b   accept code ref for content_type attribute
      adds  ee7ab40   Merge pull request #1 from leedo/master
      adds  4ac6a9a   add document about content_type => coderef
      adds  d985889   Checking in changes prior to tagging of version 0.05.
      adds  ac7c0dc   Imported Upstream version 0.05
       new  28723d4   Merge tag 'upstream/0.05'
       new  2b53c44   Update homepage.
       new  531b5ce   (Build-)depend on libhttp-date-perl and 
libhttp-message-perl (and not libwww-perl).
       new  629d558   Update copyright info: Drop Files sections for no longer 
shipped convenience code copies.
       new  8c9f786   Update copyright info: List upstream issue tracker as 
preferred contact.
       new  86b861d   Include perl-build.mk (not perl-makemaker.mk).
       new  4424891   Update copyright file: Fix use comment and license 
pseudo-sections to obey silly restrictions of copyright format 1.0.
       new  6c995c9   Prepare for release: Update changelog, control file and 
copyright info.

The 17 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                        |  13 -
 Build.PL                          |  72 ++++
 Changes                           |   9 +
 LICENSE                           | 378 +++++++++++++++++++
 MANIFEST                          |  28 +-
 META.json                         |  81 ++++
 META.yml                          |  32 +-
 Makefile.PL                       |  18 -
 README                            |  27 --
 README.md                         |  60 +++
 cpanfile                          |   9 +
 debian/changelog                  |  37 +-
 debian/compat                     |   2 +-
 debian/control                    |  13 +-
 debian/control.in                 |   6 +-
 debian/copyright                  |  53 ++-
 debian/copyright_hints            |  46 +--
 debian/rules                      |  11 +-
 debian/watch                      |   2 +-
 inc/Module/Install.pm             | 470 -----------------------
 inc/Module/Install/AuthorTests.pm |  59 ---
 inc/Module/Install/Base.pm        |  83 -----
 inc/Module/Install/Can.pm         |  81 ----
 inc/Module/Install/Fetch.pm       |  93 -----
 inc/Module/Install/Include.pm     |  34 --
 inc/Module/Install/Makefile.pm    | 415 ---------------------
 inc/Module/Install/Metadata.pm    | 715 -----------------------------------
 inc/Module/Install/Repository.pm  |  88 -----
 inc/Module/Install/Win32.pm       |  64 ----
 inc/Module/Install/WriteAll.pm    |  63 ----
 inc/Test/More.pm                  | 762 --------------------------------------
 lib/Plack/Middleware/Expires.pm   |  15 +-
 t/01_builder.t                    |  17 +-
 xt/01_podspell.t                  |  13 -
 xt/02_perlcritic.t                |   8 -
 xt/03_pod.t                       |   4 -
 xt/perlcriticrc                   |   2 -
 37 files changed, 756 insertions(+), 3127 deletions(-)
 delete mode 100644 .gitignore
 create mode 100644 Build.PL
 create mode 100644 LICENSE
 create mode 100644 META.json
 delete mode 100644 Makefile.PL
 delete mode 100644 README
 create mode 100644 README.md
 create mode 100644 cpanfile
 delete mode 100644 inc/Module/Install.pm
 delete mode 100644 inc/Module/Install/AuthorTests.pm
 delete mode 100644 inc/Module/Install/Base.pm
 delete mode 100644 inc/Module/Install/Can.pm
 delete mode 100644 inc/Module/Install/Fetch.pm
 delete mode 100644 inc/Module/Install/Include.pm
 delete mode 100644 inc/Module/Install/Makefile.pm
 delete mode 100644 inc/Module/Install/Metadata.pm
 delete mode 100644 inc/Module/Install/Repository.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 delete mode 100644 inc/Test/More.pm
 delete mode 100644 xt/01_podspell.t
 delete mode 100644 xt/02_perlcritic.t
 delete mode 100644 xt/03_pod.t
 delete mode 100644 xt/perlcriticrc

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libplack-middleware-expires-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