[libdevel-stacktrace-ashtml-perl] branch master updated (b936fdd -> 8ef652b)

Florian Schlichting fsfs at moszumanska.debian.org
Mon Apr 18 20:10:49 UTC 2016


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

fsfs pushed a change to branch master
in repository libdevel-stacktrace-ashtml-perl.

      from  b936fdd   update changelog
       new  f8d1d50   Add debian/upstream/metadata
       new  75f6566   Update debian/changelog
      adds  f280c21   Initial commit
      adds  0742f05   README
      adds  b2c48ff   Checking in changes prior to tagging of version 0.01.  Changelog diff is:
      adds  9ea4731   added a minimal test
      adds  cc5f5f4   Don't show lexical toggle if there's nothing
      adds  3b18ba5   Checking in changes prior to tagging of version 0.02.  Changelog diff is:
      adds  9946413   Checking in changes prior to tagging of version 0.03.  Changelog diff is:
      adds  ea96e6e   Turn the lexical display into a table
      adds  0637d2a   Change the link text to "Hide lexical variables" when clicked
      adds  2f73bcd   Ignore blib
      adds  5b2cc55   Zebra table for the lexicals
      adds  1f317d6   Add some whitespace between frames
      adds  a3d1b93   A bit of marketing for ::WithLexicals >:)
      adds  33d3c8d   Quote $ref in case it becomes non-numeric someday
      adds  17e5cbe   Use lex-$id instead of just $id for a unique id
      adds  8329797   Reorder _build_lexical's parameters
      adds  55aa9d5   Display function arguments much like lexical variables
      adds  a87693c   Prose fixes
      adds  63cbf42   Checking in changes prior to tagging of version 0.04.  Changelog diff is:
      adds  ee3f861   remove warnings
      adds  ead23f3   Checking in changes prior to tagging of version 0.05.  Changelog diff is:
      adds  0313ed8   error mesage should wrap by <pre>, I think. make Carp::confess() message as readable.
      adds  374036e   Checking in changes prior to tagging of version 0.06.
      adds  a525aec   remove WithLexicals ad since it's now turned off by default on Plack :/
      adds  c7c718f   Checking in changes prior to tagging of version 0.07.
      adds  aedeb9d   Encode high bit characters in HTML encoding.sa
      adds  c2e3678   Checking in changes prior to tagging of version 0.08.
      adds  ae30337   no warnings
      adds  f563a25   Checking in changes prior to tagging of version 0.09.
      adds  8e285ec   Do not ignore the top frame
      adds  67cfd28   Checking in changes prior to tagging of version 0.10.
      adds  d01a99a   typo
      adds  5d04307   pass the message explicitly in the test. Use the first frame as an error string
      adds  4884b9d   Checking in changes prior to tagging of version 0.11.
      adds  6b3cbbb   $frame->subroutine doesn't return the *current* subroutine. Peek the next caller frame
      adds  669db3c   Checking in changes prior to tagging of version 0.12.
      adds  f2348ac   Take args from the next frame as well
      adds  0f463b8   Checking in changes prior to tagging of version 0.13.
      adds  2483113   Update t/output.t
      adds  63a6906   Merge pull request #1 from RickFord/master
      adds  3b2969c   Checking in changes prior to tagging of version 0.14.
      adds  0587bf8   xt tests shouldn't skip on missing prereqs
      adds  a0dcfe6   update stopwords in pod spell check
      adds  32d4903   convert to Milla
      adds  0343d58   add Milla generated files
      adds  341ae52   Merge pull request #2 from haarg/packaging
      adds  c38a1da   add Travis
      adds  aa0de93   0.15
      adds  a1fca6f   Imported Upstream version 0.15
       new  56e5715   Merge tag 'upstream/0.15'
       new  0d4889f   Update debian/changelog
       new  636a9a6   update upstream metadata
       new  f983265   Update years of packaging copyright, deleting paragraphs for inc/* removed upstream
       new  119753b   Bump dh compat to level 9
       new  c546bbe   Declare compliance with Debian Policy 3.9.7
       new  b4e756a   Mark package autopkgtest-able
       new  8ef652b   update changelog for release

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:
 Changes                             |    3 +
 LICENSE                             |  379 ++++++++
 MANIFEST                            |   41 +-
 META.json                           |   73 ++
 META.yml                            |   31 +-
 Makefile.PL                         |   57 +-
 README                              |   22 +-
 cpanfile                            |   12 +
 debian/changelog                    |   13 +-
 debian/compat                       |    2 +-
 debian/control                      |    5 +-
 debian/copyright                    |   26 +-
 debian/upstream/metadata            |    7 +
 dist.ini                            |    5 +
 inc/Module/Install.pm               |  470 ----------
 inc/Module/Install/AuthorTests.pm   |   59 --
 inc/Module/Install/Base.pm          |   83 --
 inc/Module/Install/Can.pm           |  154 ----
 inc/Module/Install/Fetch.pm         |   93 --
 inc/Module/Install/Include.pm       |   34 -
 inc/Module/Install/Makefile.pm      |  418 ---------
 inc/Module/Install/Metadata.pm      |  722 ----------------
 inc/Module/Install/ReadmeFromPod.pm |  138 ---
 inc/Module/Install/Repository.pm    |   88 --
 inc/Module/Install/TestBase.pm      |   29 -
 inc/Module/Install/Win32.pm         |   64 --
 inc/Module/Install/WriteAll.pm      |   63 --
 inc/Spiffy.pm                       |  543 ------------
 inc/Test/Base.pm                    |  682 ---------------
 inc/Test/Base/Filter.pm             |  341 --------
 inc/Test/Builder.pm                 | 1633 -----------------------------------
 inc/Test/Builder/Module.pm          |   73 --
 inc/Test/More.pm                    |  762 ----------------
 lib/Devel/StackTrace/AsHTML.pm      |   10 +-
 t/author-pod-syntax.t               |   15 +
 t/author-synopsis.t                 |   11 +
 t/release-perlcritic.t              |   12 +
 t/release-podspell.t                |   20 +
 xt/perlcritic.t                     |    5 -
 xt/pod.t                            |    4 -
 xt/podspell.t                       |    9 -
 xt/synopsis.t                       |    4 -
 42 files changed, 658 insertions(+), 6557 deletions(-)
 create mode 100644 LICENSE
 create mode 100644 META.json
 create mode 100644 cpanfile
 create mode 100644 debian/upstream/metadata
 create mode 100644 dist.ini
 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/ReadmeFromPod.pm
 delete mode 100644 inc/Module/Install/Repository.pm
 delete mode 100644 inc/Module/Install/TestBase.pm
 delete mode 100644 inc/Module/Install/Win32.pm
 delete mode 100644 inc/Module/Install/WriteAll.pm
 delete mode 100644 inc/Spiffy.pm
 delete mode 100644 inc/Test/Base.pm
 delete mode 100644 inc/Test/Base/Filter.pm
 delete mode 100644 inc/Test/Builder.pm
 delete mode 100644 inc/Test/Builder/Module.pm
 delete mode 100644 inc/Test/More.pm
 create mode 100644 t/author-pod-syntax.t
 create mode 100644 t/author-synopsis.t
 create mode 100644 t/release-perlcritic.t
 create mode 100644 t/release-podspell.t
 delete mode 100644 xt/perlcritic.t
 delete mode 100644 xt/pod.t
 delete mode 100644 xt/podspell.t
 delete mode 100644 xt/synopsis.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdevel-stacktrace-ashtml-perl.git



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