[libcgi-compile-perl] branch master updated (c9e45e0 -> f8e75fb)

gregor herrmann gregoa at debian.org
Sat Jun 13 12:33:44 UTC 2015


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

gregoa pushed a change to branch master
in repository libcgi-compile-perl.

      from  c9e45e0   update changelog
       new  3244d4f   Add debian/upstream/metadata
       new  f21b4cb   Update debian/changelog
      adds  946e742   Initial commit
      adds  da11c72   Checking in changes prior to tagging of version 0.02.  Changelog diff is:
      adds  437f3e0   Checking in changes prior to tagging of version 0.02.  Changelog diff is:
      adds  cda0d97   get back to the original dir
      adds  73dc678   Checking in changes prior to tagging of version 0.03.  Changelog diff is:
      adds  da1c9d1   Use File::pushd to do chdir()
      adds  d6af6af   Checking in changes prior to tagging of version 0.04.  Changelog diff is:
      adds  b79ca3c   really fix pushd
      adds  2b81916   Checking in changes prior to tagging of version 0.05.  Changelog diff is:
      adds  0a6a15f   support __DATA__, exit and %SIG
      adds  3973e81   added test for non-zero exit status
      adds  219098c   Checking in changes prior to tagging of version 0.06.  Changelog diff is:
      adds  b5240de   fix %SIG localization
      adds  1a2b9b0   better test for %SIG preservation during compile
      adds  0289f20   Merge branch 'rkitover/master'
      adds  c99132c   Checking in changes prior to tagging of version 0.07.  Changelog diff is:
      adds  f54d8f3   skip compile.t SIG tests in perl < 5.8.9
      adds  b160b9e   Checking in changes prior to tagging of version 0.08.  Changelog diff is:
      adds  70845e1   make compile.t run on Perl < 5.8.9
      adds  7b3f392   Added exit tests
      adds  a829838   Don't use done_testing so we can really check exit()
      adds  2d307d8   use strict
      adds  3f347fe   Merge branch 'topic/exit-in-used-modules' of git://github.com/miyagawa/CGI-Compile
      adds  ac707a7   support exit() in use'd modules
      adds  fa9a96f   Checking in changes prior to tagging of version 0.09.  Changelog diff is:
      adds  6c64137   Checking in changes prior to tagging of version 0.10.  Changelog diff is:
      adds  8b3b501   remove everything after __END__
      adds  a0b11a1   refactored capture. Added test suite for __DATA__ and __END__
      adds  bf46223   Checking in changes prior to tagging of version 0.11.  Changelog diff is:
      adds  708f072   chain to CORE::GLOBAL::exit if already overridden
      adds  0843047   Checking in changes prior to tagging of version 0.12.
      adds  034cd69   Added notes about nested subroutine warnings
      adds  fc373a9   check -w switch on CGIs
      adds  b4ca53e   Checking in changes prior to tagging of version 0.13.
      adds  f014a79   add "no warnings;" before the local $^W
      adds  f1cb9e7   Checking in changes prior to tagging of version 0.14.
      adds  77892ef   handle DOS line endings
      adds  a86fc12   Merge pull request #4 from rkitover/master
      adds  a7b04ac   Checking in changes prior to tagging of version 0.15.
      adds  3e2063d   fix uninitialized warning in eval
      adds  93e6e5d   rm xt tests
      adds  09ec89c   regen MANIFEST
      adds  f94a0f2   Checking in changes prior to tagging of version 0.16.
      adds  dcd0007   Add own parametter which can put own code and readed code is returned as reference to scalar
      adds  8e29af8   test for own code
      adds  173b91d   Merge pull request #6 from kocoureasy/master
      adds  2c4a981   add POD for the compile and new methods
      adds  f05248f   Merge pull request #7 from rkitover/master
      adds  f5da445   gitignore
      adds  fd7abaa   Revert "Merge pull request #6 from kocoureasy/master"
      adds  6641b8c   test for own code
      adds  a89c053   Added a modified interface to support CGI source, passing as a scalar ref.
      adds  74b9bcb   Merge pull request #10 from miyagawa/cgi-source
      adds  59fb1bb   move test to a right location
      adds  e393666   Skip chdir and setting $0 when source is given as a script
      adds  e08ca24   Fix docs
      adds  142f335   enable Travis
      adds  a78aea7   Convert to Milla
      adds  031936f   redo %SIG, exit code and internal var handling #12
      adds  56664c3   fix minor dist related issues
      adds  1c885d4   improve exit code handling in #12 and misc.
      adds  5b807d3   remove ContributorsFromPod
      adds  6d9e07c   credit
      adds  d78565f   0.17
      adds  eb34024   typo
      adds  d1440fc   skip if CGI.pm is not installed. Fix #15
      adds  e0cdfe7   avoid CGI.pm warnings for list context param
      adds  48a49c4   0.18
      adds  1fa2fc2   fix signal related test fails on Win32 #16
      adds  37a554c   better suppression of Win32 signal warning #16
      adds  ffa02c3   0.19
      adds  10e4110   Imported Upstream version 0.19
       new  c304605   Merge tag 'upstream/0.19'
       new  7b73cd9   Update debian/changelog
       new  cdb6845   Reformat debian/control with cme
       new  f43062c   Mark package as autopkgtest-able.
       new  d0dc0e5   Declare compliance with Debian Policy 3.9.6.
       new  03442a9   Add explicit build dependency on libcgi-pm-perl.
       new  320f0d2   Update years of packaging copyright.
       new  f8e75fb   releasing package libcgi-compile-perl version 0.19-1

The 10 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                 |   7 ++-
 Changes                  |   7 +++
 MANIFEST                 |   2 +-
 META.json                |  16 +++---
 META.yml                 |  11 ++--
 README                   | 130 +++++++++++++++++++++++++++--------------------
 debian/changelog         |  13 ++++-
 debian/control           |   7 +--
 debian/copyright         |   2 +-
 debian/upstream/metadata |   7 +++
 lib/CGI/Compile.pm       |   6 ++-
 t/args.cgi               |   7 +--
 t/compile.t              |   4 ++
 t/error.cgi              |   1 -
 t/hello.cgi              |   2 +-
 t/local-SIG.t            |   7 ++-
 t/psgi.t                 |   2 +-
 17 files changed, 143 insertions(+), 88 deletions(-)
 create mode 100644 debian/upstream/metadata

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



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