[libthrowable-perl] branch master updated (b5c4c4f -> 0b5d4cf)

gregor herrmann gregoa at debian.org
Fri Oct 10 20:54:09 UTC 2014


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

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

      from  b5c4c4f   update changelog
       new  8320c2e   Add debian/upstream/metadata
       new  206f4cf   Update debian/changelog
      adds  0c89944   first post
      adds  f0205f2   putzing forward; need to deal with stack trace extra frames
      adds  30bd3a4   Make construction of the stack trace more overridable.
      adds  6761756   use style;
      adds  8e01eca   Mark construction of throwable errors on the stack.
      adds  8a57974   Use stack marker to eliminate internal methods from the trace.
      adds  bb7fb5a   Allow using stack trace classes other than Devel::StackTrace.
      adds  72c6fdb   a bit more documentation
      adds  0066c1b   docs for Error; use duck_type rather than Defined for trace
      adds  1fc7ccb   tests for basics of throwing
      adds  baa852e   dist.ini so we can distribute
      adds  6f15f06   Less trailing whitespace.
      adds  8357b56   Make the tests pass with Devel::StackTrace 1.21.
      adds  04632b2   Depend on a moose that constructs objects the way we expect it to.
      adds  40dd23e   changelogs are nice
      adds  d1f55ae   work with latest cmop
      adds  b75214f   $obj->throw to rethrow
      adds  db74a37   allow ->throw("message")
      adds  34aabc2   document the one-arg-message form a bit more
      adds  53c786c   document $obj->throw
      adds  295a97d   oops, belated changelog
      adds  7185209   avoid length(undef)
      adds  0c1ddaf   gitignore for @Git
      adds  b1cb989   v0.101110
      adds  dbf0f27   make auto-stack-tracing a role
      adds  5d43adf   renaming and doc tweaking
      adds  9e00b89   do not allow user-specified trace (wth?)
      adds  3ac2c8d   make Throwable::Error immutable
      adds  a8bc28e   v0.102080
      adds  b1fa38b   fix typos
      adds  c206a61   update dist.ini
      adds  3658b77   test single arg style
      adds  2d36811   stack trace without stack marker
      adds  34d49f9   Port to Moo
      adds  74f3420   "fix" test
      adds  8962265   Ignore editor droppings
      adds  cdb1a79   Filter out all frames before our constructor(s)
      adds  3923721   Tighten isa check for stack_trace_class attr
      adds  515f76f   give credit where credit is due
      adds  87ba458   v0.200000
      adds  2dbbb9e   require specific Class::Load (thanks frioux)
      adds  c752f8e   v0.200001
      adds  edb3dfd   bump min required Moo version
      adds  fc6a0c7   v0.200002
      adds  614c31e   changelog update!
      adds  e23567f   Merge branch 'moo'
      adds  d678de8   v0.200003
      adds  30f76cc   use around instead of SUPER for BUILDARGS
      adds  2f3e119   v0.200004
      adds  322aab7   Prevent memory leak.
      adds  b4022c7   Update change log.
      adds  dc73333   v0.200005
      adds  b659b0a   Add t/strace_bug.t.
      adds  6f6cef9   Safer exception-throwing.
      adds  61a66b8   do not rely on $@ being untouched by assertions
      adds  596dfba   when doing a ->throw, pass $@ out of band
      adds  d1a284d   v0.200006
      adds  938f666   allow previous_exception to be given to constructor
      adds  fbe358a   v0.200007
      adds  c422c51   Use strict & warnings, use done_tesitng, organize code a bit
      adds  bebfa10   Move strace_bug.t to xt since it requires Moose
      adds  ec8c3a8   changelog
      adds  1c395aa   v0.200008
      adds  97cd39b   note that it uses Moo [rt.cpan.org #87556]
      adds  cc03b07   avoid boolifying potential objects
      adds  2b41f86   v0.200009
      adds  f894a97   fix memory leak test
      adds  1cb7854   fix memory leak
      adds  ee04d54   prep for next release
      adds  1e22221   v0.200010
      adds  5978f93   Drop dependency on Class::Load.
      adds  4802ad8   correct diagnostic message
      adds  773597f   drop dependency on MooX::Types::MooseLike::Base
      adds  cf79c7a   v0.200011
      adds  5366be5   Fix passing stack_trace_class to constructor
      adds  c2b80ec   Avoid infinitely-recursive stringification
      adds  f387548   Disarm alarm after use
      adds  569fa16   v0.200012
      adds  e401759   Imported Upstream version 0.200012
       new  0cd3948   Merge tag 'upstream/0.200012'
       new  a65db40   Update debian/changelog
       new  f888ba5   Declare compliance with Debian Policy 3.9.6.
       new  ac7bb6e   Make (build) dependency on libdevel-stacktrace-perl versioned.
       new  0b5d4cf   releasing package libthrowable-perl version 0.200012-1

The 7 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                          |   4 +
 MANIFEST                         |   4 +-
 META.json                        | 188 +++++++++++++++++++++++++++------------
 META.yml                         | 158 +++++++++++++++++++++-----------
 Makefile.PL                      |  24 ++---
 README                           |   4 +-
 debian/changelog                 |  13 ++-
 debian/control                   |   6 +-
 debian/upstream/metadata         |   7 ++
 dist.ini                         |   3 +-
 lib/StackTrace/Auto.pm           |   9 +-
 lib/Throwable.pm                 |   4 +-
 lib/Throwable/Error.pm           |   4 +-
 t/00-report-prereqs.t            | 175 ------------------------------------
 t/000-report-versions-tiny.t     |  82 +++++++++++++++++
 t/basic.t                        |  41 +++++++++
 xt/release/changes_has_content.t |   2 +-
 17 files changed, 409 insertions(+), 319 deletions(-)
 create mode 100644 debian/upstream/metadata
 delete mode 100644 t/00-report-prereqs.t
 create mode 100644 t/000-report-versions-tiny.t

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



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